Shades of Heliotrope #E558F8
Tints of Heliotrope #E558F8
RGB
CMYK
RGB Variations
Color information
#E558F8 (or 0xE558F8) is known color: Heliotrope. HEX triplet: E5, 58 and F8. RGB value is (229,88,248). Sum of RGB (Red+Green+Blue) = 229+88+248=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #E558F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E558F8 is #1AA707. Grayscale: #939393. Windows color (decimal): -1746696 or 16275685. OLE color: 16275685.
HSL color Cylindrical-coordinate representation of color #E558F8: hue angle of 292.88º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E558F8 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 88 | 248 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.03 |
| HSL | 292.88º | 0.92% | 0.66% | - |
| HSV(B) | 292.88º | 0.65% | 0.97% | - |
| XYZ | 52.75 | 30.41 | 91.9 | - |
| YUV | 148.4 | 184.21 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 248 | 0.08 | 0.65 | 0 | 0.03 | 292.88 | 0.92 | 0.66 |
| Hex | E5 | 58 | F8 | 8 | 41 | 0 | 3 | 125 | 5C | 42 |
| Octal | 345 | 130 | 370 | 10 | 101 | 0 | 3 | 445 | 134 | 102 |
| Binary | 11100101 | 1011000 | 11111000 | 1000 | 1000001 | 0 | 11 | 100100101 | 1011100 | 1000010 |
Color Harmonies of #E558F8
Complementary color
Monochromatic Colors of #E558F8
Black with #E558F8
Text Example
Text Example
White with #E558F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558F8; }
p { color: rgb(229,88,248); }
H1.HeaderClassName
{
color: #E558F8;
}
.AnyTagClassName
{
color: #E558F8;
}
</style>
background-color css
<style>
a { background-color: #E558F8; }
a { background-color: rgb(229,88,248); }
div.DivClassName
{
background-color: #E558F8;
}
.BgClassName
{
background-color: #E558F8;
}
</style>
border-color css
<style>
span { border-color: #E558F8; }
span { border-color: rgb(229,88,248); }
td.TdClassName
{
border-color: #E558F8;
}
.TagClassName
{
border-color: #E558F8;
}
</style>