Shades of Deep Cerise #E53296
Tints of Deep Cerise #E53296
RGB
CMYK
RGB Variations
Color information
#E53296 (or 0xE53296) is known color: Deep Cerise. HEX triplet: E5, 32 and 96. RGB value is (229,50,150). Sum of RGB (Red+Green+Blue) = 229+50+150=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E53296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53296 is #1ACD69. Grayscale: #727272. Windows color (decimal): -1756522 or 9843429. OLE color: 9843429.
HSL color Cylindrical-coordinate representation of color #E53296: hue angle of 326.48º 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 #E53296 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 150 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.10 |
| HSL | 326.48º | 0.77% | 0.55% | - |
| HSV(B) | 326.48º | 0.78% | 0.9% | - |
| XYZ | 38.96 | 21.14 | 30.88 | - |
| YUV | 114.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 150 | 0 | 0.78 | 0.34 | 0.10 | 326.48 | 0.77 | 0.55 |
| Hex | E5 | 32 | 96 | 0 | 4E | 22 | A | 146 | 4D | 37 |
| Octal | 345 | 62 | 226 | 0 | 116 | 42 | 12 | 506 | 115 | 67 |
| Binary | 11100101 | 110010 | 10010110 | 0 | 1001110 | 100010 | 1010 | 101000110 | 1001101 | 110111 |
Color Harmonies of #E53296
Complementary color
Monochromatic Colors of #E53296
Black with #E53296
Text Example
Text Example
White with #E53296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53296; }
p { color: rgb(229,50,150); }
H1.HeaderClassName
{
color: #E53296;
}
.AnyTagClassName
{
color: #E53296;
}
</style>
background-color css
<style>
a { background-color: #E53296; }
a { background-color: rgb(229,50,150); }
div.DivClassName
{
background-color: #E53296;
}
.BgClassName
{
background-color: #E53296;
}
</style>
border-color css
<style>
span { border-color: #E53296; }
span { border-color: rgb(229,50,150); }
td.TdClassName
{
border-color: #E53296;
}
.TagClassName
{
border-color: #E53296;
}
</style>