Shades of Heliotrope #E85CFE
Tints of Heliotrope #E85CFE
RGB
CMYK
RGB Variations
Color information
#E85CFE (or 0xE85CFE) is known color: Heliotrope. HEX triplet: E8, 5C and FE. RGB value is (232,92,254). Sum of RGB (Red+Green+Blue) = 232+92+254=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #E85CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CFE is #17A301. Grayscale: #979797. Windows color (decimal): -1549058 or 16669928. OLE color: 16669928.
HSL color Cylindrical-coordinate representation of color #E85CFE: hue angle of 291.85º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85CFE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 92 | 254 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.00 |
| HSL | 291.85º | 0.99% | 0.68% | - |
| HSV(B) | 291.85º | 0.64% | 1% | - |
| XYZ | 55 | 31.97 | 97.04 | - |
| YUV | 152.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 254 | 0.09 | 0.64 | 0 | 0.00 | 291.85 | 0.99 | 0.68 |
| Hex | E8 | 5C | FE | 9 | 40 | 0 | 0 | 124 | 63 | 44 |
| Octal | 350 | 134 | 376 | 11 | 100 | 0 | 0 | 444 | 143 | 104 |
| Binary | 11101000 | 1011100 | 11111110 | 1001 | 1000000 | 0 | 0 | 100100100 | 1100011 | 1000100 |
Color Harmonies of #E85CFE
Complementary color
Monochromatic Colors of #E85CFE
Black with #E85CFE
Text Example
Text Example
White with #E85CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CFE; }
p { color: rgb(232,92,254); }
H1.HeaderClassName
{
color: #E85CFE;
}
.AnyTagClassName
{
color: #E85CFE;
}
</style>
background-color css
<style>
a { background-color: #E85CFE; }
a { background-color: rgb(232,92,254); }
div.DivClassName
{
background-color: #E85CFE;
}
.BgClassName
{
background-color: #E85CFE;
}
</style>
border-color css
<style>
span { border-color: #E85CFE; }
span { border-color: rgb(232,92,254); }
td.TdClassName
{
border-color: #E85CFE;
}
.TagClassName
{
border-color: #E85CFE;
}
</style>