Shades of Deep Pink #E71181
Tints of Deep Pink #E71181
RGB
CMYK
RGB Variations
Color information
#E71181 (or 0xE71181) is known color: Deep Pink. HEX triplet: E7, 11 and 81. RGB value is (231,17,129). Sum of RGB (Red+Green+Blue) = 231+17+129=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E71181 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71181 is #18EE7E. Grayscale: #5D5D5D. Windows color (decimal): -1633919 or 8458727. OLE color: 8458727.
HSL color Cylindrical-coordinate representation of color #E71181: hue angle of 328.6º 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 #E71181 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 129 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.09 |
| HSL | 328.6º | 0.86% | 0.49% | - |
| HSV(B) | 328.6º | 0.93% | 0.91% | - |
| XYZ | 37.12 | 18.97 | 22.48 | - |
| YUV | 93.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 129 | 0 | 0.93 | 0.44 | 0.09 | 328.6 | 0.86 | 0.49 |
| Hex | E7 | 11 | 81 | 0 | 5D | 2C | 9 | 149 | 56 | 31 |
| Octal | 347 | 21 | 201 | 0 | 135 | 54 | 11 | 511 | 126 | 61 |
| Binary | 11100111 | 10001 | 10000001 | 0 | 1011101 | 101100 | 1001 | 101001001 | 1010110 | 110001 |
Color Harmonies of #E71181
Complementary color
Monochromatic Colors of #E71181
Black with #E71181
Text Example
Text Example
White with #E71181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71181; }
p { color: rgb(231,17,129); }
H1.HeaderClassName
{
color: #E71181;
}
.AnyTagClassName
{
color: #E71181;
}
</style>
background-color css
<style>
a { background-color: #E71181; }
a { background-color: rgb(231,17,129); }
div.DivClassName
{
background-color: #E71181;
}
.BgClassName
{
background-color: #E71181;
}
</style>
border-color css
<style>
span { border-color: #E71181; }
span { border-color: rgb(231,17,129); }
td.TdClassName
{
border-color: #E71181;
}
.TagClassName
{
border-color: #E71181;
}
</style>