Shades of Heliotrope #E556FF
Tints of Heliotrope #E556FF
RGB
CMYK
RGB Variations
Color information
#E556FF (or 0xE556FF) is known color: Heliotrope. HEX triplet: E5, 56 and FF. RGB value is (229,86,255). Sum of RGB (Red+Green+Blue) = 229+86+255=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 86 (33.98% from 255 or 15.09% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #E556FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E556FF is #1AA900. Grayscale: #939393. Windows color (decimal): -1747201 or 16733925. OLE color: 16733925.
HSL color Cylindrical-coordinate representation of color #E556FF: hue angle of 290.77º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E556FF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 86 | 255 | - |
| CMYK | 0.10 | 0.66 | 0 | 0 |
| HSL | 290.77º | 1% | 0.67% | - |
| HSV(B) | 290.77º | 0.66% | 1% | - |
| XYZ | 53.69 | 30.53 | 97.67 | - |
| YUV | 148.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 255 | 0.10 | 0.66 | 0 | 0 | 290.77 | 1 | 0.67 |
| Hex | E5 | 56 | FF | A | 42 | 0 | 0 | 123 | 64 | 43 |
| Octal | 345 | 126 | 377 | 12 | 102 | 0 | 0 | 443 | 144 | 103 |
| Binary | 11100101 | 1010110 | 11111111 | 1010 | 1000010 | 0 | 0 | 100100011 | 1100100 | 1000011 |
Color Harmonies of #E556FF
Complementary color
Monochromatic Colors of #E556FF
Black with #E556FF
Text Example
Text Example
White with #E556FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E556FF; }
p { color: rgb(229,86,255); }
H1.HeaderClassName
{
color: #E556FF;
}
.AnyTagClassName
{
color: #E556FF;
}
</style>
background-color css
<style>
a { background-color: #E556FF; }
a { background-color: rgb(229,86,255); }
div.DivClassName
{
background-color: #E556FF;
}
.BgClassName
{
background-color: #E556FF;
}
</style>
border-color css
<style>
span { border-color: #E556FF; }
span { border-color: rgb(229,86,255); }
td.TdClassName
{
border-color: #E556FF;
}
.TagClassName
{
border-color: #E556FF;
}
</style>