Shades of Dark Pink #E05987
Tints of Dark Pink #E05987
RGB
CMYK
RGB Variations
Color information
#E05987 (or 0xE05987) is known color: Dark Pink. HEX triplet: E0, 59 and 87. RGB value is (224,89,135). Sum of RGB (Red+Green+Blue) = 224+89+135=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E05987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05987 is #1FA678. Grayscale: #868686. Windows color (decimal): -2074233 or 8870368. OLE color: 8870368.
HSL color Cylindrical-coordinate representation of color #E05987: hue angle of 339.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05987 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 135 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.12 |
| HSL | 339.56º | 0.69% | 0.61% | - |
| HSV(B) | 339.56º | 0.6% | 0.88% | - |
| XYZ | 38.69 | 24.74 | 25.66 | - |
| YUV | 134.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 135 | 0 | 0.60 | 0.40 | 0.12 | 339.56 | 0.69 | 0.61 |
| Hex | E0 | 59 | 87 | 0 | 3C | 28 | C | 154 | 45 | 3D |
| Octal | 340 | 131 | 207 | 0 | 74 | 50 | 14 | 524 | 105 | 75 |
| Binary | 11100000 | 1011001 | 10000111 | 0 | 111100 | 101000 | 1100 | 101010100 | 1000101 | 111101 |
Color Harmonies of #E05987
Complementary color
Monochromatic Colors of #E05987
Black with #E05987
Text Example
Text Example
White with #E05987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05987; }
p { color: rgb(224,89,135); }
H1.HeaderClassName
{
color: #E05987;
}
.AnyTagClassName
{
color: #E05987;
}
</style>
background-color css
<style>
a { background-color: #E05987; }
a { background-color: rgb(224,89,135); }
div.DivClassName
{
background-color: #E05987;
}
.BgClassName
{
background-color: #E05987;
}
</style>
border-color css
<style>
span { border-color: #E05987; }
span { border-color: rgb(224,89,135); }
td.TdClassName
{
border-color: #E05987;
}
.TagClassName
{
border-color: #E05987;
}
</style>