Shades of Heliotrope #E85AFF
Tints of Heliotrope #E85AFF
RGB
CMYK
RGB Variations
Color information
#E85AFF (or 0xE85AFF) is known color: Heliotrope. HEX triplet: E8, 5A and FF. RGB value is (232,90,255). Sum of RGB (Red+Green+Blue) = 232+90+255=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 90 (35.55% from 255 or 15.60% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #E85AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AFF is #17A500. Grayscale: #969696. Windows color (decimal): -1549569 or 16734952. OLE color: 16734952.
HSL color Cylindrical-coordinate representation of color #E85AFF: hue angle of 291.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85AFF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 90 | 255 | - |
| CMYK | 0.09 | 0.65 | 0 | 0 |
| HSL | 291.64º | 1% | 0.68% | - |
| HSV(B) | 291.64º | 0.65% | 1% | - |
| XYZ | 54.98 | 31.69 | 97.83 | - |
| YUV | 151.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 255 | 0.09 | 0.65 | 0 | 0 | 291.64 | 1 | 0.68 |
| Hex | E8 | 5A | FF | 9 | 41 | 0 | 0 | 124 | 64 | 44 |
| Octal | 350 | 132 | 377 | 11 | 101 | 0 | 0 | 444 | 144 | 104 |
| Binary | 11101000 | 1011010 | 11111111 | 1001 | 1000001 | 0 | 0 | 100100100 | 1100100 | 1000100 |
Color Harmonies of #E85AFF
Complementary color
Monochromatic Colors of #E85AFF
Black with #E85AFF
Text Example
Text Example
White with #E85AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AFF; }
p { color: rgb(232,90,255); }
H1.HeaderClassName
{
color: #E85AFF;
}
.AnyTagClassName
{
color: #E85AFF;
}
</style>
background-color css
<style>
a { background-color: #E85AFF; }
a { background-color: rgb(232,90,255); }
div.DivClassName
{
background-color: #E85AFF;
}
.BgClassName
{
background-color: #E85AFF;
}
</style>
border-color css
<style>
span { border-color: #E85AFF; }
span { border-color: rgb(232,90,255); }
td.TdClassName
{
border-color: #E85AFF;
}
.TagClassName
{
border-color: #E85AFF;
}
</style>