Shades of Deep Pink #E71997
Tints of Deep Pink #E71997
RGB
CMYK
RGB Variations
Color information
#E71997 (or 0xE71997) is known color: Deep Pink. HEX triplet: E7, 19 and 97. RGB value is (231,25,151). Sum of RGB (Red+Green+Blue) = 231+25+151=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E71997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71997 is #18E668. Grayscale: #646464. Windows color (decimal): -1631849 or 9902567. OLE color: 9902567.
HSL color Cylindrical-coordinate representation of color #E71997: hue angle of 323.3º 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 #E71997 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 151 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.09 |
| HSL | 323.3º | 0.81% | 0.5% | - |
| HSV(B) | 323.3º | 0.89% | 0.91% | - |
| XYZ | 38.89 | 19.92 | 31.07 | - |
| YUV | 100.96 | 156.25 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 151 | 0 | 0.89 | 0.35 | 0.09 | 323.3 | 0.81 | 0.5 |
| Hex | E7 | 19 | 97 | 0 | 59 | 23 | 9 | 143 | 51 | 32 |
| Octal | 347 | 31 | 227 | 0 | 131 | 43 | 11 | 503 | 121 | 62 |
| Binary | 11100111 | 11001 | 10010111 | 0 | 1011001 | 100011 | 1001 | 101000011 | 1010001 | 110010 |
Color Harmonies of #E71997
Complementary color
Monochromatic Colors of #E71997
Black with #E71997
Text Example
Text Example
White with #E71997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71997; }
p { color: rgb(231,25,151); }
H1.HeaderClassName
{
color: #E71997;
}
.AnyTagClassName
{
color: #E71997;
}
</style>
background-color css
<style>
a { background-color: #E71997; }
a { background-color: rgb(231,25,151); }
div.DivClassName
{
background-color: #E71997;
}
.BgClassName
{
background-color: #E71997;
}
</style>
border-color css
<style>
span { border-color: #E71997; }
span { border-color: rgb(231,25,151); }
td.TdClassName
{
border-color: #E71997;
}
.TagClassName
{
border-color: #E71997;
}
</style>