Shades of Heliotrope #E864FF
Tints of Heliotrope #E864FF
RGB
CMYK
RGB Variations
Color information
#E864FF (or 0xE864FF) is known color: Heliotrope. HEX triplet: E8, 64 and FF. RGB value is (232,100,255). Sum of RGB (Red+Green+Blue) = 232+100+255=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #E864FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E864FF is #179B00. Grayscale: #9C9C9C. Windows color (decimal): -1547009 or 16737512. OLE color: 16737512.
HSL color Cylindrical-coordinate representation of color #E864FF: hue angle of 291.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E864FF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 100 | 255 | - |
| CMYK | 0.09 | 0.61 | 0 | 0 |
| HSL | 291.1º | 1% | 0.7% | - |
| HSV(B) | 291.1º | 0.61% | 1% | - |
| XYZ | 55.89 | 33.49 | 98.13 | - |
| YUV | 157.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 255 | 0.09 | 0.61 | 0 | 0 | 291.1 | 1 | 0.7 |
| Hex | E8 | 64 | FF | 9 | 3D | 0 | 0 | 123 | 64 | 46 |
| Octal | 350 | 144 | 377 | 11 | 75 | 0 | 0 | 443 | 144 | 106 |
| Binary | 11101000 | 1100100 | 11111111 | 1001 | 111101 | 0 | 0 | 100100011 | 1100100 | 1000110 |
Color Harmonies of #E864FF
Complementary color
Monochromatic Colors of #E864FF
Black with #E864FF
Text Example
Text Example
White with #E864FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E864FF; }
p { color: rgb(232,100,255); }
H1.HeaderClassName
{
color: #E864FF;
}
.AnyTagClassName
{
color: #E864FF;
}
</style>
background-color css
<style>
a { background-color: #E864FF; }
a { background-color: rgb(232,100,255); }
div.DivClassName
{
background-color: #E864FF;
}
.BgClassName
{
background-color: #E864FF;
}
</style>
border-color css
<style>
span { border-color: #E864FF; }
span { border-color: rgb(232,100,255); }
td.TdClassName
{
border-color: #E864FF;
}
.TagClassName
{
border-color: #E864FF;
}
</style>