Shades of Deep Cerise #E53E82
Tints of Deep Cerise #E53E82
RGB
CMYK
RGB Variations
Color information
#E53E82 (or 0xE53E82) is known color: Deep Cerise. HEX triplet: E5, 3E and 82. RGB value is (229,62,130). Sum of RGB (Red+Green+Blue) = 229+62+130=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53E82 is #1AC17D. Grayscale: #777777. Windows color (decimal): -1753470 or 8535781. OLE color: 8535781.
HSL color Cylindrical-coordinate representation of color #E53E82: hue angle of 335.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53E82 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 130 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.10 |
| HSL | 335.57º | 0.76% | 0.57% | - |
| HSV(B) | 335.57º | 0.73% | 0.9% | - |
| XYZ | 38.06 | 21.71 | 23.3 | - |
| YUV | 119.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 130 | 0 | 0.73 | 0.43 | 0.10 | 335.57 | 0.76 | 0.57 |
| Hex | E5 | 3E | 82 | 0 | 49 | 2B | A | 150 | 4C | 39 |
| Octal | 345 | 76 | 202 | 0 | 111 | 53 | 12 | 520 | 114 | 71 |
| Binary | 11100101 | 111110 | 10000010 | 0 | 1001001 | 101011 | 1010 | 101010000 | 1001100 | 111001 |
Color Harmonies of #E53E82
Complementary color
Monochromatic Colors of #E53E82
Black with #E53E82
Text Example
Text Example
White with #E53E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E82; }
p { color: rgb(229,62,130); }
H1.HeaderClassName
{
color: #E53E82;
}
.AnyTagClassName
{
color: #E53E82;
}
</style>
background-color css
<style>
a { background-color: #E53E82; }
a { background-color: rgb(229,62,130); }
div.DivClassName
{
background-color: #E53E82;
}
.BgClassName
{
background-color: #E53E82;
}
</style>
border-color css
<style>
span { border-color: #E53E82; }
span { border-color: rgb(229,62,130); }
td.TdClassName
{
border-color: #E53E82;
}
.TagClassName
{
border-color: #E53E82;
}
</style>