Shades of Heliotrope #E864F6
Tints of Heliotrope #E864F6
RGB
CMYK
RGB Variations
Color information
#E864F6 (or 0xE864F6) is known color: Heliotrope. HEX triplet: E8, 64 and F6. RGB value is (232,100,246). Sum of RGB (Red+Green+Blue) = 232+100+246=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #E864F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E864F6 is #179B09. Grayscale: #9B9B9B. Windows color (decimal): -1547018 or 16147688. OLE color: 16147688.
HSL color Cylindrical-coordinate representation of color #E864F6: hue angle of 294.25º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E864F6 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 100 | 246 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.04 |
| HSL | 294.25º | 0.89% | 0.68% | - |
| HSV(B) | 294.25º | 0.59% | 0.96% | - |
| XYZ | 54.47 | 32.92 | 90.67 | - |
| YUV | 156.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 246 | 0.06 | 0.59 | 0 | 0.04 | 294.25 | 0.89 | 0.68 |
| Hex | E8 | 64 | F6 | 6 | 3B | 0 | 4 | 126 | 59 | 44 |
| Octal | 350 | 144 | 366 | 6 | 73 | 0 | 4 | 446 | 131 | 104 |
| Binary | 11101000 | 1100100 | 11110110 | 110 | 111011 | 0 | 100 | 100100110 | 1011001 | 1000100 |
Color Harmonies of #E864F6
Complementary color
Monochromatic Colors of #E864F6
Black with #E864F6
Text Example
Text Example
White with #E864F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E864F6; }
p { color: rgb(232,100,246); }
H1.HeaderClassName
{
color: #E864F6;
}
.AnyTagClassName
{
color: #E864F6;
}
</style>
background-color css
<style>
a { background-color: #E864F6; }
a { background-color: rgb(232,100,246); }
div.DivClassName
{
background-color: #E864F6;
}
.BgClassName
{
background-color: #E864F6;
}
</style>
border-color css
<style>
span { border-color: #E864F6; }
span { border-color: rgb(232,100,246); }
td.TdClassName
{
border-color: #E864F6;
}
.TagClassName
{
border-color: #E864F6;
}
</style>