Shades of Deep Cerise #E53781
Tints of Deep Cerise #E53781
RGB
CMYK
RGB Variations
Color information
#E53781 (or 0xE53781) is known color: Deep Cerise. HEX triplet: E5, 37 and 81. RGB value is (229,55,129). Sum of RGB (Red+Green+Blue) = 229+55+129=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E53781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53781 is #1AC87E. Grayscale: #737373. Windows color (decimal): -1755263 or 8468453. OLE color: 8468453.
HSL color Cylindrical-coordinate representation of color #E53781: hue angle of 334.48º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53781 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 129 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.10 |
| HSL | 334.48º | 0.77% | 0.56% | - |
| HSV(B) | 334.48º | 0.76% | 0.9% | - |
| XYZ | 37.64 | 20.98 | 22.83 | - |
| YUV | 115.46 | 135.65 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 129 | 0 | 0.76 | 0.44 | 0.10 | 334.48 | 0.77 | 0.56 |
| Hex | E5 | 37 | 81 | 0 | 4C | 2C | A | 14E | 4D | 38 |
| Octal | 345 | 67 | 201 | 0 | 114 | 54 | 12 | 516 | 115 | 70 |
| Binary | 11100101 | 110111 | 10000001 | 0 | 1001100 | 101100 | 1010 | 101001110 | 1001101 | 111000 |
Color Harmonies of #E53781
Complementary color
Monochromatic Colors of #E53781
Black with #E53781
Text Example
Text Example
White with #E53781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53781; }
p { color: rgb(229,55,129); }
H1.HeaderClassName
{
color: #E53781;
}
.AnyTagClassName
{
color: #E53781;
}
</style>
background-color css
<style>
a { background-color: #E53781; }
a { background-color: rgb(229,55,129); }
div.DivClassName
{
background-color: #E53781;
}
.BgClassName
{
background-color: #E53781;
}
</style>
border-color css
<style>
span { border-color: #E53781; }
span { border-color: rgb(229,55,129); }
td.TdClassName
{
border-color: #E53781;
}
.TagClassName
{
border-color: #E53781;
}
</style>