Shades of Deep Pink #E71790
Tints of Deep Pink #E71790
RGB
CMYK
RGB Variations
Color information
#E71790 (or 0xE71790) is known color: Deep Pink. HEX triplet: E7, 17 and 90. RGB value is (231,23,144). Sum of RGB (Red+Green+Blue) = 231+23+144=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E71790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71790 is #18E86F. Grayscale: #626262. Windows color (decimal): -1632368 or 9443303. OLE color: 9443303.
HSL color Cylindrical-coordinate representation of color #E71790: hue angle of 325.1º degrees, saturation: 0.82, 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 #E71790 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 144 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.09 |
| HSL | 325.1º | 0.82% | 0.5% | - |
| HSV(B) | 325.1º | 0.9% | 0.91% | - |
| XYZ | 38.3 | 19.62 | 28.15 | - |
| YUV | 98.99 | 153.41 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 144 | 0 | 0.90 | 0.38 | 0.09 | 325.1 | 0.82 | 0.5 |
| Hex | E7 | 17 | 90 | 0 | 5A | 26 | 9 | 145 | 52 | 32 |
| Octal | 347 | 27 | 220 | 0 | 132 | 46 | 11 | 505 | 122 | 62 |
| Binary | 11100111 | 10111 | 10010000 | 0 | 1011010 | 100110 | 1001 | 101000101 | 1010010 | 110010 |
Color Harmonies of #E71790
Complementary color
Monochromatic Colors of #E71790
Black with #E71790
Text Example
Text Example
White with #E71790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71790; }
p { color: rgb(231,23,144); }
H1.HeaderClassName
{
color: #E71790;
}
.AnyTagClassName
{
color: #E71790;
}
</style>
background-color css
<style>
a { background-color: #E71790; }
a { background-color: rgb(231,23,144); }
div.DivClassName
{
background-color: #E71790;
}
.BgClassName
{
background-color: #E71790;
}
</style>
border-color css
<style>
span { border-color: #E71790; }
span { border-color: rgb(231,23,144); }
td.TdClassName
{
border-color: #E71790;
}
.TagClassName
{
border-color: #E71790;
}
</style>