Shades of Deep Pink #E71190
Tints of Deep Pink #E71190
RGB
CMYK
RGB Variations
Color information
#E71190 (or 0xE71190) is known color: Deep Pink. HEX triplet: E7, 11 and 90. RGB value is (231,17,144). Sum of RGB (Red+Green+Blue) = 231+17+144=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E71190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71190 is #18EE6F. Grayscale: #5F5F5F. Windows color (decimal): -1633904 or 9441767. OLE color: 9441767.
HSL color Cylindrical-coordinate representation of color #E71190: hue angle of 324.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71190 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 144 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.09 |
| HSL | 324.39º | 0.86% | 0.49% | - |
| HSV(B) | 324.39º | 0.93% | 0.91% | - |
| XYZ | 38.19 | 19.4 | 28.12 | - |
| YUV | 95.46 | 155.4 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 144 | 0 | 0.93 | 0.38 | 0.09 | 324.39 | 0.86 | 0.49 |
| Hex | E7 | 11 | 90 | 0 | 5D | 26 | 9 | 144 | 56 | 31 |
| Octal | 347 | 21 | 220 | 0 | 135 | 46 | 11 | 504 | 126 | 61 |
| Binary | 11100111 | 10001 | 10010000 | 0 | 1011101 | 100110 | 1001 | 101000100 | 1010110 | 110001 |
Color Harmonies of #E71190
Complementary color
Monochromatic Colors of #E71190
Black with #E71190
Text Example
Text Example
White with #E71190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71190; }
p { color: rgb(231,17,144); }
H1.HeaderClassName
{
color: #E71190;
}
.AnyTagClassName
{
color: #E71190;
}
</style>
background-color css
<style>
a { background-color: #E71190; }
a { background-color: rgb(231,17,144); }
div.DivClassName
{
background-color: #E71190;
}
.BgClassName
{
background-color: #E71190;
}
</style>
border-color css
<style>
span { border-color: #E71190; }
span { border-color: rgb(231,17,144); }
td.TdClassName
{
border-color: #E71190;
}
.TagClassName
{
border-color: #E71190;
}
</style>