Shades of Deep Cerise #E53495
Tints of Deep Cerise #E53495
RGB
CMYK
RGB Variations
Color information
#E53495 (or 0xE53495) is known color: Deep Cerise. HEX triplet: E5, 34 and 95. RGB value is (229,52,149). Sum of RGB (Red+Green+Blue) = 229+52+149=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E53495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53495 is #1ACB6A. Grayscale: #737373. Windows color (decimal): -1756011 or 9778405. OLE color: 9778405.
HSL color Cylindrical-coordinate representation of color #E53495: hue angle of 327.12º 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 #E53495 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 149 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.10 |
| HSL | 327.12º | 0.77% | 0.55% | - |
| HSV(B) | 327.12º | 0.77% | 0.9% | - |
| XYZ | 38.97 | 21.28 | 30.49 | - |
| YUV | 115.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 149 | 0 | 0.77 | 0.35 | 0.10 | 327.12 | 0.77 | 0.55 |
| Hex | E5 | 34 | 95 | 0 | 4D | 23 | A | 147 | 4D | 37 |
| Octal | 345 | 64 | 225 | 0 | 115 | 43 | 12 | 507 | 115 | 67 |
| Binary | 11100101 | 110100 | 10010101 | 0 | 1001101 | 100011 | 1010 | 101000111 | 1001101 | 110111 |
Color Harmonies of #E53495
Complementary color
Monochromatic Colors of #E53495
Black with #E53495
Text Example
Text Example
White with #E53495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53495; }
p { color: rgb(229,52,149); }
H1.HeaderClassName
{
color: #E53495;
}
.AnyTagClassName
{
color: #E53495;
}
</style>
background-color css
<style>
a { background-color: #E53495; }
a { background-color: rgb(229,52,149); }
div.DivClassName
{
background-color: #E53495;
}
.BgClassName
{
background-color: #E53495;
}
</style>
border-color css
<style>
span { border-color: #E53495; }
span { border-color: rgb(229,52,149); }
td.TdClassName
{
border-color: #E53495;
}
.TagClassName
{
border-color: #E53495;
}
</style>