Shades of Cerise #E52A70
Tints of Cerise #E52A70
RGB
CMYK
RGB Variations
Color information
#E52A70 (or 0xE52A70) is known color: Cerise. HEX triplet: E5, 2A and 70. RGB value is (229,42,112). Sum of RGB (Red+Green+Blue) = 229+42+112=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A70 is #1AD58F. Grayscale: #696969. Windows color (decimal): -1758608 or 7351013. OLE color: 7351013.
HSL color Cylindrical-coordinate representation of color #E52A70: hue angle of 337.54º 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 #E52A70 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 112 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.10 |
| HSL | 337.54º | 0.78% | 0.53% | - |
| HSV(B) | 337.54º | 0.82% | 0.9% | - |
| XYZ | 36.07 | 19.48 | 17.19 | - |
| YUV | 105.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 112 | 0 | 0.82 | 0.51 | 0.10 | 337.54 | 0.78 | 0.53 |
| Hex | E5 | 2A | 70 | 0 | 52 | 33 | A | 152 | 4E | 35 |
| Octal | 345 | 52 | 160 | 0 | 122 | 63 | 12 | 522 | 116 | 65 |
| Binary | 11100101 | 101010 | 1110000 | 0 | 1010010 | 110011 | 1010 | 101010010 | 1001110 | 110101 |
Color Harmonies of #E52A70
Complementary color
Monochromatic Colors of #E52A70
Black with #E52A70
Text Example
Text Example
White with #E52A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A70; }
p { color: rgb(229,42,112); }
H1.HeaderClassName
{
color: #E52A70;
}
.AnyTagClassName
{
color: #E52A70;
}
</style>
background-color css
<style>
a { background-color: #E52A70; }
a { background-color: rgb(229,42,112); }
div.DivClassName
{
background-color: #E52A70;
}
.BgClassName
{
background-color: #E52A70;
}
</style>
border-color css
<style>
span { border-color: #E52A70; }
span { border-color: rgb(229,42,112); }
td.TdClassName
{
border-color: #E52A70;
}
.TagClassName
{
border-color: #E52A70;
}
</style>