Shades of Heliotrope #E85EFF
Tints of Heliotrope #E85EFF
RGB
CMYK
RGB Variations
Color information
#E85EFF (or 0xE85EFF) is known color: Heliotrope. HEX triplet: E8, 5E and FF. RGB value is (232,94,255). Sum of RGB (Red+Green+Blue) = 232+94+255=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #E85EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EFF is #17A100. Grayscale: #999999. Windows color (decimal): -1548545 or 16735976. OLE color: 16735976.
HSL color Cylindrical-coordinate representation of color #E85EFF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85EFF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 94 | 255 | - |
| CMYK | 0.09 | 0.63 | 0 | 0 |
| HSL | 291.43º | 1% | 0.68% | - |
| HSV(B) | 291.43º | 0.63% | 1% | - |
| XYZ | 55.33 | 32.38 | 97.94 | - |
| YUV | 153.62 | 185.22 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 255 | 0.09 | 0.63 | 0 | 0 | 291.43 | 1 | 0.68 |
| Hex | E8 | 5E | FF | 9 | 3F | 0 | 0 | 123 | 64 | 44 |
| Octal | 350 | 136 | 377 | 11 | 77 | 0 | 0 | 443 | 144 | 104 |
| Binary | 11101000 | 1011110 | 11111111 | 1001 | 111111 | 0 | 0 | 100100011 | 1100100 | 1000100 |
Color Harmonies of #E85EFF
Complementary color
Monochromatic Colors of #E85EFF
Black with #E85EFF
Text Example
Text Example
White with #E85EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85EFF; }
p { color: rgb(232,94,255); }
H1.HeaderClassName
{
color: #E85EFF;
}
.AnyTagClassName
{
color: #E85EFF;
}
</style>
background-color css
<style>
a { background-color: #E85EFF; }
a { background-color: rgb(232,94,255); }
div.DivClassName
{
background-color: #E85EFF;
}
.BgClassName
{
background-color: #E85EFF;
}
</style>
border-color css
<style>
span { border-color: #E85EFF; }
span { border-color: rgb(232,94,255); }
td.TdClassName
{
border-color: #E85EFF;
}
.TagClassName
{
border-color: #E85EFF;
}
</style>