Shades of Deep Cerise #E53E90
Tints of Deep Cerise #E53E90
RGB
CMYK
RGB Variations
Color information
#E53E90 (or 0xE53E90) is known color: Deep Cerise. HEX triplet: E5, 3E and 90. RGB value is (229,62,144). Sum of RGB (Red+Green+Blue) = 229+62+144=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53E90 is #1AC16F. Grayscale: #797979. Windows color (decimal): -1753456 or 9453285. OLE color: 9453285.
HSL color Cylindrical-coordinate representation of color #E53E90: hue angle of 330.54º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53E90 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 144 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.10 |
| HSL | 330.54º | 0.76% | 0.57% | - |
| HSV(B) | 330.54º | 0.73% | 0.9% | - |
| XYZ | 39.07 | 22.12 | 28.6 | - |
| YUV | 121.28 | 140.83 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 144 | 0 | 0.73 | 0.37 | 0.10 | 330.54 | 0.76 | 0.57 |
| Hex | E5 | 3E | 90 | 0 | 49 | 25 | A | 14B | 4C | 39 |
| Octal | 345 | 76 | 220 | 0 | 111 | 45 | 12 | 513 | 114 | 71 |
| Binary | 11100101 | 111110 | 10010000 | 0 | 1001001 | 100101 | 1010 | 101001011 | 1001100 | 111001 |
Color Harmonies of #E53E90
Complementary color
Monochromatic Colors of #E53E90
Black with #E53E90
Text Example
Text Example
White with #E53E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E90; }
p { color: rgb(229,62,144); }
H1.HeaderClassName
{
color: #E53E90;
}
.AnyTagClassName
{
color: #E53E90;
}
</style>
background-color css
<style>
a { background-color: #E53E90; }
a { background-color: rgb(229,62,144); }
div.DivClassName
{
background-color: #E53E90;
}
.BgClassName
{
background-color: #E53E90;
}
</style>
border-color css
<style>
span { border-color: #E53E90; }
span { border-color: rgb(229,62,144); }
td.TdClassName
{
border-color: #E53E90;
}
.TagClassName
{
border-color: #E53E90;
}
</style>