Shades of Dark Pink #E95987
Tints of Dark Pink #E95987
RGB
CMYK
RGB Variations
Color information
#E95987 (or 0xE95987) is known color: Dark Pink. HEX triplet: E9, 59 and 87. RGB value is (233,89,135). Sum of RGB (Red+Green+Blue) = 233+89+135=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E95987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95987 is #16A678. Grayscale: #898989. Windows color (decimal): -1484409 or 8870377. OLE color: 8870377.
HSL color Cylindrical-coordinate representation of color #E95987: hue angle of 340.83º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95987 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 135 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.09 |
| HSL | 340.83º | 0.77% | 0.63% | - |
| HSV(B) | 340.83º | 0.62% | 0.91% | - |
| XYZ | 41.55 | 26.22 | 25.79 | - |
| YUV | 137.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 135 | 0 | 0.62 | 0.42 | 0.09 | 340.83 | 0.77 | 0.63 |
| Hex | E9 | 59 | 87 | 0 | 3E | 2A | 9 | 155 | 4D | 3F |
| Octal | 351 | 131 | 207 | 0 | 76 | 52 | 11 | 525 | 115 | 77 |
| Binary | 11101001 | 1011001 | 10000111 | 0 | 111110 | 101010 | 1001 | 101010101 | 1001101 | 111111 |
Color Harmonies of #E95987
Complementary color
Monochromatic Colors of #E95987
Black with #E95987
Text Example
Text Example
White with #E95987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95987; }
p { color: rgb(233,89,135); }
H1.HeaderClassName
{
color: #E95987;
}
.AnyTagClassName
{
color: #E95987;
}
</style>
background-color css
<style>
a { background-color: #E95987; }
a { background-color: rgb(233,89,135); }
div.DivClassName
{
background-color: #E95987;
}
.BgClassName
{
background-color: #E95987;
}
</style>
border-color css
<style>
span { border-color: #E95987; }
span { border-color: rgb(233,89,135); }
td.TdClassName
{
border-color: #E95987;
}
.TagClassName
{
border-color: #E95987;
}
</style>