Shades of Heliotrope #E866FA
Tints of Heliotrope #E866FA
RGB
CMYK
RGB Variations
Color information
#E866FA (or 0xE866FA) is known color: Heliotrope. HEX triplet: E8, 66 and FA. RGB value is (232,102,250). Sum of RGB (Red+Green+Blue) = 232+102+250=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #E866FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E866FA is #179905. Grayscale: #9D9D9D. Windows color (decimal): -1546502 or 16410344. OLE color: 16410344.
HSL color Cylindrical-coordinate representation of color #E866FA: hue angle of 292.7º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E866FA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 102 | 250 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.02 |
| HSL | 292.7º | 0.94% | 0.69% | - |
| HSV(B) | 292.7º | 0.59% | 0.98% | - |
| XYZ | 55.29 | 33.56 | 94.01 | - |
| YUV | 157.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 250 | 0.07 | 0.59 | 0 | 0.02 | 292.7 | 0.94 | 0.69 |
| Hex | E8 | 66 | FA | 7 | 3B | 0 | 2 | 125 | 5E | 45 |
| Octal | 350 | 146 | 372 | 7 | 73 | 0 | 2 | 445 | 136 | 105 |
| Binary | 11101000 | 1100110 | 11111010 | 111 | 111011 | 0 | 10 | 100100101 | 1011110 | 1000101 |
Color Harmonies of #E866FA
Complementary color
Monochromatic Colors of #E866FA
Black with #E866FA
Text Example
Text Example
White with #E866FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E866FA; }
p { color: rgb(232,102,250); }
H1.HeaderClassName
{
color: #E866FA;
}
.AnyTagClassName
{
color: #E866FA;
}
</style>
background-color css
<style>
a { background-color: #E866FA; }
a { background-color: rgb(232,102,250); }
div.DivClassName
{
background-color: #E866FA;
}
.BgClassName
{
background-color: #E866FA;
}
</style>
border-color css
<style>
span { border-color: #E866FA; }
span { border-color: rgb(232,102,250); }
td.TdClassName
{
border-color: #E866FA;
}
.TagClassName
{
border-color: #E866FA;
}
</style>