Shades of Deep Pink #E71699
Tints of Deep Pink #E71699
RGB
CMYK
RGB Variations
Color information
#E71699 (or 0xE71699) is known color: Deep Pink. HEX triplet: E7, 16 and 99. RGB value is (231,22,153). Sum of RGB (Red+Green+Blue) = 231+22+153=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E71699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71699 is #18E966. Grayscale: #636363. Windows color (decimal): -1632615 or 10032871. OLE color: 10032871.
HSL color Cylindrical-coordinate representation of color #E71699: hue angle of 322.39º degrees, saturation: 0.83, 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 #E71699 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 153 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.09 |
| HSL | 322.39º | 0.83% | 0.5% | - |
| HSV(B) | 322.39º | 0.9% | 0.91% | - |
| XYZ | 38.99 | 19.86 | 31.92 | - |
| YUV | 99.43 | 158.24 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 153 | 0 | 0.90 | 0.34 | 0.09 | 322.39 | 0.83 | 0.5 |
| Hex | E7 | 16 | 99 | 0 | 5A | 22 | 9 | 142 | 53 | 32 |
| Octal | 347 | 26 | 231 | 0 | 132 | 42 | 11 | 502 | 123 | 62 |
| Binary | 11100111 | 10110 | 10011001 | 0 | 1011010 | 100010 | 1001 | 101000010 | 1010011 | 110010 |
Color Harmonies of #E71699
Complementary color
Monochromatic Colors of #E71699
Black with #E71699
Text Example
Text Example
White with #E71699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71699; }
p { color: rgb(231,22,153); }
H1.HeaderClassName
{
color: #E71699;
}
.AnyTagClassName
{
color: #E71699;
}
</style>
background-color css
<style>
a { background-color: #E71699; }
a { background-color: rgb(231,22,153); }
div.DivClassName
{
background-color: #E71699;
}
.BgClassName
{
background-color: #E71699;
}
</style>
border-color css
<style>
span { border-color: #E71699; }
span { border-color: rgb(231,22,153); }
td.TdClassName
{
border-color: #E71699;
}
.TagClassName
{
border-color: #E71699;
}
</style>