Shades of Heliotrope #E556FD
Tints of Heliotrope #E556FD
RGB
CMYK
RGB Variations
Color information
#E556FD (or 0xE556FD) is known color: Heliotrope. HEX triplet: E5, 56 and FD. RGB value is (229,86,253). Sum of RGB (Red+Green+Blue) = 229+86+253=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 86 (33.98% from 255 or 15.14% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #E556FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E556FD is #1AA902. Grayscale: #939393. Windows color (decimal): -1747203 or 16602853. OLE color: 16602853.
HSL color Cylindrical-coordinate representation of color #E556FD: hue angle of 291.38º 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 #E556FD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 86 | 253 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.01 |
| HSL | 291.38º | 0.98% | 0.66% | - |
| HSV(B) | 291.38º | 0.66% | 0.99% | - |
| XYZ | 53.37 | 30.41 | 95.98 | - |
| YUV | 147.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 253 | 0.09 | 0.66 | 0 | 0.01 | 291.38 | 0.98 | 0.66 |
| Hex | E5 | 56 | FD | 9 | 42 | 0 | 1 | 123 | 62 | 42 |
| Octal | 345 | 126 | 375 | 11 | 102 | 0 | 1 | 443 | 142 | 102 |
| Binary | 11100101 | 1010110 | 11111101 | 1001 | 1000010 | 0 | 1 | 100100011 | 1100010 | 1000010 |
Color Harmonies of #E556FD
Complementary color
Monochromatic Colors of #E556FD
Black with #E556FD
Text Example
Text Example
White with #E556FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E556FD; }
p { color: rgb(229,86,253); }
H1.HeaderClassName
{
color: #E556FD;
}
.AnyTagClassName
{
color: #E556FD;
}
</style>
background-color css
<style>
a { background-color: #E556FD; }
a { background-color: rgb(229,86,253); }
div.DivClassName
{
background-color: #E556FD;
}
.BgClassName
{
background-color: #E556FD;
}
</style>
border-color css
<style>
span { border-color: #E556FD; }
span { border-color: rgb(229,86,253); }
td.TdClassName
{
border-color: #E556FD;
}
.TagClassName
{
border-color: #E556FD;
}
</style>