Shades of Dark Pink #E55786
Tints of Dark Pink #E55786
RGB
CMYK
RGB Variations
Color information
#E55786 (or 0xE55786) is known color: Dark Pink. HEX triplet: E5, 57 and 86. RGB value is (229,87,134). Sum of RGB (Red+Green+Blue) = 229+87+134=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E55786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55786 is #1AA879. Grayscale: #868686. Windows color (decimal): -1747066 or 8804325. OLE color: 8804325.
HSL color Cylindrical-coordinate representation of color #E55786: hue angle of 340.14º 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 #E55786 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 134 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.10 |
| HSL | 340.14º | 0.73% | 0.62% | - |
| HSV(B) | 340.14º | 0.62% | 0.9% | - |
| XYZ | 40.02 | 25.2 | 25.31 | - |
| YUV | 134.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 134 | 0 | 0.62 | 0.41 | 0.10 | 340.14 | 0.73 | 0.62 |
| Hex | E5 | 57 | 86 | 0 | 3E | 29 | A | 154 | 49 | 3E |
| Octal | 345 | 127 | 206 | 0 | 76 | 51 | 12 | 524 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10000110 | 0 | 111110 | 101001 | 1010 | 101010100 | 1001001 | 111110 |
Color Harmonies of #E55786
Complementary color
Monochromatic Colors of #E55786
Black with #E55786
Text Example
Text Example
White with #E55786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55786; }
p { color: rgb(229,87,134); }
H1.HeaderClassName
{
color: #E55786;
}
.AnyTagClassName
{
color: #E55786;
}
</style>
background-color css
<style>
a { background-color: #E55786; }
a { background-color: rgb(229,87,134); }
div.DivClassName
{
background-color: #E55786;
}
.BgClassName
{
background-color: #E55786;
}
</style>
border-color css
<style>
span { border-color: #E55786; }
span { border-color: rgb(229,87,134); }
td.TdClassName
{
border-color: #E55786;
}
.TagClassName
{
border-color: #E55786;
}
</style>