Shades of Heliotrope #E191FA
Tints of Heliotrope #E191FA
RGB
CMYK
RGB Variations
Color information
#E191FA (or 0xE191FA) is known color: Heliotrope. HEX triplet: E1, 91 and FA. RGB value is (225,145,250). Sum of RGB (Red+Green+Blue) = 225+145+250=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #E191FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191FA is #1E6E05. Grayscale: #B4B4B4. Windows color (decimal): -1994246 or 16421345. OLE color: 16421345.
HSL color Cylindrical-coordinate representation of color #E191FA: hue angle of 285.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E191FA is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 145 | 250 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.02 |
| HSL | 285.71º | 0.91% | 0.77% | - |
| HSV(B) | 285.71º | 0.42% | 0.98% | - |
| XYZ | 58.43 | 43.16 | 95.69 | - |
| YUV | 180.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 250 | 0.10 | 0.42 | 0 | 0.02 | 285.71 | 0.91 | 0.77 |
| Hex | E1 | 91 | FA | A | 2A | 0 | 2 | 11E | 5B | 4D |
| Octal | 341 | 221 | 372 | 12 | 52 | 0 | 2 | 436 | 133 | 115 |
| Binary | 11100001 | 10010001 | 11111010 | 1010 | 101010 | 0 | 10 | 100011110 | 1011011 | 1001101 |
Color Harmonies of #E191FA
Complementary color
Monochromatic Colors of #E191FA
Black with #E191FA
Text Example
Text Example
White with #E191FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191FA; }
p { color: rgb(225,145,250); }
H1.HeaderClassName
{
color: #E191FA;
}
.AnyTagClassName
{
color: #E191FA;
}
</style>
background-color css
<style>
a { background-color: #E191FA; }
a { background-color: rgb(225,145,250); }
div.DivClassName
{
background-color: #E191FA;
}
.BgClassName
{
background-color: #E191FA;
}
</style>
border-color css
<style>
span { border-color: #E191FA; }
span { border-color: rgb(225,145,250); }
td.TdClassName
{
border-color: #E191FA;
}
.TagClassName
{
border-color: #E191FA;
}
</style>