Shades of Deep Pink #E71890
Tints of Deep Pink #E71890
RGB
CMYK
RGB Variations
Color information
#E71890 (or 0xE71890) is known color: Deep Pink. HEX triplet: E7, 18 and 90. RGB value is (231,24,144). Sum of RGB (Red+Green+Blue) = 231+24+144=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E71890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71890 is #18E76F. Grayscale: #636363. Windows color (decimal): -1632112 or 9443559. OLE color: 9443559.
HSL color Cylindrical-coordinate representation of color #E71890: hue angle of 325.22º degrees, saturation: 0.81, 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 #E71890 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 144 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.09 |
| HSL | 325.22º | 0.81% | 0.5% | - |
| HSV(B) | 325.22º | 0.9% | 0.91% | - |
| XYZ | 38.32 | 19.66 | 28.16 | - |
| YUV | 99.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 144 | 0 | 0.90 | 0.38 | 0.09 | 325.22 | 0.81 | 0.5 |
| Hex | E7 | 18 | 90 | 0 | 5A | 26 | 9 | 145 | 51 | 32 |
| Octal | 347 | 30 | 220 | 0 | 132 | 46 | 11 | 505 | 121 | 62 |
| Binary | 11100111 | 11000 | 10010000 | 0 | 1011010 | 100110 | 1001 | 101000101 | 1010001 | 110010 |
Color Harmonies of #E71890
Complementary color
Monochromatic Colors of #E71890
Black with #E71890
Text Example
Text Example
White with #E71890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71890; }
p { color: rgb(231,24,144); }
H1.HeaderClassName
{
color: #E71890;
}
.AnyTagClassName
{
color: #E71890;
}
</style>
background-color css
<style>
a { background-color: #E71890; }
a { background-color: rgb(231,24,144); }
div.DivClassName
{
background-color: #E71890;
}
.BgClassName
{
background-color: #E71890;
}
</style>
border-color css
<style>
span { border-color: #E71890; }
span { border-color: rgb(231,24,144); }
td.TdClassName
{
border-color: #E71890;
}
.TagClassName
{
border-color: #E71890;
}
</style>