Shades of Deep Pink #E51689
Tints of Deep Pink #E51689
RGB
CMYK
RGB Variations
Color information
#E51689 (or 0xE51689) is known color: Deep Pink. HEX triplet: E5, 16 and 89. RGB value is (229,22,137). Sum of RGB (Red+Green+Blue) = 229+22+137=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E51689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51689 is #1AE976. Grayscale: #606060. Windows color (decimal): -1763703 or 8984293. OLE color: 8984293.
HSL color Cylindrical-coordinate representation of color #E51689: hue angle of 326.67º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51689 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 137 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.10 |
| HSL | 326.67º | 0.82% | 0.49% | - |
| HSV(B) | 326.67º | 0.9% | 0.9% | - |
| XYZ | 37.12 | 19.04 | 25.39 | - |
| YUV | 97 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 137 | 0 | 0.90 | 0.40 | 0.10 | 326.67 | 0.82 | 0.49 |
| Hex | E5 | 16 | 89 | 0 | 5A | 28 | A | 147 | 52 | 31 |
| Octal | 345 | 26 | 211 | 0 | 132 | 50 | 12 | 507 | 122 | 61 |
| Binary | 11100101 | 10110 | 10001001 | 0 | 1011010 | 101000 | 1010 | 101000111 | 1010010 | 110001 |
Color Harmonies of #E51689
Complementary color
Monochromatic Colors of #E51689
Black with #E51689
Text Example
Text Example
White with #E51689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51689; }
p { color: rgb(229,22,137); }
H1.HeaderClassName
{
color: #E51689;
}
.AnyTagClassName
{
color: #E51689;
}
</style>
background-color css
<style>
a { background-color: #E51689; }
a { background-color: rgb(229,22,137); }
div.DivClassName
{
background-color: #E51689;
}
.BgClassName
{
background-color: #E51689;
}
</style>
border-color css
<style>
span { border-color: #E51689; }
span { border-color: rgb(229,22,137); }
td.TdClassName
{
border-color: #E51689;
}
.TagClassName
{
border-color: #E51689;
}
</style>