Shades of Deep Cerise #E53497
Tints of Deep Cerise #E53497
RGB
CMYK
RGB Variations
Color information
#E53497 (or 0xE53497) is known color: Deep Cerise. HEX triplet: E5, 34 and 97. RGB value is (229,52,151). Sum of RGB (Red+Green+Blue) = 229+52+151=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E53497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53497 is #1ACB68. Grayscale: #737373. Windows color (decimal): -1756009 or 9909477. OLE color: 9909477.
HSL color Cylindrical-coordinate representation of color #E53497: hue angle of 326.44º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53497 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 151 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.10 |
| HSL | 326.44º | 0.77% | 0.55% | - |
| HSV(B) | 326.44º | 0.77% | 0.9% | - |
| XYZ | 39.13 | 21.35 | 31.34 | - |
| YUV | 116.21 | 147.64 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 151 | 0 | 0.77 | 0.34 | 0.10 | 326.44 | 0.77 | 0.55 |
| Hex | E5 | 34 | 97 | 0 | 4D | 22 | A | 146 | 4D | 37 |
| Octal | 345 | 64 | 227 | 0 | 115 | 42 | 12 | 506 | 115 | 67 |
| Binary | 11100101 | 110100 | 10010111 | 0 | 1001101 | 100010 | 1010 | 101000110 | 1001101 | 110111 |
Color Harmonies of #E53497
Complementary color
Monochromatic Colors of #E53497
Black with #E53497
Text Example
Text Example
White with #E53497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53497; }
p { color: rgb(229,52,151); }
H1.HeaderClassName
{
color: #E53497;
}
.AnyTagClassName
{
color: #E53497;
}
</style>
background-color css
<style>
a { background-color: #E53497; }
a { background-color: rgb(229,52,151); }
div.DivClassName
{
background-color: #E53497;
}
.BgClassName
{
background-color: #E53497;
}
</style>
border-color css
<style>
span { border-color: #E53497; }
span { border-color: rgb(229,52,151); }
td.TdClassName
{
border-color: #E53497;
}
.TagClassName
{
border-color: #E53497;
}
</style>