Shades of Deep Pink #E71286
Tints of Deep Pink #E71286
RGB
CMYK
RGB Variations
Color information
#E71286 (or 0xE71286) is known color: Deep Pink. HEX triplet: E7, 12 and 86. RGB value is (231,18,134). Sum of RGB (Red+Green+Blue) = 231+18+134=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E71286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71286 is #18ED79. Grayscale: #5E5E5E. Windows color (decimal): -1633658 or 8786663. OLE color: 8786663.
HSL color Cylindrical-coordinate representation of color #E71286: hue angle of 327.32º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71286 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 134 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.09 |
| HSL | 327.32º | 0.86% | 0.49% | - |
| HSV(B) | 327.32º | 0.92% | 0.91% | - |
| XYZ | 37.47 | 19.14 | 24.27 | - |
| YUV | 94.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 134 | 0 | 0.92 | 0.42 | 0.09 | 327.32 | 0.86 | 0.49 |
| Hex | E7 | 12 | 86 | 0 | 5C | 2A | 9 | 147 | 56 | 31 |
| Octal | 347 | 22 | 206 | 0 | 134 | 52 | 11 | 507 | 126 | 61 |
| Binary | 11100111 | 10010 | 10000110 | 0 | 1011100 | 101010 | 1001 | 101000111 | 1010110 | 110001 |
Color Harmonies of #E71286
Complementary color
Monochromatic Colors of #E71286
Black with #E71286
Text Example
Text Example
White with #E71286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71286; }
p { color: rgb(231,18,134); }
H1.HeaderClassName
{
color: #E71286;
}
.AnyTagClassName
{
color: #E71286;
}
</style>
background-color css
<style>
a { background-color: #E71286; }
a { background-color: rgb(231,18,134); }
div.DivClassName
{
background-color: #E71286;
}
.BgClassName
{
background-color: #E71286;
}
</style>
border-color css
<style>
span { border-color: #E71286; }
span { border-color: rgb(231,18,134); }
td.TdClassName
{
border-color: #E71286;
}
.TagClassName
{
border-color: #E71286;
}
</style>