Shades of Deep Pink #E51186
Tints of Deep Pink #E51186
RGB
CMYK
RGB Variations
Color information
#E51186 (or 0xE51186) is known color: Deep Pink. HEX triplet: E5, 11 and 86. RGB value is (229,17,134). Sum of RGB (Red+Green+Blue) = 229+17+134=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E51186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51186 is #1AEE79. Grayscale: #5D5D5D. Windows color (decimal): -1764986 or 8786405. OLE color: 8786405.
HSL color Cylindrical-coordinate representation of color #E51186: hue angle of 326.89º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51186 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 134 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.10 |
| HSL | 326.89º | 0.86% | 0.48% | - |
| HSV(B) | 326.89º | 0.93% | 0.9% | - |
| XYZ | 36.82 | 18.78 | 24.24 | - |
| YUV | 93.73 | 150.74 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 134 | 0 | 0.93 | 0.41 | 0.10 | 326.89 | 0.86 | 0.48 |
| Hex | E5 | 11 | 86 | 0 | 5D | 29 | A | 147 | 56 | 30 |
| Octal | 345 | 21 | 206 | 0 | 135 | 51 | 12 | 507 | 126 | 60 |
| Binary | 11100101 | 10001 | 10000110 | 0 | 1011101 | 101001 | 1010 | 101000111 | 1010110 | 110000 |
Color Harmonies of #E51186
Complementary color
Monochromatic Colors of #E51186
Black with #E51186
Text Example
Text Example
White with #E51186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51186; }
p { color: rgb(229,17,134); }
H1.HeaderClassName
{
color: #E51186;
}
.AnyTagClassName
{
color: #E51186;
}
</style>
background-color css
<style>
a { background-color: #E51186; }
a { background-color: rgb(229,17,134); }
div.DivClassName
{
background-color: #E51186;
}
.BgClassName
{
background-color: #E51186;
}
</style>
border-color css
<style>
span { border-color: #E51186; }
span { border-color: rgb(229,17,134); }
td.TdClassName
{
border-color: #E51186;
}
.TagClassName
{
border-color: #E51186;
}
</style>