Shades of Heliotrope #E85DFD
Tints of Heliotrope #E85DFD
RGB
CMYK
RGB Variations
Color information
#E85DFD (or 0xE85DFD) is known color: Heliotrope. HEX triplet: E8, 5D and FD. RGB value is (232,93,253). Sum of RGB (Red+Green+Blue) = 232+93+253=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #E85DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DFD is #17A202. Grayscale: #989898. Windows color (decimal): -1548803 or 16604648. OLE color: 16604648.
HSL color Cylindrical-coordinate representation of color #E85DFD: hue angle of 292.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85DFD is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 93 | 253 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.01 |
| HSL | 292.13º | 0.98% | 0.68% | - |
| HSV(B) | 292.13º | 0.63% | 0.99% | - |
| XYZ | 54.92 | 32.08 | 96.23 | - |
| YUV | 152.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 253 | 0.08 | 0.63 | 0 | 0.01 | 292.13 | 0.98 | 0.68 |
| Hex | E8 | 5D | FD | 8 | 3F | 0 | 1 | 124 | 62 | 44 |
| Octal | 350 | 135 | 375 | 10 | 77 | 0 | 1 | 444 | 142 | 104 |
| Binary | 11101000 | 1011101 | 11111101 | 1000 | 111111 | 0 | 1 | 100100100 | 1100010 | 1000100 |
Color Harmonies of #E85DFD
Complementary color
Monochromatic Colors of #E85DFD
Black with #E85DFD
Text Example
Text Example
White with #E85DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DFD; }
p { color: rgb(232,93,253); }
H1.HeaderClassName
{
color: #E85DFD;
}
.AnyTagClassName
{
color: #E85DFD;
}
</style>
background-color css
<style>
a { background-color: #E85DFD; }
a { background-color: rgb(232,93,253); }
div.DivClassName
{
background-color: #E85DFD;
}
.BgClassName
{
background-color: #E85DFD;
}
</style>
border-color css
<style>
span { border-color: #E85DFD; }
span { border-color: rgb(232,93,253); }
td.TdClassName
{
border-color: #E85DFD;
}
.TagClassName
{
border-color: #E85DFD;
}
</style>