Shades of Dark Pink #E55686
Tints of Dark Pink #E55686
RGB
CMYK
RGB Variations
Color information
#E55686 (or 0xE55686) is known color: Dark Pink. HEX triplet: E5, 56 and 86. RGB value is (229,86,134). Sum of RGB (Red+Green+Blue) = 229+86+134=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E55686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55686 is #1AA979. Grayscale: #868686. Windows color (decimal): -1747322 or 8804069. OLE color: 8804069.
HSL color Cylindrical-coordinate representation of color #E55686: hue angle of 339.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55686 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 134 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.10 |
| HSL | 339.86º | 0.73% | 0.62% | - |
| HSV(B) | 339.86º | 0.62% | 0.9% | - |
| XYZ | 39.94 | 25.03 | 25.28 | - |
| YUV | 134.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 134 | 0 | 0.62 | 0.41 | 0.10 | 339.86 | 0.73 | 0.62 |
| Hex | E5 | 56 | 86 | 0 | 3E | 29 | A | 154 | 49 | 3E |
| Octal | 345 | 126 | 206 | 0 | 76 | 51 | 12 | 524 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10000110 | 0 | 111110 | 101001 | 1010 | 101010100 | 1001001 | 111110 |
Color Harmonies of #E55686
Complementary color
Monochromatic Colors of #E55686
Black with #E55686
Text Example
Text Example
White with #E55686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55686; }
p { color: rgb(229,86,134); }
H1.HeaderClassName
{
color: #E55686;
}
.AnyTagClassName
{
color: #E55686;
}
</style>
background-color css
<style>
a { background-color: #E55686; }
a { background-color: rgb(229,86,134); }
div.DivClassName
{
background-color: #E55686;
}
.BgClassName
{
background-color: #E55686;
}
</style>
border-color css
<style>
span { border-color: #E55686; }
span { border-color: rgb(229,86,134); }
td.TdClassName
{
border-color: #E55686;
}
.TagClassName
{
border-color: #E55686;
}
</style>