Shades of Heliotrope #E556FE
Tints of Heliotrope #E556FE
RGB
CMYK
RGB Variations
Color information
#E556FE (or 0xE556FE) is known color: Heliotrope. HEX triplet: E5, 56 and FE. RGB value is (229,86,254). Sum of RGB (Red+Green+Blue) = 229+86+254=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 86 (33.98% from 255 or 15.11% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #E556FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E556FE is #1AA901. Grayscale: #939393. Windows color (decimal): -1747202 or 16668389. OLE color: 16668389.
HSL color Cylindrical-coordinate representation of color #E556FE: hue angle of 291.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E556FE is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 86 | 254 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.00 |
| HSL | 291.07º | 0.99% | 0.67% | - |
| HSV(B) | 291.07º | 0.66% | 1% | - |
| XYZ | 53.53 | 30.47 | 96.83 | - |
| YUV | 147.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 254 | 0.10 | 0.66 | 0 | 0.00 | 291.07 | 0.99 | 0.67 |
| Hex | E5 | 56 | FE | A | 42 | 0 | 0 | 123 | 63 | 43 |
| Octal | 345 | 126 | 376 | 12 | 102 | 0 | 0 | 443 | 143 | 103 |
| Binary | 11100101 | 1010110 | 11111110 | 1010 | 1000010 | 0 | 0 | 100100011 | 1100011 | 1000011 |
Color Harmonies of #E556FE
Complementary color
Monochromatic Colors of #E556FE
Black with #E556FE
Text Example
Text Example
White with #E556FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E556FE; }
p { color: rgb(229,86,254); }
H1.HeaderClassName
{
color: #E556FE;
}
.AnyTagClassName
{
color: #E556FE;
}
</style>
background-color css
<style>
a { background-color: #E556FE; }
a { background-color: rgb(229,86,254); }
div.DivClassName
{
background-color: #E556FE;
}
.BgClassName
{
background-color: #E556FE;
}
</style>
border-color css
<style>
span { border-color: #E556FE; }
span { border-color: rgb(229,86,254); }
td.TdClassName
{
border-color: #E556FE;
}
.TagClassName
{
border-color: #E556FE;
}
</style>