Shades of Deep Pink #E51686
Tints of Deep Pink #E51686
RGB
CMYK
RGB Variations
Color information
#E51686 (or 0xE51686) is known color: Deep Pink. HEX triplet: E5, 16 and 86. RGB value is (229,22,134). Sum of RGB (Red+Green+Blue) = 229+22+134=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E51686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51686 is #1AE979. Grayscale: #606060. Windows color (decimal): -1763706 or 8787685. OLE color: 8787685.
HSL color Cylindrical-coordinate representation of color #E51686: hue angle of 327.54º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51686 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 134 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.10 |
| HSL | 327.54º | 0.82% | 0.49% | - |
| HSV(B) | 327.54º | 0.9% | 0.9% | - |
| XYZ | 36.9 | 18.95 | 24.27 | - |
| YUV | 96.66 | 149.08 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 134 | 0 | 0.90 | 0.41 | 0.10 | 327.54 | 0.82 | 0.49 |
| Hex | E5 | 16 | 86 | 0 | 5A | 29 | A | 148 | 52 | 31 |
| Octal | 345 | 26 | 206 | 0 | 132 | 51 | 12 | 510 | 122 | 61 |
| Binary | 11100101 | 10110 | 10000110 | 0 | 1011010 | 101001 | 1010 | 101001000 | 1010010 | 110001 |
Color Harmonies of #E51686
Complementary color
Monochromatic Colors of #E51686
Black with #E51686
Text Example
Text Example
White with #E51686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51686; }
p { color: rgb(229,22,134); }
H1.HeaderClassName
{
color: #E51686;
}
.AnyTagClassName
{
color: #E51686;
}
</style>
background-color css
<style>
a { background-color: #E51686; }
a { background-color: rgb(229,22,134); }
div.DivClassName
{
background-color: #E51686;
}
.BgClassName
{
background-color: #E51686;
}
</style>
border-color css
<style>
span { border-color: #E51686; }
span { border-color: rgb(229,22,134); }
td.TdClassName
{
border-color: #E51686;
}
.TagClassName
{
border-color: #E51686;
}
</style>