Shades of Heliotrope #E85DFE
Tints of Heliotrope #E85DFE
RGB
CMYK
RGB Variations
Color information
#E85DFE (or 0xE85DFE) is known color: Heliotrope. HEX triplet: E8, 5D and FE. RGB value is (232,93,254). Sum of RGB (Red+Green+Blue) = 232+93+254=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 93 (36.72% from 255 or 16.06% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #E85DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DFE is #17A201. Grayscale: #989898. Windows color (decimal): -1548802 or 16670184. OLE color: 16670184.
HSL color Cylindrical-coordinate representation of color #E85DFE: hue angle of 291.8º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85DFE is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 93 | 254 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.00 |
| HSL | 291.8º | 0.99% | 0.68% | - |
| HSV(B) | 291.8º | 0.63% | 1% | - |
| XYZ | 55.08 | 32.14 | 97.07 | - |
| YUV | 152.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 254 | 0.09 | 0.63 | 0 | 0.00 | 291.8 | 0.99 | 0.68 |
| Hex | E8 | 5D | FE | 9 | 3F | 0 | 0 | 124 | 63 | 44 |
| Octal | 350 | 135 | 376 | 11 | 77 | 0 | 0 | 444 | 143 | 104 |
| Binary | 11101000 | 1011101 | 11111110 | 1001 | 111111 | 0 | 0 | 100100100 | 1100011 | 1000100 |
Color Harmonies of #E85DFE
Complementary color
Monochromatic Colors of #E85DFE
Black with #E85DFE
Text Example
Text Example
White with #E85DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DFE; }
p { color: rgb(232,93,254); }
H1.HeaderClassName
{
color: #E85DFE;
}
.AnyTagClassName
{
color: #E85DFE;
}
</style>
background-color css
<style>
a { background-color: #E85DFE; }
a { background-color: rgb(232,93,254); }
div.DivClassName
{
background-color: #E85DFE;
}
.BgClassName
{
background-color: #E85DFE;
}
</style>
border-color css
<style>
span { border-color: #E85DFE; }
span { border-color: rgb(232,93,254); }
td.TdClassName
{
border-color: #E85DFE;
}
.TagClassName
{
border-color: #E85DFE;
}
</style>