Shades of Dark Pink #E55E87
Tints of Dark Pink #E55E87
RGB
CMYK
RGB Variations
Color information
#E55E87 (or 0xE55E87) is known color: Dark Pink. HEX triplet: E5, 5E and 87. RGB value is (229,94,135). Sum of RGB (Red+Green+Blue) = 229+94+135=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E87 is #1AA178. Grayscale: #8B8B8B. Windows color (decimal): -1745273 or 8871653. OLE color: 8871653.
HSL color Cylindrical-coordinate representation of color #E55E87: hue angle of 341.78º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E87 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 135 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.10 |
| HSL | 341.78º | 0.72% | 0.63% | - |
| HSV(B) | 341.78º | 0.59% | 0.9% | - |
| XYZ | 40.69 | 26.41 | 25.88 | - |
| YUV | 139.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 135 | 0 | 0.59 | 0.41 | 0.10 | 341.78 | 0.72 | 0.63 |
| Hex | E5 | 5E | 87 | 0 | 3B | 29 | A | 156 | 48 | 3F |
| Octal | 345 | 136 | 207 | 0 | 73 | 51 | 12 | 526 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10000111 | 0 | 111011 | 101001 | 1010 | 101010110 | 1001000 | 111111 |
Color Harmonies of #E55E87
Complementary color
Monochromatic Colors of #E55E87
Black with #E55E87
Text Example
Text Example
White with #E55E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E87; }
p { color: rgb(229,94,135); }
H1.HeaderClassName
{
color: #E55E87;
}
.AnyTagClassName
{
color: #E55E87;
}
</style>
background-color css
<style>
a { background-color: #E55E87; }
a { background-color: rgb(229,94,135); }
div.DivClassName
{
background-color: #E55E87;
}
.BgClassName
{
background-color: #E55E87;
}
</style>
border-color css
<style>
span { border-color: #E55E87; }
span { border-color: rgb(229,94,135); }
td.TdClassName
{
border-color: #E55E87;
}
.TagClassName
{
border-color: #E55E87;
}
</style>