Shades of Deep Pink #E51389
Tints of Deep Pink #E51389
RGB
CMYK
RGB Variations
Color information
#E51389 (or 0xE51389) is known color: Deep Pink. HEX triplet: E5, 13 and 89. RGB value is (229,19,137). Sum of RGB (Red+Green+Blue) = 229+19+137=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E51389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51389 is #1AEC76. Grayscale: #5E5E5E. Windows color (decimal): -1764471 or 8983525. OLE color: 8983525.
HSL color Cylindrical-coordinate representation of color #E51389: hue angle of 326.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51389 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 137 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.10 |
| HSL | 326.29º | 0.85% | 0.49% | - |
| HSV(B) | 326.29º | 0.92% | 0.9% | - |
| XYZ | 37.06 | 18.93 | 25.37 | - |
| YUV | 95.24 | 151.57 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 137 | 0 | 0.92 | 0.40 | 0.10 | 326.29 | 0.85 | 0.49 |
| Hex | E5 | 13 | 89 | 0 | 5C | 28 | A | 146 | 55 | 31 |
| Octal | 345 | 23 | 211 | 0 | 134 | 50 | 12 | 506 | 125 | 61 |
| Binary | 11100101 | 10011 | 10001001 | 0 | 1011100 | 101000 | 1010 | 101000110 | 1010101 | 110001 |
Color Harmonies of #E51389
Complementary color
Monochromatic Colors of #E51389
Black with #E51389
Text Example
Text Example
White with #E51389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51389; }
p { color: rgb(229,19,137); }
H1.HeaderClassName
{
color: #E51389;
}
.AnyTagClassName
{
color: #E51389;
}
</style>
background-color css
<style>
a { background-color: #E51389; }
a { background-color: rgb(229,19,137); }
div.DivClassName
{
background-color: #E51389;
}
.BgClassName
{
background-color: #E51389;
}
</style>
border-color css
<style>
span { border-color: #E51389; }
span { border-color: rgb(229,19,137); }
td.TdClassName
{
border-color: #E51389;
}
.TagClassName
{
border-color: #E51389;
}
</style>