Shades of Heliotrope #E85CFF
Tints of Heliotrope #E85CFF
RGB
CMYK
RGB Variations
Color information
#E85CFF (or 0xE85CFF) is known color: Heliotrope. HEX triplet: E8, 5C and FF. RGB value is (232,92,255). Sum of RGB (Red+Green+Blue) = 232+92+255=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #E85CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CFF is #17A300. Grayscale: #979797. Windows color (decimal): -1549057 or 16735464. OLE color: 16735464.
HSL color Cylindrical-coordinate representation of color #E85CFF: hue angle of 291.53º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85CFF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 92 | 255 | - |
| CMYK | 0.09 | 0.64 | 0 | 0 |
| HSL | 291.53º | 1% | 0.68% | - |
| HSV(B) | 291.53º | 0.64% | 1% | - |
| XYZ | 55.16 | 32.03 | 97.88 | - |
| YUV | 152.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 255 | 0.09 | 0.64 | 0 | 0 | 291.53 | 1 | 0.68 |
| Hex | E8 | 5C | FF | 9 | 40 | 0 | 0 | 124 | 64 | 44 |
| Octal | 350 | 134 | 377 | 11 | 100 | 0 | 0 | 444 | 144 | 104 |
| Binary | 11101000 | 1011100 | 11111111 | 1001 | 1000000 | 0 | 0 | 100100100 | 1100100 | 1000100 |
Color Harmonies of #E85CFF
Complementary color
Monochromatic Colors of #E85CFF
Black with #E85CFF
Text Example
Text Example
White with #E85CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CFF; }
p { color: rgb(232,92,255); }
H1.HeaderClassName
{
color: #E85CFF;
}
.AnyTagClassName
{
color: #E85CFF;
}
</style>
background-color css
<style>
a { background-color: #E85CFF; }
a { background-color: rgb(232,92,255); }
div.DivClassName
{
background-color: #E85CFF;
}
.BgClassName
{
background-color: #E85CFF;
}
</style>
border-color css
<style>
span { border-color: #E85CFF; }
span { border-color: rgb(232,92,255); }
td.TdClassName
{
border-color: #E85CFF;
}
.TagClassName
{
border-color: #E85CFF;
}
</style>