Shades of Cerise #E53472
Tints of Cerise #E53472
RGB
CMYK
RGB Variations
Color information
#E53472 (or 0xE53472) is known color: Cerise. HEX triplet: E5, 34 and 72. RGB value is (229,52,114). Sum of RGB (Red+Green+Blue) = 229+52+114=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E53472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53472 is #1ACB8D. Grayscale: #6F6F6F. Windows color (decimal): -1756046 or 7484645. OLE color: 7484645.
HSL color Cylindrical-coordinate representation of color #E53472: hue angle of 338.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53472 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 114 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.10 |
| HSL | 338.98º | 0.77% | 0.55% | - |
| HSV(B) | 338.98º | 0.77% | 0.9% | - |
| XYZ | 36.58 | 20.33 | 17.92 | - |
| YUV | 111.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 114 | 0 | 0.77 | 0.50 | 0.10 | 338.98 | 0.77 | 0.55 |
| Hex | E5 | 34 | 72 | 0 | 4D | 32 | A | 153 | 4D | 37 |
| Octal | 345 | 64 | 162 | 0 | 115 | 62 | 12 | 523 | 115 | 67 |
| Binary | 11100101 | 110100 | 1110010 | 0 | 1001101 | 110010 | 1010 | 101010011 | 1001101 | 110111 |
Color Harmonies of #E53472
Complementary color
Monochromatic Colors of #E53472
Black with #E53472
Text Example
Text Example
White with #E53472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53472; }
p { color: rgb(229,52,114); }
H1.HeaderClassName
{
color: #E53472;
}
.AnyTagClassName
{
color: #E53472;
}
</style>
background-color css
<style>
a { background-color: #E53472; }
a { background-color: rgb(229,52,114); }
div.DivClassName
{
background-color: #E53472;
}
.BgClassName
{
background-color: #E53472;
}
</style>
border-color css
<style>
span { border-color: #E53472; }
span { border-color: rgb(229,52,114); }
td.TdClassName
{
border-color: #E53472;
}
.TagClassName
{
border-color: #E53472;
}
</style>