Shades of Cerise #E53270
Tints of Cerise #E53270
RGB
CMYK
RGB Variations
Color information
#E53270 (or 0xE53270) is known color: Cerise. HEX triplet: E5, 32 and 70. RGB value is (229,50,112). Sum of RGB (Red+Green+Blue) = 229+50+112=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E53270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53270 is #1ACD8F. Grayscale: #6E6E6E. Windows color (decimal): -1756560 or 7353061. OLE color: 7353061.
HSL color Cylindrical-coordinate representation of color #E53270: hue angle of 339.22º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53270 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 112 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.10 |
| HSL | 339.22º | 0.77% | 0.55% | - |
| HSV(B) | 339.22º | 0.78% | 0.9% | - |
| XYZ | 36.38 | 20.11 | 17.29 | - |
| YUV | 110.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 112 | 0 | 0.78 | 0.51 | 0.10 | 339.22 | 0.77 | 0.55 |
| Hex | E5 | 32 | 70 | 0 | 4E | 33 | A | 153 | 4D | 37 |
| Octal | 345 | 62 | 160 | 0 | 116 | 63 | 12 | 523 | 115 | 67 |
| Binary | 11100101 | 110010 | 1110000 | 0 | 1001110 | 110011 | 1010 | 101010011 | 1001101 | 110111 |
Color Harmonies of #E53270
Complementary color
Monochromatic Colors of #E53270
Black with #E53270
Text Example
Text Example
White with #E53270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53270; }
p { color: rgb(229,50,112); }
H1.HeaderClassName
{
color: #E53270;
}
.AnyTagClassName
{
color: #E53270;
}
</style>
background-color css
<style>
a { background-color: #E53270; }
a { background-color: rgb(229,50,112); }
div.DivClassName
{
background-color: #E53270;
}
.BgClassName
{
background-color: #E53270;
}
</style>
border-color css
<style>
span { border-color: #E53270; }
span { border-color: rgb(229,50,112); }
td.TdClassName
{
border-color: #E53270;
}
.TagClassName
{
border-color: #E53270;
}
</style>