Shades of Heliotrope #E558FD
Tints of Heliotrope #E558FD
RGB
CMYK
RGB Variations
Color information
#E558FD (or 0xE558FD) is known color: Heliotrope. HEX triplet: E5, 58 and FD. RGB value is (229,88,253). Sum of RGB (Red+Green+Blue) = 229+88+253=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 88 (34.77% from 255 or 15.44% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #E558FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E558FD is #1AA702. Grayscale: #949494. Windows color (decimal): -1746691 or 16603365. OLE color: 16603365.
HSL color Cylindrical-coordinate representation of color #E558FD: hue angle of 291.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E558FD is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 88 | 253 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.01 |
| HSL | 291.27º | 0.98% | 0.67% | - |
| HSV(B) | 291.27º | 0.65% | 0.99% | - |
| XYZ | 53.53 | 30.73 | 96.04 | - |
| YUV | 148.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 253 | 0.09 | 0.65 | 0 | 0.01 | 291.27 | 0.98 | 0.67 |
| Hex | E5 | 58 | FD | 9 | 41 | 0 | 1 | 123 | 62 | 43 |
| Octal | 345 | 130 | 375 | 11 | 101 | 0 | 1 | 443 | 142 | 103 |
| Binary | 11100101 | 1011000 | 11111101 | 1001 | 1000001 | 0 | 1 | 100100011 | 1100010 | 1000011 |
Color Harmonies of #E558FD
Complementary color
Monochromatic Colors of #E558FD
Black with #E558FD
Text Example
Text Example
White with #E558FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558FD; }
p { color: rgb(229,88,253); }
H1.HeaderClassName
{
color: #E558FD;
}
.AnyTagClassName
{
color: #E558FD;
}
</style>
background-color css
<style>
a { background-color: #E558FD; }
a { background-color: rgb(229,88,253); }
div.DivClassName
{
background-color: #E558FD;
}
.BgClassName
{
background-color: #E558FD;
}
</style>
border-color css
<style>
span { border-color: #E558FD; }
span { border-color: rgb(229,88,253); }
td.TdClassName
{
border-color: #E558FD;
}
.TagClassName
{
border-color: #E558FD;
}
</style>