Shades of Dark Pink #E95877
Tints of Dark Pink #E95877
RGB
CMYK
RGB Variations
Color information
#E95877 (or 0xE95877) is known color: Dark Pink. HEX triplet: E9, 58 and 77. RGB value is (233,88,119). Sum of RGB (Red+Green+Blue) = 233+88+119=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E95877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95877 is #16A788. Grayscale: #868686. Windows color (decimal): -1484681 or 7821545. OLE color: 7821545.
HSL color Cylindrical-coordinate representation of color #E95877: hue angle of 347.17º 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 #E95877 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 119 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.09 |
| HSL | 347.17º | 0.77% | 0.63% | - |
| HSV(B) | 347.17º | 0.62% | 0.91% | - |
| XYZ | 40.42 | 25.63 | 20.27 | - |
| YUV | 134.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 119 | 0 | 0.62 | 0.49 | 0.09 | 347.17 | 0.77 | 0.63 |
| Hex | E9 | 58 | 77 | 0 | 3E | 31 | 9 | 15B | 4D | 3F |
| Octal | 351 | 130 | 167 | 0 | 76 | 61 | 11 | 533 | 115 | 77 |
| Binary | 11101001 | 1011000 | 1110111 | 0 | 111110 | 110001 | 1001 | 101011011 | 1001101 | 111111 |
Color Harmonies of #E95877
Complementary color
Monochromatic Colors of #E95877
Black with #E95877
Text Example
Text Example
White with #E95877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95877; }
p { color: rgb(233,88,119); }
H1.HeaderClassName
{
color: #E95877;
}
.AnyTagClassName
{
color: #E95877;
}
</style>
background-color css
<style>
a { background-color: #E95877; }
a { background-color: rgb(233,88,119); }
div.DivClassName
{
background-color: #E95877;
}
.BgClassName
{
background-color: #E95877;
}
</style>
border-color css
<style>
span { border-color: #E95877; }
span { border-color: rgb(233,88,119); }
td.TdClassName
{
border-color: #E95877;
}
.TagClassName
{
border-color: #E95877;
}
</style>