Shades of Deep Cerise #E52E90
Tints of Deep Cerise #E52E90
RGB
CMYK
RGB Variations
Color information
#E52E90 (or 0xE52E90) is known color: Deep Cerise. HEX triplet: E5, 2E and 90. RGB value is (229,46,144). Sum of RGB (Red+Green+Blue) = 229+46+144=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52E90 is #1AD16F. Grayscale: #6F6F6F. Windows color (decimal): -1757552 or 9449189. OLE color: 9449189.
HSL color Cylindrical-coordinate representation of color #E52E90: hue angle of 327.87º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E90 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 144 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.10 |
| HSL | 327.87º | 0.78% | 0.54% | - |
| HSV(B) | 327.87º | 0.8% | 0.9% | - |
| XYZ | 38.32 | 20.63 | 28.35 | - |
| YUV | 111.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 144 | 0 | 0.80 | 0.37 | 0.10 | 327.87 | 0.78 | 0.54 |
| Hex | E5 | 2E | 90 | 0 | 50 | 25 | A | 148 | 4E | 36 |
| Octal | 345 | 56 | 220 | 0 | 120 | 45 | 12 | 510 | 116 | 66 |
| Binary | 11100101 | 101110 | 10010000 | 0 | 1010000 | 100101 | 1010 | 101001000 | 1001110 | 110110 |
Color Harmonies of #E52E90
Complementary color
Monochromatic Colors of #E52E90
Black with #E52E90
Text Example
Text Example
White with #E52E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52E90; }
p { color: rgb(229,46,144); }
H1.HeaderClassName
{
color: #E52E90;
}
.AnyTagClassName
{
color: #E52E90;
}
</style>
background-color css
<style>
a { background-color: #E52E90; }
a { background-color: rgb(229,46,144); }
div.DivClassName
{
background-color: #E52E90;
}
.BgClassName
{
background-color: #E52E90;
}
</style>
border-color css
<style>
span { border-color: #E52E90; }
span { border-color: rgb(229,46,144); }
td.TdClassName
{
border-color: #E52E90;
}
.TagClassName
{
border-color: #E52E90;
}
</style>