Shades of Cerise #E52C71
Tints of Cerise #E52C71
RGB
CMYK
RGB Variations
Color information
#E52C71 (or 0xE52C71) is known color: Cerise. HEX triplet: E5, 2C and 71. RGB value is (229,44,113). Sum of RGB (Red+Green+Blue) = 229+44+113=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C71 is #1AD38E. Grayscale: #6B6B6B. Windows color (decimal): -1758095 or 7417061. OLE color: 7417061.
HSL color Cylindrical-coordinate representation of color #E52C71: hue angle of 337.62º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52C71 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 113 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.10 |
| HSL | 337.62º | 0.78% | 0.54% | - |
| HSV(B) | 337.62º | 0.81% | 0.9% | - |
| XYZ | 36.19 | 19.65 | 17.51 | - |
| YUV | 107.18 | 131.29 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 113 | 0 | 0.81 | 0.51 | 0.10 | 337.62 | 0.78 | 0.54 |
| Hex | E5 | 2C | 71 | 0 | 51 | 33 | A | 152 | 4E | 36 |
| Octal | 345 | 54 | 161 | 0 | 121 | 63 | 12 | 522 | 116 | 66 |
| Binary | 11100101 | 101100 | 1110001 | 0 | 1010001 | 110011 | 1010 | 101010010 | 1001110 | 110110 |
Color Harmonies of #E52C71
Complementary color
Monochromatic Colors of #E52C71
Black with #E52C71
Text Example
Text Example
White with #E52C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C71; }
p { color: rgb(229,44,113); }
H1.HeaderClassName
{
color: #E52C71;
}
.AnyTagClassName
{
color: #E52C71;
}
</style>
background-color css
<style>
a { background-color: #E52C71; }
a { background-color: rgb(229,44,113); }
div.DivClassName
{
background-color: #E52C71;
}
.BgClassName
{
background-color: #E52C71;
}
</style>
border-color css
<style>
span { border-color: #E52C71; }
span { border-color: rgb(229,44,113); }
td.TdClassName
{
border-color: #E52C71;
}
.TagClassName
{
border-color: #E52C71;
}
</style>