Shades of Heliotrope #E85AFE
Tints of Heliotrope #E85AFE
RGB
CMYK
RGB Variations
Color information
#E85AFE (or 0xE85AFE) is known color: Heliotrope. HEX triplet: E8, 5A and FE. RGB value is (232,90,254). Sum of RGB (Red+Green+Blue) = 232+90+254=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #E85AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AFE is #17A501. Grayscale: #969696. Windows color (decimal): -1549570 or 16669416. OLE color: 16669416.
HSL color Cylindrical-coordinate representation of color #E85AFE: hue angle of 291.95º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85AFE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 90 | 254 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.00 |
| HSL | 291.95º | 0.99% | 0.67% | - |
| HSV(B) | 291.95º | 0.65% | 1% | - |
| XYZ | 54.82 | 31.62 | 96.98 | - |
| YUV | 151.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 254 | 0.09 | 0.65 | 0 | 0.00 | 291.95 | 0.99 | 0.67 |
| Hex | E8 | 5A | FE | 9 | 41 | 0 | 0 | 124 | 63 | 43 |
| Octal | 350 | 132 | 376 | 11 | 101 | 0 | 0 | 444 | 143 | 103 |
| Binary | 11101000 | 1011010 | 11111110 | 1001 | 1000001 | 0 | 0 | 100100100 | 1100011 | 1000011 |
Color Harmonies of #E85AFE
Complementary color
Monochromatic Colors of #E85AFE
Black with #E85AFE
Text Example
Text Example
White with #E85AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AFE; }
p { color: rgb(232,90,254); }
H1.HeaderClassName
{
color: #E85AFE;
}
.AnyTagClassName
{
color: #E85AFE;
}
</style>
background-color css
<style>
a { background-color: #E85AFE; }
a { background-color: rgb(232,90,254); }
div.DivClassName
{
background-color: #E85AFE;
}
.BgClassName
{
background-color: #E85AFE;
}
</style>
border-color css
<style>
span { border-color: #E85AFE; }
span { border-color: rgb(232,90,254); }
td.TdClassName
{
border-color: #E85AFE;
}
.TagClassName
{
border-color: #E85AFE;
}
</style>