Shades of Heliotrope #E555FD
Tints of Heliotrope #E555FD
RGB
CMYK
RGB Variations
Color information
#E555FD (or 0xE555FD) is known color: Heliotrope. HEX triplet: E5, 55 and FD. RGB value is (229,85,253). Sum of RGB (Red+Green+Blue) = 229+85+253=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #E555FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E555FD is #1AAA02. Grayscale: #929292. Windows color (decimal): -1747459 or 16602597. OLE color: 16602597.
HSL color Cylindrical-coordinate representation of color #E555FD: hue angle of 291.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E555FD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 85 | 253 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.01 |
| HSL | 291.43º | 0.98% | 0.66% | - |
| HSV(B) | 291.43º | 0.66% | 0.99% | - |
| XYZ | 53.29 | 30.25 | 95.96 | - |
| YUV | 147.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 253 | 0.09 | 0.66 | 0 | 0.01 | 291.43 | 0.98 | 0.66 |
| Hex | E5 | 55 | FD | 9 | 42 | 0 | 1 | 123 | 62 | 42 |
| Octal | 345 | 125 | 375 | 11 | 102 | 0 | 1 | 443 | 142 | 102 |
| Binary | 11100101 | 1010101 | 11111101 | 1001 | 1000010 | 0 | 1 | 100100011 | 1100010 | 1000010 |
Color Harmonies of #E555FD
Complementary color
Monochromatic Colors of #E555FD
Black with #E555FD
Text Example
Text Example
White with #E555FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555FD; }
p { color: rgb(229,85,253); }
H1.HeaderClassName
{
color: #E555FD;
}
.AnyTagClassName
{
color: #E555FD;
}
</style>
background-color css
<style>
a { background-color: #E555FD; }
a { background-color: rgb(229,85,253); }
div.DivClassName
{
background-color: #E555FD;
}
.BgClassName
{
background-color: #E555FD;
}
</style>
border-color css
<style>
span { border-color: #E555FD; }
span { border-color: rgb(229,85,253); }
td.TdClassName
{
border-color: #E555FD;
}
.TagClassName
{
border-color: #E555FD;
}
</style>