Shades of Cerise #E52772
Tints of Cerise #E52772
RGB
CMYK
RGB Variations
Color information
#E52772 (or 0xE52772) is known color: Cerise. HEX triplet: E5, 27 and 72. RGB value is (229,39,114). Sum of RGB (Red+Green+Blue) = 229+39+114=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E52772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52772 is #1AD88D. Grayscale: #686868. Windows color (decimal): -1759374 or 7481317. OLE color: 7481317.
HSL color Cylindrical-coordinate representation of color #E52772: hue angle of 336.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52772 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 114 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.10 |
| HSL | 336.32º | 0.79% | 0.53% | - |
| HSV(B) | 336.32º | 0.83% | 0.9% | - |
| XYZ | 36.08 | 19.32 | 17.75 | - |
| YUV | 104.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 114 | 0 | 0.83 | 0.50 | 0.10 | 336.32 | 0.79 | 0.53 |
| Hex | E5 | 27 | 72 | 0 | 53 | 32 | A | 150 | 4F | 35 |
| Octal | 345 | 47 | 162 | 0 | 123 | 62 | 12 | 520 | 117 | 65 |
| Binary | 11100101 | 100111 | 1110010 | 0 | 1010011 | 110010 | 1010 | 101010000 | 1001111 | 110101 |
Color Harmonies of #E52772
Complementary color
Monochromatic Colors of #E52772
Black with #E52772
Text Example
Text Example
White with #E52772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52772; }
p { color: rgb(229,39,114); }
H1.HeaderClassName
{
color: #E52772;
}
.AnyTagClassName
{
color: #E52772;
}
</style>
background-color css
<style>
a { background-color: #E52772; }
a { background-color: rgb(229,39,114); }
div.DivClassName
{
background-color: #E52772;
}
.BgClassName
{
background-color: #E52772;
}
</style>
border-color css
<style>
span { border-color: #E52772; }
span { border-color: rgb(229,39,114); }
td.TdClassName
{
border-color: #E52772;
}
.TagClassName
{
border-color: #E52772;
}
</style>