Shades of Cerise #E52270
Tints of Cerise #E52270
RGB
CMYK
RGB Variations
Color information
#E52270 (or 0xE52270) is known color: Cerise. HEX triplet: E5, 22 and 70. RGB value is (229,34,112). Sum of RGB (Red+Green+Blue) = 229+34+112=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E52270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52270 is #1ADD8F. Grayscale: #656565. Windows color (decimal): -1760656 or 7348965. OLE color: 7348965.
HSL color Cylindrical-coordinate representation of color #E52270: hue angle of 336º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52270 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 112 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.10 |
| HSL | 336º | 0.79% | 0.52% | - |
| HSV(B) | 336º | 0.85% | 0.9% | - |
| XYZ | 35.81 | 18.97 | 17.1 | - |
| YUV | 101.2 | 134.1 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 112 | 0 | 0.85 | 0.51 | 0.10 | 336 | 0.79 | 0.52 |
| Hex | E5 | 22 | 70 | 0 | 55 | 33 | A | 150 | 4F | 34 |
| Octal | 345 | 42 | 160 | 0 | 125 | 63 | 12 | 520 | 117 | 64 |
| Binary | 11100101 | 100010 | 1110000 | 0 | 1010101 | 110011 | 1010 | 101010000 | 1001111 | 110100 |
Color Harmonies of #E52270
Complementary color
Monochromatic Colors of #E52270
Black with #E52270
Text Example
Text Example
White with #E52270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52270; }
p { color: rgb(229,34,112); }
H1.HeaderClassName
{
color: #E52270;
}
.AnyTagClassName
{
color: #E52270;
}
</style>
background-color css
<style>
a { background-color: #E52270; }
a { background-color: rgb(229,34,112); }
div.DivClassName
{
background-color: #E52270;
}
.BgClassName
{
background-color: #E52270;
}
</style>
border-color css
<style>
span { border-color: #E52270; }
span { border-color: rgb(229,34,112); }
td.TdClassName
{
border-color: #E52270;
}
.TagClassName
{
border-color: #E52270;
}
</style>