Shades of Deep Pink #E71999
Tints of Deep Pink #E71999
RGB
CMYK
RGB Variations
Color information
#E71999 (or 0xE71999) is known color: Deep Pink. HEX triplet: E7, 19 and 99. RGB value is (231,25,153). Sum of RGB (Red+Green+Blue) = 231+25+153=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E71999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71999 is #18E666. Grayscale: #646464. Windows color (decimal): -1631847 or 10033639. OLE color: 10033639.
HSL color Cylindrical-coordinate representation of color #E71999: hue angle of 322.72º 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 #E71999 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 153 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.09 |
| HSL | 322.72º | 0.81% | 0.5% | - |
| HSV(B) | 322.72º | 0.89% | 0.91% | - |
| XYZ | 39.05 | 19.98 | 31.94 | - |
| YUV | 101.19 | 157.25 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 153 | 0 | 0.89 | 0.34 | 0.09 | 322.72 | 0.81 | 0.5 |
| Hex | E7 | 19 | 99 | 0 | 59 | 22 | 9 | 143 | 51 | 32 |
| Octal | 347 | 31 | 231 | 0 | 131 | 42 | 11 | 503 | 121 | 62 |
| Binary | 11100111 | 11001 | 10011001 | 0 | 1011001 | 100010 | 1001 | 101000011 | 1010001 | 110010 |
Color Harmonies of #E71999
Complementary color
Monochromatic Colors of #E71999
Black with #E71999
Text Example
Text Example
White with #E71999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71999; }
p { color: rgb(231,25,153); }
H1.HeaderClassName
{
color: #E71999;
}
.AnyTagClassName
{
color: #E71999;
}
</style>
background-color css
<style>
a { background-color: #E71999; }
a { background-color: rgb(231,25,153); }
div.DivClassName
{
background-color: #E71999;
}
.BgClassName
{
background-color: #E71999;
}
</style>
border-color css
<style>
span { border-color: #E71999; }
span { border-color: rgb(231,25,153); }
td.TdClassName
{
border-color: #E71999;
}
.TagClassName
{
border-color: #E71999;
}
</style>