Shades of Heliotrope #E553FC
Tints of Heliotrope #E553FC
RGB
CMYK
RGB Variations
Color information
#E553FC (or 0xE553FC) is known color: Heliotrope. HEX triplet: E5, 53 and FC. RGB value is (229,83,252). Sum of RGB (Red+Green+Blue) = 229+83+252=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 83 (32.81% from 255 or 14.72% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #E553FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E553FC is #1AAC03. Grayscale: #919191. Windows color (decimal): -1747972 or 16536549. OLE color: 16536549.
HSL color Cylindrical-coordinate representation of color #E553FC: hue angle of 291.83º 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 #E553FC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 83 | 252 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.01 |
| HSL | 291.83º | 0.97% | 0.66% | - |
| HSV(B) | 291.83º | 0.67% | 0.99% | - |
| XYZ | 52.98 | 29.87 | 95.07 | - |
| YUV | 145.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 252 | 0.09 | 0.67 | 0 | 0.01 | 291.83 | 0.97 | 0.66 |
| Hex | E5 | 53 | FC | 9 | 43 | 0 | 1 | 124 | 61 | 42 |
| Octal | 345 | 123 | 374 | 11 | 103 | 0 | 1 | 444 | 141 | 102 |
| Binary | 11100101 | 1010011 | 11111100 | 1001 | 1000011 | 0 | 1 | 100100100 | 1100001 | 1000010 |
Color Harmonies of #E553FC
Complementary color
Monochromatic Colors of #E553FC
Black with #E553FC
Text Example
Text Example
White with #E553FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553FC; }
p { color: rgb(229,83,252); }
H1.HeaderClassName
{
color: #E553FC;
}
.AnyTagClassName
{
color: #E553FC;
}
</style>
background-color css
<style>
a { background-color: #E553FC; }
a { background-color: rgb(229,83,252); }
div.DivClassName
{
background-color: #E553FC;
}
.BgClassName
{
background-color: #E553FC;
}
</style>
border-color css
<style>
span { border-color: #E553FC; }
span { border-color: rgb(229,83,252); }
td.TdClassName
{
border-color: #E553FC;
}
.TagClassName
{
border-color: #E553FC;
}
</style>