Shades of Heliotrope #E554FC
Tints of Heliotrope #E554FC
RGB
CMYK
RGB Variations
Color information
#E554FC (or 0xE554FC) is known color: Heliotrope. HEX triplet: E5, 54 and FC. RGB value is (229,84,252). Sum of RGB (Red+Green+Blue) = 229+84+252=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 84 (33.20% from 255 or 14.87% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E554FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E554FC is #1AAB03. Grayscale: #919191. Windows color (decimal): -1747716 or 16536805. OLE color: 16536805.
HSL color Cylindrical-coordinate representation of color #E554FC: hue angle of 291.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E554FC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 84 | 252 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.01 |
| HSL | 291.79º | 0.97% | 0.66% | - |
| HSV(B) | 291.79º | 0.67% | 0.99% | - |
| XYZ | 53.05 | 30.03 | 95.09 | - |
| YUV | 146.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 252 | 0.09 | 0.67 | 0 | 0.01 | 291.79 | 0.97 | 0.66 |
| Hex | E5 | 54 | FC | 9 | 43 | 0 | 1 | 124 | 61 | 42 |
| Octal | 345 | 124 | 374 | 11 | 103 | 0 | 1 | 444 | 141 | 102 |
| Binary | 11100101 | 1010100 | 11111100 | 1001 | 1000011 | 0 | 1 | 100100100 | 1100001 | 1000010 |
Color Harmonies of #E554FC
Complementary color
Monochromatic Colors of #E554FC
Black with #E554FC
Text Example
Text Example
White with #E554FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554FC; }
p { color: rgb(229,84,252); }
H1.HeaderClassName
{
color: #E554FC;
}
.AnyTagClassName
{
color: #E554FC;
}
</style>
background-color css
<style>
a { background-color: #E554FC; }
a { background-color: rgb(229,84,252); }
div.DivClassName
{
background-color: #E554FC;
}
.BgClassName
{
background-color: #E554FC;
}
</style>
border-color css
<style>
span { border-color: #E554FC; }
span { border-color: rgb(229,84,252); }
td.TdClassName
{
border-color: #E554FC;
}
.TagClassName
{
border-color: #E554FC;
}
</style>