Shades of Deep Pink #E71080
Tints of Deep Pink #E71080
RGB
CMYK
RGB Variations
Color information
#E71080 (or 0xE71080) is known color: Deep Pink. HEX triplet: E7, 10 and 80. RGB value is (231,16,128). Sum of RGB (Red+Green+Blue) = 231+16+128=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E71080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71080 is #18EF7F. Grayscale: #5C5C5C. Windows color (decimal): -1634176 or 8392935. OLE color: 8392935.
HSL color Cylindrical-coordinate representation of color #E71080: hue angle of 328.74º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71080 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 128 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.09 |
| HSL | 328.74º | 0.87% | 0.48% | - |
| HSV(B) | 328.74º | 0.93% | 0.91% | - |
| XYZ | 37.04 | 18.92 | 22.12 | - |
| YUV | 93.05 | 147.73 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 128 | 0 | 0.93 | 0.45 | 0.09 | 328.74 | 0.87 | 0.48 |
| Hex | E7 | 10 | 80 | 0 | 5D | 2D | 9 | 149 | 57 | 30 |
| Octal | 347 | 20 | 200 | 0 | 135 | 55 | 11 | 511 | 127 | 60 |
| Binary | 11100111 | 10000 | 10000000 | 0 | 1011101 | 101101 | 1001 | 101001001 | 1010111 | 110000 |
Color Harmonies of #E71080
Complementary color
Monochromatic Colors of #E71080
Black with #E71080
Text Example
Text Example
White with #E71080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71080; }
p { color: rgb(231,16,128); }
H1.HeaderClassName
{
color: #E71080;
}
.AnyTagClassName
{
color: #E71080;
}
</style>
background-color css
<style>
a { background-color: #E71080; }
a { background-color: rgb(231,16,128); }
div.DivClassName
{
background-color: #E71080;
}
.BgClassName
{
background-color: #E71080;
}
</style>
border-color css
<style>
span { border-color: #E71080; }
span { border-color: rgb(231,16,128); }
td.TdClassName
{
border-color: #E71080;
}
.TagClassName
{
border-color: #E71080;
}
</style>