Shades of Deep Pink #E51489
Tints of Deep Pink #E51489
RGB
CMYK
RGB Variations
Color information
#E51489 (or 0xE51489) is known color: Deep Pink. HEX triplet: E5, 14 and 89. RGB value is (229,20,137). Sum of RGB (Red+Green+Blue) = 229+20+137=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E51489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51489 is #1AEB76. Grayscale: #5F5F5F. Windows color (decimal): -1764215 or 8983781. OLE color: 8983781.
HSL color Cylindrical-coordinate representation of color #E51489: hue angle of 326.41º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51489 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 137 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.10 |
| HSL | 326.41º | 0.84% | 0.49% | - |
| HSV(B) | 326.41º | 0.91% | 0.9% | - |
| XYZ | 37.08 | 18.96 | 25.37 | - |
| YUV | 95.83 | 151.24 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 137 | 0 | 0.91 | 0.40 | 0.10 | 326.41 | 0.84 | 0.49 |
| Hex | E5 | 14 | 89 | 0 | 5B | 28 | A | 146 | 54 | 31 |
| Octal | 345 | 24 | 211 | 0 | 133 | 50 | 12 | 506 | 124 | 61 |
| Binary | 11100101 | 10100 | 10001001 | 0 | 1011011 | 101000 | 1010 | 101000110 | 1010100 | 110001 |
Color Harmonies of #E51489
Complementary color
Monochromatic Colors of #E51489
Black with #E51489
Text Example
Text Example
White with #E51489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51489; }
p { color: rgb(229,20,137); }
H1.HeaderClassName
{
color: #E51489;
}
.AnyTagClassName
{
color: #E51489;
}
</style>
background-color css
<style>
a { background-color: #E51489; }
a { background-color: rgb(229,20,137); }
div.DivClassName
{
background-color: #E51489;
}
.BgClassName
{
background-color: #E51489;
}
</style>
border-color css
<style>
span { border-color: #E51489; }
span { border-color: rgb(229,20,137); }
td.TdClassName
{
border-color: #E51489;
}
.TagClassName
{
border-color: #E51489;
}
</style>