Shades of Heliotrope #E558F9
Tints of Heliotrope #E558F9
RGB
CMYK
RGB Variations
Color information
#E558F9 (or 0xE558F9) is known color: Heliotrope. HEX triplet: E5, 58 and F9. RGB value is (229,88,249). Sum of RGB (Red+Green+Blue) = 229+88+249=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #E558F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E558F9 is #1AA706. Grayscale: #949494. Windows color (decimal): -1746695 or 16341221. OLE color: 16341221.
HSL color Cylindrical-coordinate representation of color #E558F9: hue angle of 292.55º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E558F9 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 88 | 249 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.02 |
| HSL | 292.55º | 0.93% | 0.66% | - |
| HSV(B) | 292.55º | 0.65% | 0.98% | - |
| XYZ | 52.9 | 30.48 | 92.72 | - |
| YUV | 148.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 249 | 0.08 | 0.65 | 0 | 0.02 | 292.55 | 0.93 | 0.66 |
| Hex | E5 | 58 | F9 | 8 | 41 | 0 | 2 | 125 | 5D | 42 |
| Octal | 345 | 130 | 371 | 10 | 101 | 0 | 2 | 445 | 135 | 102 |
| Binary | 11100101 | 1011000 | 11111001 | 1000 | 1000001 | 0 | 10 | 100100101 | 1011101 | 1000010 |
Color Harmonies of #E558F9
Complementary color
Monochromatic Colors of #E558F9
Black with #E558F9
Text Example
Text Example
White with #E558F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558F9; }
p { color: rgb(229,88,249); }
H1.HeaderClassName
{
color: #E558F9;
}
.AnyTagClassName
{
color: #E558F9;
}
</style>
background-color css
<style>
a { background-color: #E558F9; }
a { background-color: rgb(229,88,249); }
div.DivClassName
{
background-color: #E558F9;
}
.BgClassName
{
background-color: #E558F9;
}
</style>
border-color css
<style>
span { border-color: #E558F9; }
span { border-color: rgb(229,88,249); }
td.TdClassName
{
border-color: #E558F9;
}
.TagClassName
{
border-color: #E558F9;
}
</style>