Shades of Cerise #E53161
Tints of Cerise #E53161
RGB
CMYK
RGB Variations
Color information
#E53161 (or 0xE53161) is known color: Cerise. HEX triplet: E5, 31 and 61. RGB value is (229,49,97). Sum of RGB (Red+Green+Blue) = 229+49+97=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E53161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53161 is #1ACE9E. Grayscale: #6C6C6C. Windows color (decimal): -1756831 or 6369765. OLE color: 6369765.
HSL color Cylindrical-coordinate representation of color #E53161: hue angle of 344º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53161 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 97 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.10 |
| HSL | 344º | 0.78% | 0.55% | - |
| HSV(B) | 344º | 0.79% | 0.9% | - |
| XYZ | 35.57 | 19.72 | 13.24 | - |
| YUV | 108.29 | 121.63 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 97 | 0 | 0.79 | 0.58 | 0.10 | 344 | 0.78 | 0.55 |
| Hex | E5 | 31 | 61 | 0 | 4F | 3A | A | 158 | 4E | 37 |
| Octal | 345 | 61 | 141 | 0 | 117 | 72 | 12 | 530 | 116 | 67 |
| Binary | 11100101 | 110001 | 1100001 | 0 | 1001111 | 111010 | 1010 | 101011000 | 1001110 | 110111 |
Color Harmonies of #E53161
Complementary color
Monochromatic Colors of #E53161
Black with #E53161
Text Example
Text Example
White with #E53161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53161; }
p { color: rgb(229,49,97); }
H1.HeaderClassName
{
color: #E53161;
}
.AnyTagClassName
{
color: #E53161;
}
</style>
background-color css
<style>
a { background-color: #E53161; }
a { background-color: rgb(229,49,97); }
div.DivClassName
{
background-color: #E53161;
}
.BgClassName
{
background-color: #E53161;
}
</style>
border-color css
<style>
span { border-color: #E53161; }
span { border-color: rgb(229,49,97); }
td.TdClassName
{
border-color: #E53161;
}
.TagClassName
{
border-color: #E53161;
}
</style>