Shades of Dark Pink #E95986
Tints of Dark Pink #E95986
RGB
CMYK
RGB Variations
Color information
#E95986 (or 0xE95986) is known color: Dark Pink. HEX triplet: E9, 59 and 86. RGB value is (233,89,134). Sum of RGB (Red+Green+Blue) = 233+89+134=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E95986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95986 is #16A679. Grayscale: #898989. Windows color (decimal): -1484410 or 8804841. OLE color: 8804841.
HSL color Cylindrical-coordinate representation of color #E95986: hue angle of 341.25º 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 #E95986 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 134 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.09 |
| HSL | 341.25º | 0.77% | 0.63% | - |
| HSV(B) | 341.25º | 0.62% | 0.91% | - |
| XYZ | 41.48 | 26.19 | 25.42 | - |
| YUV | 137.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 134 | 0 | 0.62 | 0.42 | 0.09 | 341.25 | 0.77 | 0.63 |
| Hex | E9 | 59 | 86 | 0 | 3E | 2A | 9 | 155 | 4D | 3F |
| Octal | 351 | 131 | 206 | 0 | 76 | 52 | 11 | 525 | 115 | 77 |
| Binary | 11101001 | 1011001 | 10000110 | 0 | 111110 | 101010 | 1001 | 101010101 | 1001101 | 111111 |
Color Harmonies of #E95986
Complementary color
Monochromatic Colors of #E95986
Black with #E95986
Text Example
Text Example
White with #E95986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95986; }
p { color: rgb(233,89,134); }
H1.HeaderClassName
{
color: #E95986;
}
.AnyTagClassName
{
color: #E95986;
}
</style>
background-color css
<style>
a { background-color: #E95986; }
a { background-color: rgb(233,89,134); }
div.DivClassName
{
background-color: #E95986;
}
.BgClassName
{
background-color: #E95986;
}
</style>
border-color css
<style>
span { border-color: #E95986; }
span { border-color: rgb(233,89,134); }
td.TdClassName
{
border-color: #E95986;
}
.TagClassName
{
border-color: #E95986;
}
</style>