Shades of Dark Pink #E95983
Tints of Dark Pink #E95983
RGB
CMYK
RGB Variations
Color information
#E95983 (or 0xE95983) is known color: Dark Pink. HEX triplet: E9, 59 and 83. RGB value is (233,89,131). Sum of RGB (Red+Green+Blue) = 233+89+131=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E95983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95983 is #16A67C. Grayscale: #888888. Windows color (decimal): -1484413 or 8608233. OLE color: 8608233.
HSL color Cylindrical-coordinate representation of color #E95983: hue angle of 342.5º 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 #E95983 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 131 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.09 |
| HSL | 342.5º | 0.77% | 0.63% | - |
| HSV(B) | 342.5º | 0.62% | 0.91% | - |
| XYZ | 41.27 | 26.11 | 24.34 | - |
| YUV | 136.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 131 | 0 | 0.62 | 0.44 | 0.09 | 342.5 | 0.77 | 0.63 |
| Hex | E9 | 59 | 83 | 0 | 3E | 2C | 9 | 156 | 4D | 3F |
| Octal | 351 | 131 | 203 | 0 | 76 | 54 | 11 | 526 | 115 | 77 |
| Binary | 11101001 | 1011001 | 10000011 | 0 | 111110 | 101100 | 1001 | 101010110 | 1001101 | 111111 |
Color Harmonies of #E95983
Complementary color
Monochromatic Colors of #E95983
Black with #E95983
Text Example
Text Example
White with #E95983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95983; }
p { color: rgb(233,89,131); }
H1.HeaderClassName
{
color: #E95983;
}
.AnyTagClassName
{
color: #E95983;
}
</style>
background-color css
<style>
a { background-color: #E95983; }
a { background-color: rgb(233,89,131); }
div.DivClassName
{
background-color: #E95983;
}
.BgClassName
{
background-color: #E95983;
}
</style>
border-color css
<style>
span { border-color: #E95983; }
span { border-color: rgb(233,89,131); }
td.TdClassName
{
border-color: #E95983;
}
.TagClassName
{
border-color: #E95983;
}
</style>