Shades of Heliotrope #E864F9
Tints of Heliotrope #E864F9
RGB
CMYK
RGB Variations
Color information
#E864F9 (or 0xE864F9) is known color: Heliotrope. HEX triplet: E8, 64 and F9. RGB value is (232,100,249). Sum of RGB (Red+Green+Blue) = 232+100+249=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #E864F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E864F9 is #179B06. Grayscale: #9B9B9B. Windows color (decimal): -1547015 or 16344296. OLE color: 16344296.
HSL color Cylindrical-coordinate representation of color #E864F9: hue angle of 293.15º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E864F9 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 100 | 249 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.02 |
| HSL | 293.15º | 0.93% | 0.68% | - |
| HSV(B) | 293.15º | 0.6% | 0.98% | - |
| XYZ | 54.93 | 33.11 | 93.12 | - |
| YUV | 156.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 249 | 0.07 | 0.60 | 0 | 0.02 | 293.15 | 0.93 | 0.68 |
| Hex | E8 | 64 | F9 | 7 | 3C | 0 | 2 | 125 | 5D | 44 |
| Octal | 350 | 144 | 371 | 7 | 74 | 0 | 2 | 445 | 135 | 104 |
| Binary | 11101000 | 1100100 | 11111001 | 111 | 111100 | 0 | 10 | 100100101 | 1011101 | 1000100 |
Color Harmonies of #E864F9
Complementary color
Monochromatic Colors of #E864F9
Black with #E864F9
Text Example
Text Example
White with #E864F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E864F9; }
p { color: rgb(232,100,249); }
H1.HeaderClassName
{
color: #E864F9;
}
.AnyTagClassName
{
color: #E864F9;
}
</style>
background-color css
<style>
a { background-color: #E864F9; }
a { background-color: rgb(232,100,249); }
div.DivClassName
{
background-color: #E864F9;
}
.BgClassName
{
background-color: #E864F9;
}
</style>
border-color css
<style>
span { border-color: #E864F9; }
span { border-color: rgb(232,100,249); }
td.TdClassName
{
border-color: #E864F9;
}
.TagClassName
{
border-color: #E864F9;
}
</style>