Shades of Heliotrope #E58EFF
Tints of Heliotrope #E58EFF
RGB
CMYK
RGB Variations
Color information
#E58EFF (or 0xE58EFF) is known color: Heliotrope. HEX triplet: E5, 8E and FF. RGB value is (229,142,255). Sum of RGB (Red+Green+Blue) = 229+142+255=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 142 (55.86% from 255 or 22.68% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #E58EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EFF is #1A7100. Grayscale: #B4B4B4. Windows color (decimal): -1732865 or 16748261. OLE color: 16748261.
HSL color Cylindrical-coordinate representation of color #E58EFF: hue angle of 286.19º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E58EFF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 142 | 255 | - |
| CMYK | 0.10 | 0.44 | 0 | 0 |
| HSL | 286.19º | 1% | 0.78% | - |
| HSV(B) | 286.19º | 0.44% | 1% | - |
| XYZ | 60.04 | 43.22 | 99.79 | - |
| YUV | 180.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 255 | 0.10 | 0.44 | 0 | 0 | 286.19 | 1 | 0.78 |
| Hex | E5 | 8E | FF | A | 2C | 0 | 0 | 11E | 64 | 4E |
| Octal | 345 | 216 | 377 | 12 | 54 | 0 | 0 | 436 | 144 | 116 |
| Binary | 11100101 | 10001110 | 11111111 | 1010 | 101100 | 0 | 0 | 100011110 | 1100100 | 1001110 |
Color Harmonies of #E58EFF
Complementary color
Monochromatic Colors of #E58EFF
Black with #E58EFF
Text Example
Text Example
White with #E58EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EFF; }
p { color: rgb(229,142,255); }
H1.HeaderClassName
{
color: #E58EFF;
}
.AnyTagClassName
{
color: #E58EFF;
}
</style>
background-color css
<style>
a { background-color: #E58EFF; }
a { background-color: rgb(229,142,255); }
div.DivClassName
{
background-color: #E58EFF;
}
.BgClassName
{
background-color: #E58EFF;
}
</style>
border-color css
<style>
span { border-color: #E58EFF; }
span { border-color: rgb(229,142,255); }
td.TdClassName
{
border-color: #E58EFF;
}
.TagClassName
{
border-color: #E58EFF;
}
</style>