Shades of Deep Pink #E71996
Tints of Deep Pink #E71996
RGB
CMYK
RGB Variations
Color information
#E71996 (or 0xE71996) is known color: Deep Pink. HEX triplet: E7, 19 and 96. RGB value is (231,25,150). Sum of RGB (Red+Green+Blue) = 231+25+150=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E71996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71996 is #18E669. Grayscale: #646464. Windows color (decimal): -1631850 or 9837031. OLE color: 9837031.
HSL color Cylindrical-coordinate representation of color #E71996: hue angle of 323.59º 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 #E71996 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 150 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.09 |
| HSL | 323.59º | 0.81% | 0.5% | - |
| HSV(B) | 323.59º | 0.89% | 0.91% | - |
| XYZ | 38.81 | 19.89 | 30.65 | - |
| YUV | 100.84 | 155.75 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 150 | 0 | 0.89 | 0.35 | 0.09 | 323.59 | 0.81 | 0.5 |
| Hex | E7 | 19 | 96 | 0 | 59 | 23 | 9 | 144 | 51 | 32 |
| Octal | 347 | 31 | 226 | 0 | 131 | 43 | 11 | 504 | 121 | 62 |
| Binary | 11100111 | 11001 | 10010110 | 0 | 1011001 | 100011 | 1001 | 101000100 | 1010001 | 110010 |
Color Harmonies of #E71996
Complementary color
Monochromatic Colors of #E71996
Black with #E71996
Text Example
Text Example
White with #E71996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71996; }
p { color: rgb(231,25,150); }
H1.HeaderClassName
{
color: #E71996;
}
.AnyTagClassName
{
color: #E71996;
}
</style>
background-color css
<style>
a { background-color: #E71996; }
a { background-color: rgb(231,25,150); }
div.DivClassName
{
background-color: #E71996;
}
.BgClassName
{
background-color: #E71996;
}
</style>
border-color css
<style>
span { border-color: #E71996; }
span { border-color: rgb(231,25,150); }
td.TdClassName
{
border-color: #E71996;
}
.TagClassName
{
border-color: #E71996;
}
</style>