Shades of Deep Cerise #E53990
Tints of Deep Cerise #E53990
RGB
CMYK
RGB Variations
Color information
#E53990 (or 0xE53990) is known color: Deep Cerise. HEX triplet: E5, 39 and 90. RGB value is (229,57,144). Sum of RGB (Red+Green+Blue) = 229+57+144=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E53990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53990 is #1AC66F. Grayscale: #767676. Windows color (decimal): -1754736 or 9452005. OLE color: 9452005.
HSL color Cylindrical-coordinate representation of color #E53990: hue angle of 329.65º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53990 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 144 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.10 |
| HSL | 329.65º | 0.77% | 0.56% | - |
| HSV(B) | 329.65º | 0.75% | 0.9% | - |
| XYZ | 38.81 | 21.6 | 28.51 | - |
| YUV | 118.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 144 | 0 | 0.75 | 0.37 | 0.10 | 329.65 | 0.77 | 0.56 |
| Hex | E5 | 39 | 90 | 0 | 4B | 25 | A | 14A | 4D | 38 |
| Octal | 345 | 71 | 220 | 0 | 113 | 45 | 12 | 512 | 115 | 70 |
| Binary | 11100101 | 111001 | 10010000 | 0 | 1001011 | 100101 | 1010 | 101001010 | 1001101 | 111000 |
Color Harmonies of #E53990
Complementary color
Monochromatic Colors of #E53990
Black with #E53990
Text Example
Text Example
White with #E53990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53990; }
p { color: rgb(229,57,144); }
H1.HeaderClassName
{
color: #E53990;
}
.AnyTagClassName
{
color: #E53990;
}
</style>
background-color css
<style>
a { background-color: #E53990; }
a { background-color: rgb(229,57,144); }
div.DivClassName
{
background-color: #E53990;
}
.BgClassName
{
background-color: #E53990;
}
</style>
border-color css
<style>
span { border-color: #E53990; }
span { border-color: rgb(229,57,144); }
td.TdClassName
{
border-color: #E53990;
}
.TagClassName
{
border-color: #E53990;
}
</style>