Shades of Deep Cerise #E52289
Tints of Deep Cerise #E52289
RGB
CMYK
RGB Variations
Color information
#E52289 (or 0xE52289) is known color: Deep Cerise. HEX triplet: E5, 22 and 89. RGB value is (229,34,137). Sum of RGB (Red+Green+Blue) = 229+34+137=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E52289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52289 is #1ADD76. Grayscale: #676767. Windows color (decimal): -1760631 or 8987365. OLE color: 8987365.
HSL color Cylindrical-coordinate representation of color #E52289: hue angle of 328.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52289 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 137 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.10 |
| HSL | 328.31º | 0.79% | 0.52% | - |
| HSV(B) | 328.31º | 0.85% | 0.9% | - |
| XYZ | 37.4 | 19.61 | 25.48 | - |
| YUV | 104.05 | 146.6 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 137 | 0 | 0.85 | 0.40 | 0.10 | 328.31 | 0.79 | 0.52 |
| Hex | E5 | 22 | 89 | 0 | 55 | 28 | A | 148 | 4F | 34 |
| Octal | 345 | 42 | 211 | 0 | 125 | 50 | 12 | 510 | 117 | 64 |
| Binary | 11100101 | 100010 | 10001001 | 0 | 1010101 | 101000 | 1010 | 101001000 | 1001111 | 110100 |
Color Harmonies of #E52289
Complementary color
Monochromatic Colors of #E52289
Black with #E52289
Text Example
Text Example
White with #E52289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52289; }
p { color: rgb(229,34,137); }
H1.HeaderClassName
{
color: #E52289;
}
.AnyTagClassName
{
color: #E52289;
}
</style>
background-color css
<style>
a { background-color: #E52289; }
a { background-color: rgb(229,34,137); }
div.DivClassName
{
background-color: #E52289;
}
.BgClassName
{
background-color: #E52289;
}
</style>
border-color css
<style>
span { border-color: #E52289; }
span { border-color: rgb(229,34,137); }
td.TdClassName
{
border-color: #E52289;
}
.TagClassName
{
border-color: #E52289;
}
</style>