Shades of Cerise #E52A72
Tints of Cerise #E52A72
RGB
CMYK
RGB Variations
Color information
#E52A72 (or 0xE52A72) is known color: Cerise. HEX triplet: E5, 2A and 72. RGB value is (229,42,114). Sum of RGB (Red+Green+Blue) = 229+42+114=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A72 is #1AD58D. Grayscale: #6A6A6A. Windows color (decimal): -1758606 or 7482085. OLE color: 7482085.
HSL color Cylindrical-coordinate representation of color #E52A72: hue angle of 336.9º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52A72 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 114 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.10 |
| HSL | 336.9º | 0.78% | 0.53% | - |
| HSV(B) | 336.9º | 0.82% | 0.9% | - |
| XYZ | 36.18 | 19.53 | 17.78 | - |
| YUV | 106.12 | 132.45 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 114 | 0 | 0.82 | 0.50 | 0.10 | 336.9 | 0.78 | 0.53 |
| Hex | E5 | 2A | 72 | 0 | 52 | 32 | A | 151 | 4E | 35 |
| Octal | 345 | 52 | 162 | 0 | 122 | 62 | 12 | 521 | 116 | 65 |
| Binary | 11100101 | 101010 | 1110010 | 0 | 1010010 | 110010 | 1010 | 101010001 | 1001110 | 110101 |
Color Harmonies of #E52A72
Complementary color
Monochromatic Colors of #E52A72
Black with #E52A72
Text Example
Text Example
White with #E52A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A72; }
p { color: rgb(229,42,114); }
H1.HeaderClassName
{
color: #E52A72;
}
.AnyTagClassName
{
color: #E52A72;
}
</style>
background-color css
<style>
a { background-color: #E52A72; }
a { background-color: rgb(229,42,114); }
div.DivClassName
{
background-color: #E52A72;
}
.BgClassName
{
background-color: #E52A72;
}
</style>
border-color css
<style>
span { border-color: #E52A72; }
span { border-color: rgb(229,42,114); }
td.TdClassName
{
border-color: #E52A72;
}
.TagClassName
{
border-color: #E52A72;
}
</style>