Shades of Deep Cerise #E53979
Tints of Deep Cerise #E53979
RGB
CMYK
RGB Variations
Color information
#E53979 (or 0xE53979) is known color: Deep Cerise. HEX triplet: E5, 39 and 79. RGB value is (229,57,121). Sum of RGB (Red+Green+Blue) = 229+57+121=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E53979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53979 is #1AC686. Grayscale: #737373. Windows color (decimal): -1754759 or 7944677. OLE color: 7944677.
HSL color Cylindrical-coordinate representation of color #E53979: hue angle of 337.67º 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 #E53979 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 121 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.10 |
| HSL | 337.67º | 0.77% | 0.56% | - |
| HSV(B) | 337.67º | 0.75% | 0.9% | - |
| XYZ | 37.23 | 20.96 | 20.17 | - |
| YUV | 115.72 | 130.98 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 121 | 0 | 0.75 | 0.47 | 0.10 | 337.67 | 0.77 | 0.56 |
| Hex | E5 | 39 | 79 | 0 | 4B | 2F | A | 152 | 4D | 38 |
| Octal | 345 | 71 | 171 | 0 | 113 | 57 | 12 | 522 | 115 | 70 |
| Binary | 11100101 | 111001 | 1111001 | 0 | 1001011 | 101111 | 1010 | 101010010 | 1001101 | 111000 |
Color Harmonies of #E53979
Complementary color
Monochromatic Colors of #E53979
Black with #E53979
Text Example
Text Example
White with #E53979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53979; }
p { color: rgb(229,57,121); }
H1.HeaderClassName
{
color: #E53979;
}
.AnyTagClassName
{
color: #E53979;
}
</style>
background-color css
<style>
a { background-color: #E53979; }
a { background-color: rgb(229,57,121); }
div.DivClassName
{
background-color: #E53979;
}
.BgClassName
{
background-color: #E53979;
}
</style>
border-color css
<style>
span { border-color: #E53979; }
span { border-color: rgb(229,57,121); }
td.TdClassName
{
border-color: #E53979;
}
.TagClassName
{
border-color: #E53979;
}
</style>