Shades of Cerise #E52F76
Tints of Cerise #E52F76
RGB
CMYK
RGB Variations
Color information
#E52F76 (or 0xE52F76) is known color: Cerise. HEX triplet: E5, 2F and 76. RGB value is (229,47,118). Sum of RGB (Red+Green+Blue) = 229+47+118=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F76 is #1AD089. Grayscale: #6D6D6D. Windows color (decimal): -1757322 or 7745509. OLE color: 7745509.
HSL color Cylindrical-coordinate representation of color #E52F76: hue angle of 336.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52F76 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 118 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.10 |
| HSL | 336.59º | 0.78% | 0.54% | - |
| HSV(B) | 336.59º | 0.79% | 0.9% | - |
| XYZ | 36.6 | 20 | 19.07 | - |
| YUV | 109.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 118 | 0 | 0.79 | 0.48 | 0.10 | 336.59 | 0.78 | 0.54 |
| Hex | E5 | 2F | 76 | 0 | 4F | 30 | A | 151 | 4E | 36 |
| Octal | 345 | 57 | 166 | 0 | 117 | 60 | 12 | 521 | 116 | 66 |
| Binary | 11100101 | 101111 | 1110110 | 0 | 1001111 | 110000 | 1010 | 101010001 | 1001110 | 110110 |
Color Harmonies of #E52F76
Complementary color
Monochromatic Colors of #E52F76
Black with #E52F76
Text Example
Text Example
White with #E52F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F76; }
p { color: rgb(229,47,118); }
H1.HeaderClassName
{
color: #E52F76;
}
.AnyTagClassName
{
color: #E52F76;
}
</style>
background-color css
<style>
a { background-color: #E52F76; }
a { background-color: rgb(229,47,118); }
div.DivClassName
{
background-color: #E52F76;
}
.BgClassName
{
background-color: #E52F76;
}
</style>
border-color css
<style>
span { border-color: #E52F76; }
span { border-color: rgb(229,47,118); }
td.TdClassName
{
border-color: #E52F76;
}
.TagClassName
{
border-color: #E52F76;
}
</style>