Shades of Deep Cerise #E53190
Tints of Deep Cerise #E53190
RGB
CMYK
RGB Variations
Color information
#E53190 (or 0xE53190) is known color: Deep Cerise. HEX triplet: E5, 31 and 90. RGB value is (229,49,144). Sum of RGB (Red+Green+Blue) = 229+49+144=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E53190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53190 is #1ACE6F. Grayscale: #717171. Windows color (decimal): -1756784 or 9449957. OLE color: 9449957.
HSL color Cylindrical-coordinate representation of color #E53190: hue angle of 328.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53190 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 144 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.10 |
| HSL | 328.33º | 0.78% | 0.55% | - |
| HSV(B) | 328.33º | 0.79% | 0.9% | - |
| XYZ | 38.45 | 20.87 | 28.39 | - |
| YUV | 113.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 144 | 0 | 0.79 | 0.37 | 0.10 | 328.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | 90 | 0 | 4F | 25 | A | 148 | 4E | 37 |
| Octal | 345 | 61 | 220 | 0 | 117 | 45 | 12 | 510 | 116 | 67 |
| Binary | 11100101 | 110001 | 10010000 | 0 | 1001111 | 100101 | 1010 | 101001000 | 1001110 | 110111 |
Color Harmonies of #E53190
Complementary color
Monochromatic Colors of #E53190
Black with #E53190
Text Example
Text Example
White with #E53190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53190; }
p { color: rgb(229,49,144); }
H1.HeaderClassName
{
color: #E53190;
}
.AnyTagClassName
{
color: #E53190;
}
</style>
background-color css
<style>
a { background-color: #E53190; }
a { background-color: rgb(229,49,144); }
div.DivClassName
{
background-color: #E53190;
}
.BgClassName
{
background-color: #E53190;
}
</style>
border-color css
<style>
span { border-color: #E53190; }
span { border-color: rgb(229,49,144); }
td.TdClassName
{
border-color: #E53190;
}
.TagClassName
{
border-color: #E53190;
}
</style>