Shades of Deep Cerise #E53896
Tints of Deep Cerise #E53896
RGB
CMYK
RGB Variations
Color information
#E53896 (or 0xE53896) is known color: Deep Cerise. HEX triplet: E5, 38 and 96. RGB value is (229,56,150). Sum of RGB (Red+Green+Blue) = 229+56+150=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E53896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53896 is #1AC769. Grayscale: #767676. Windows color (decimal): -1754986 or 9844965. OLE color: 9844965.
HSL color Cylindrical-coordinate representation of color #E53896: hue angle of 327.4º 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 #E53896 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 150 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.10 |
| HSL | 327.4º | 0.77% | 0.56% | - |
| HSV(B) | 327.4º | 0.76% | 0.9% | - |
| XYZ | 39.23 | 21.69 | 30.97 | - |
| YUV | 118.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 150 | 0 | 0.76 | 0.34 | 0.10 | 327.4 | 0.77 | 0.56 |
| Hex | E5 | 38 | 96 | 0 | 4C | 22 | A | 147 | 4D | 38 |
| Octal | 345 | 70 | 226 | 0 | 114 | 42 | 12 | 507 | 115 | 70 |
| Binary | 11100101 | 111000 | 10010110 | 0 | 1001100 | 100010 | 1010 | 101000111 | 1001101 | 111000 |
Color Harmonies of #E53896
Complementary color
Monochromatic Colors of #E53896
Black with #E53896
Text Example
Text Example
White with #E53896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53896; }
p { color: rgb(229,56,150); }
H1.HeaderClassName
{
color: #E53896;
}
.AnyTagClassName
{
color: #E53896;
}
</style>
background-color css
<style>
a { background-color: #E53896; }
a { background-color: rgb(229,56,150); }
div.DivClassName
{
background-color: #E53896;
}
.BgClassName
{
background-color: #E53896;
}
</style>
border-color css
<style>
span { border-color: #E53896; }
span { border-color: rgb(229,56,150); }
td.TdClassName
{
border-color: #E53896;
}
.TagClassName
{
border-color: #E53896;
}
</style>