Shades of Cerise #E53372
Tints of Cerise #E53372
RGB
CMYK
RGB Variations
Color information
#E53372 (or 0xE53372) is known color: Cerise. HEX triplet: E5, 33 and 72. RGB value is (229,51,114). Sum of RGB (Red+Green+Blue) = 229+51+114=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E53372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53372 is #1ACC8D. Grayscale: #6F6F6F. Windows color (decimal): -1756302 or 7484389. OLE color: 7484389.
HSL color Cylindrical-coordinate representation of color #E53372: hue angle of 338.76º 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 #E53372 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 114 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.10 |
| HSL | 338.76º | 0.77% | 0.55% | - |
| HSV(B) | 338.76º | 0.78% | 0.9% | - |
| XYZ | 36.53 | 20.24 | 17.9 | - |
| YUV | 111.4 | 129.47 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 114 | 0 | 0.78 | 0.50 | 0.10 | 338.76 | 0.77 | 0.55 |
| Hex | E5 | 33 | 72 | 0 | 4E | 32 | A | 153 | 4D | 37 |
| Octal | 345 | 63 | 162 | 0 | 116 | 62 | 12 | 523 | 115 | 67 |
| Binary | 11100101 | 110011 | 1110010 | 0 | 1001110 | 110010 | 1010 | 101010011 | 1001101 | 110111 |
Color Harmonies of #E53372
Complementary color
Monochromatic Colors of #E53372
Black with #E53372
Text Example
Text Example
White with #E53372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53372; }
p { color: rgb(229,51,114); }
H1.HeaderClassName
{
color: #E53372;
}
.AnyTagClassName
{
color: #E53372;
}
</style>
background-color css
<style>
a { background-color: #E53372; }
a { background-color: rgb(229,51,114); }
div.DivClassName
{
background-color: #E53372;
}
.BgClassName
{
background-color: #E53372;
}
</style>
border-color css
<style>
span { border-color: #E53372; }
span { border-color: rgb(229,51,114); }
td.TdClassName
{
border-color: #E53372;
}
.TagClassName
{
border-color: #E53372;
}
</style>