Shades of Heliotrope #E555FC
Tints of Heliotrope #E555FC
RGB
CMYK
RGB Variations
Color information
#E555FC (or 0xE555FC) is known color: Heliotrope. HEX triplet: E5, 55 and FC. RGB value is (229,85,252). Sum of RGB (Red+Green+Blue) = 229+85+252=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #E555FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E555FC is #1AAA03. Grayscale: #929292. Windows color (decimal): -1747460 or 16537061. OLE color: 16537061.
HSL color Cylindrical-coordinate representation of color #E555FC: hue angle of 291.74º degrees, saturation: 0.97, 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 #E555FC is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 85 | 252 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.01 |
| HSL | 291.74º | 0.97% | 0.66% | - |
| HSV(B) | 291.74º | 0.66% | 0.99% | - |
| XYZ | 53.13 | 30.18 | 95.12 | - |
| YUV | 147.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 252 | 0.09 | 0.66 | 0 | 0.01 | 291.74 | 0.97 | 0.66 |
| Hex | E5 | 55 | FC | 9 | 42 | 0 | 1 | 124 | 61 | 42 |
| Octal | 345 | 125 | 374 | 11 | 102 | 0 | 1 | 444 | 141 | 102 |
| Binary | 11100101 | 1010101 | 11111100 | 1001 | 1000010 | 0 | 1 | 100100100 | 1100001 | 1000010 |
Color Harmonies of #E555FC
Complementary color
Monochromatic Colors of #E555FC
Black with #E555FC
Text Example
Text Example
White with #E555FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555FC; }
p { color: rgb(229,85,252); }
H1.HeaderClassName
{
color: #E555FC;
}
.AnyTagClassName
{
color: #E555FC;
}
</style>
background-color css
<style>
a { background-color: #E555FC; }
a { background-color: rgb(229,85,252); }
div.DivClassName
{
background-color: #E555FC;
}
.BgClassName
{
background-color: #E555FC;
}
</style>
border-color css
<style>
span { border-color: #E555FC; }
span { border-color: rgb(229,85,252); }
td.TdClassName
{
border-color: #E555FC;
}
.TagClassName
{
border-color: #E555FC;
}
</style>