Shades of Deep Pink #E71987
Tints of Deep Pink #E71987
RGB
CMYK
RGB Variations
Color information
#E71987 (or 0xE71987) is known color: Deep Pink. HEX triplet: E7, 19 and 87. RGB value is (231,25,135). Sum of RGB (Red+Green+Blue) = 231+25+135=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E71987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71987 is #18E678. Grayscale: #626262. Windows color (decimal): -1631865 or 8853991. OLE color: 8853991.
HSL color Cylindrical-coordinate representation of color #E71987: hue angle of 327.96º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71987 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 135 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.09 |
| HSL | 327.96º | 0.81% | 0.5% | - |
| HSV(B) | 327.96º | 0.89% | 0.91% | - |
| XYZ | 37.68 | 19.43 | 24.69 | - |
| YUV | 99.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 135 | 0 | 0.89 | 0.42 | 0.09 | 327.96 | 0.81 | 0.5 |
| Hex | E7 | 19 | 87 | 0 | 59 | 2A | 9 | 148 | 51 | 32 |
| Octal | 347 | 31 | 207 | 0 | 131 | 52 | 11 | 510 | 121 | 62 |
| Binary | 11100111 | 11001 | 10000111 | 0 | 1011001 | 101010 | 1001 | 101001000 | 1010001 | 110010 |
Color Harmonies of #E71987
Complementary color
Monochromatic Colors of #E71987
Black with #E71987
Text Example
Text Example
White with #E71987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71987; }
p { color: rgb(231,25,135); }
H1.HeaderClassName
{
color: #E71987;
}
.AnyTagClassName
{
color: #E71987;
}
</style>
background-color css
<style>
a { background-color: #E71987; }
a { background-color: rgb(231,25,135); }
div.DivClassName
{
background-color: #E71987;
}
.BgClassName
{
background-color: #E71987;
}
</style>
border-color css
<style>
span { border-color: #E71987; }
span { border-color: rgb(231,25,135); }
td.TdClassName
{
border-color: #E71987;
}
.TagClassName
{
border-color: #E71987;
}
</style>