Shades of Dark Pink #E55987
Tints of Dark Pink #E55987
RGB
CMYK
RGB Variations
Color information
#E55987 (or 0xE55987) is known color: Dark Pink. HEX triplet: E5, 59 and 87. RGB value is (229,89,135). Sum of RGB (Red+Green+Blue) = 229+89+135=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E55987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55987 is #1AA678. Grayscale: #888888. Windows color (decimal): -1746553 or 8870373. OLE color: 8870373.
HSL color Cylindrical-coordinate representation of color #E55987: hue angle of 340.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55987 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 135 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.10 |
| HSL | 340.29º | 0.73% | 0.62% | - |
| HSV(B) | 340.29º | 0.61% | 0.9% | - |
| XYZ | 40.26 | 25.55 | 25.73 | - |
| YUV | 136.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 135 | 0 | 0.61 | 0.41 | 0.10 | 340.29 | 0.73 | 0.62 |
| Hex | E5 | 59 | 87 | 0 | 3D | 29 | A | 154 | 49 | 3E |
| Octal | 345 | 131 | 207 | 0 | 75 | 51 | 12 | 524 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10000111 | 0 | 111101 | 101001 | 1010 | 101010100 | 1001001 | 111110 |
Color Harmonies of #E55987
Complementary color
Monochromatic Colors of #E55987
Black with #E55987
Text Example
Text Example
White with #E55987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55987; }
p { color: rgb(229,89,135); }
H1.HeaderClassName
{
color: #E55987;
}
.AnyTagClassName
{
color: #E55987;
}
</style>
background-color css
<style>
a { background-color: #E55987; }
a { background-color: rgb(229,89,135); }
div.DivClassName
{
background-color: #E55987;
}
.BgClassName
{
background-color: #E55987;
}
</style>
border-color css
<style>
span { border-color: #E55987; }
span { border-color: rgb(229,89,135); }
td.TdClassName
{
border-color: #E55987;
}
.TagClassName
{
border-color: #E55987;
}
</style>