Shades of Heliotrope #E85DF8
Tints of Heliotrope #E85DF8
RGB
CMYK
RGB Variations
Color information
#E85DF8 (or 0xE85DF8) is known color: Heliotrope. HEX triplet: E8, 5D and F8. RGB value is (232,93,248). Sum of RGB (Red+Green+Blue) = 232+93+248=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #E85DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DF8 is #17A207. Grayscale: #979797. Windows color (decimal): -1548808 or 16276968. OLE color: 16276968.
HSL color Cylindrical-coordinate representation of color #E85DF8: hue angle of 293.81º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85DF8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 93 | 248 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.03 |
| HSL | 293.81º | 0.92% | 0.67% | - |
| HSV(B) | 293.81º | 0.63% | 0.97% | - |
| XYZ | 54.14 | 31.76 | 92.08 | - |
| YUV | 152.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 248 | 0.06 | 0.62 | 0 | 0.03 | 293.81 | 0.92 | 0.67 |
| Hex | E8 | 5D | F8 | 6 | 3E | 0 | 3 | 126 | 5C | 43 |
| Octal | 350 | 135 | 370 | 6 | 76 | 0 | 3 | 446 | 134 | 103 |
| Binary | 11101000 | 1011101 | 11111000 | 110 | 111110 | 0 | 11 | 100100110 | 1011100 | 1000011 |
Color Harmonies of #E85DF8
Complementary color
Monochromatic Colors of #E85DF8
Black with #E85DF8
Text Example
Text Example
White with #E85DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DF8; }
p { color: rgb(232,93,248); }
H1.HeaderClassName
{
color: #E85DF8;
}
.AnyTagClassName
{
color: #E85DF8;
}
</style>
background-color css
<style>
a { background-color: #E85DF8; }
a { background-color: rgb(232,93,248); }
div.DivClassName
{
background-color: #E85DF8;
}
.BgClassName
{
background-color: #E85DF8;
}
</style>
border-color css
<style>
span { border-color: #E85DF8; }
span { border-color: rgb(232,93,248); }
td.TdClassName
{
border-color: #E85DF8;
}
.TagClassName
{
border-color: #E85DF8;
}
</style>