Shades of Deep Pink #E71789
Tints of Deep Pink #E71789
RGB
CMYK
RGB Variations
Color information
#E71789 (or 0xE71789) is known color: Deep Pink. HEX triplet: E7, 17 and 89. RGB value is (231,23,137). Sum of RGB (Red+Green+Blue) = 231+23+137=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E71789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71789 is #18E876. Grayscale: #616161. Windows color (decimal): -1632375 or 8984551. OLE color: 8984551.
HSL color Cylindrical-coordinate representation of color #E71789: hue angle of 327.12º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71789 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 137 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.09 |
| HSL | 327.12º | 0.82% | 0.5% | - |
| HSV(B) | 327.12º | 0.9% | 0.91% | - |
| XYZ | 37.78 | 19.41 | 25.42 | - |
| YUV | 98.19 | 149.91 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 137 | 0 | 0.90 | 0.41 | 0.09 | 327.12 | 0.82 | 0.5 |
| Hex | E7 | 17 | 89 | 0 | 5A | 29 | 9 | 147 | 52 | 32 |
| Octal | 347 | 27 | 211 | 0 | 132 | 51 | 11 | 507 | 122 | 62 |
| Binary | 11100111 | 10111 | 10001001 | 0 | 1011010 | 101001 | 1001 | 101000111 | 1010010 | 110010 |
Color Harmonies of #E71789
Complementary color
Monochromatic Colors of #E71789
Black with #E71789
Text Example
Text Example
White with #E71789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71789; }
p { color: rgb(231,23,137); }
H1.HeaderClassName
{
color: #E71789;
}
.AnyTagClassName
{
color: #E71789;
}
</style>
background-color css
<style>
a { background-color: #E71789; }
a { background-color: rgb(231,23,137); }
div.DivClassName
{
background-color: #E71789;
}
.BgClassName
{
background-color: #E71789;
}
</style>
border-color css
<style>
span { border-color: #E71789; }
span { border-color: rgb(231,23,137); }
td.TdClassName
{
border-color: #E71789;
}
.TagClassName
{
border-color: #E71789;
}
</style>