Shades of Deep Pink #E51189
Tints of Deep Pink #E51189
RGB
CMYK
RGB Variations
Color information
#E51189 (or 0xE51189) is known color: Deep Pink. HEX triplet: E5, 11 and 89. RGB value is (229,17,137). Sum of RGB (Red+Green+Blue) = 229+17+137=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E51189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51189 is #1AEE76. Grayscale: #5D5D5D. Windows color (decimal): -1764983 or 8983013. OLE color: 8983013.
HSL color Cylindrical-coordinate representation of color #E51189: hue angle of 326.04º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51189 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.10 |
| HSL | 326.04º | 0.86% | 0.48% | - |
| HSV(B) | 326.04º | 0.93% | 0.9% | - |
| XYZ | 37.03 | 18.87 | 25.36 | - |
| YUV | 94.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 137 | 0 | 0.93 | 0.40 | 0.10 | 326.04 | 0.86 | 0.48 |
| Hex | E5 | 11 | 89 | 0 | 5D | 28 | A | 146 | 56 | 30 |
| Octal | 345 | 21 | 211 | 0 | 135 | 50 | 12 | 506 | 126 | 60 |
| Binary | 11100101 | 10001 | 10001001 | 0 | 1011101 | 101000 | 1010 | 101000110 | 1010110 | 110000 |
Color Harmonies of #E51189
Complementary color
Monochromatic Colors of #E51189
Black with #E51189
Text Example
Text Example
White with #E51189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51189; }
p { color: rgb(229,17,137); }
H1.HeaderClassName
{
color: #E51189;
}
.AnyTagClassName
{
color: #E51189;
}
</style>
background-color css
<style>
a { background-color: #E51189; }
a { background-color: rgb(229,17,137); }
div.DivClassName
{
background-color: #E51189;
}
.BgClassName
{
background-color: #E51189;
}
</style>
border-color css
<style>
span { border-color: #E51189; }
span { border-color: rgb(229,17,137); }
td.TdClassName
{
border-color: #E51189;
}
.TagClassName
{
border-color: #E51189;
}
</style>