Shades of Deep Pink #E71486
Tints of Deep Pink #E71486
RGB
CMYK
RGB Variations
Color information
#E71486 (or 0xE71486) is known color: Deep Pink. HEX triplet: E7, 14 and 86. RGB value is (231,20,134). Sum of RGB (Red+Green+Blue) = 231+20+134=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E71486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71486 is #18EB79. Grayscale: #5F5F5F. Windows color (decimal): -1633146 or 8787175. OLE color: 8787175.
HSL color Cylindrical-coordinate representation of color #E71486: hue angle of 327.58º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71486 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 134 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.09 |
| HSL | 327.58º | 0.84% | 0.49% | - |
| HSV(B) | 327.58º | 0.91% | 0.91% | - |
| XYZ | 37.51 | 19.21 | 24.29 | - |
| YUV | 96.09 | 149.4 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 134 | 0 | 0.91 | 0.42 | 0.09 | 327.58 | 0.84 | 0.49 |
| Hex | E7 | 14 | 86 | 0 | 5B | 2A | 9 | 148 | 54 | 31 |
| Octal | 347 | 24 | 206 | 0 | 133 | 52 | 11 | 510 | 124 | 61 |
| Binary | 11100111 | 10100 | 10000110 | 0 | 1011011 | 101010 | 1001 | 101001000 | 1010100 | 110001 |
Color Harmonies of #E71486
Complementary color
Monochromatic Colors of #E71486
Black with #E71486
Text Example
Text Example
White with #E71486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71486; }
p { color: rgb(231,20,134); }
H1.HeaderClassName
{
color: #E71486;
}
.AnyTagClassName
{
color: #E71486;
}
</style>
background-color css
<style>
a { background-color: #E71486; }
a { background-color: rgb(231,20,134); }
div.DivClassName
{
background-color: #E71486;
}
.BgClassName
{
background-color: #E71486;
}
</style>
border-color css
<style>
span { border-color: #E71486; }
span { border-color: rgb(231,20,134); }
td.TdClassName
{
border-color: #E71486;
}
.TagClassName
{
border-color: #E71486;
}
</style>