Shades of Cerise #E53772
Tints of Cerise #E53772
RGB
CMYK
RGB Variations
Color information
#E53772 (or 0xE53772) is known color: Cerise. HEX triplet: E5, 37 and 72. RGB value is (229,55,114). Sum of RGB (Red+Green+Blue) = 229+55+114=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E53772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53772 is #1AC88D. Grayscale: #717171. Windows color (decimal): -1755278 or 7485413. OLE color: 7485413.
HSL color Cylindrical-coordinate representation of color #E53772: hue angle of 339.66º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53772 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 114 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.10 |
| HSL | 339.66º | 0.77% | 0.56% | - |
| HSV(B) | 339.66º | 0.76% | 0.9% | - |
| XYZ | 36.72 | 20.61 | 17.96 | - |
| YUV | 113.75 | 128.15 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 114 | 0 | 0.76 | 0.50 | 0.10 | 339.66 | 0.77 | 0.56 |
| Hex | E5 | 37 | 72 | 0 | 4C | 32 | A | 154 | 4D | 38 |
| Octal | 345 | 67 | 162 | 0 | 114 | 62 | 12 | 524 | 115 | 70 |
| Binary | 11100101 | 110111 | 1110010 | 0 | 1001100 | 110010 | 1010 | 101010100 | 1001101 | 111000 |
Color Harmonies of #E53772
Complementary color
Monochromatic Colors of #E53772
Black with #E53772
Text Example
Text Example
White with #E53772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53772; }
p { color: rgb(229,55,114); }
H1.HeaderClassName
{
color: #E53772;
}
.AnyTagClassName
{
color: #E53772;
}
</style>
background-color css
<style>
a { background-color: #E53772; }
a { background-color: rgb(229,55,114); }
div.DivClassName
{
background-color: #E53772;
}
.BgClassName
{
background-color: #E53772;
}
</style>
border-color css
<style>
span { border-color: #E53772; }
span { border-color: rgb(229,55,114); }
td.TdClassName
{
border-color: #E53772;
}
.TagClassName
{
border-color: #E53772;
}
</style>