Shades of Deep Cerise #E53481
Tints of Deep Cerise #E53481
RGB
CMYK
RGB Variations
Color information
#E53481 (or 0xE53481) is known color: Deep Cerise. HEX triplet: E5, 34 and 81. RGB value is (229,52,129). Sum of RGB (Red+Green+Blue) = 229+52+129=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E53481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53481 is #1ACB7E. Grayscale: #717171. Windows color (decimal): -1756031 or 8467685. OLE color: 8467685.
HSL color Cylindrical-coordinate representation of color #E53481: hue angle of 333.9º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53481 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 129 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.10 |
| HSL | 333.9º | 0.77% | 0.55% | - |
| HSV(B) | 333.9º | 0.77% | 0.9% | - |
| XYZ | 37.5 | 20.7 | 22.79 | - |
| YUV | 113.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 129 | 0 | 0.77 | 0.44 | 0.10 | 333.9 | 0.77 | 0.55 |
| Hex | E5 | 34 | 81 | 0 | 4D | 2C | A | 14E | 4D | 37 |
| Octal | 345 | 64 | 201 | 0 | 115 | 54 | 12 | 516 | 115 | 67 |
| Binary | 11100101 | 110100 | 10000001 | 0 | 1001101 | 101100 | 1010 | 101001110 | 1001101 | 110111 |
Color Harmonies of #E53481
Complementary color
Monochromatic Colors of #E53481
Black with #E53481
Text Example
Text Example
White with #E53481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53481; }
p { color: rgb(229,52,129); }
H1.HeaderClassName
{
color: #E53481;
}
.AnyTagClassName
{
color: #E53481;
}
</style>
background-color css
<style>
a { background-color: #E53481; }
a { background-color: rgb(229,52,129); }
div.DivClassName
{
background-color: #E53481;
}
.BgClassName
{
background-color: #E53481;
}
</style>
border-color css
<style>
span { border-color: #E53481; }
span { border-color: rgb(229,52,129); }
td.TdClassName
{
border-color: #E53481;
}
.TagClassName
{
border-color: #E53481;
}
</style>