Shades of Dark Pink #E95873
Tints of Dark Pink #E95873
RGB
CMYK
RGB Variations
Color information
#E95873 (or 0xE95873) is known color: Dark Pink. HEX triplet: E9, 58 and 73. RGB value is (233,88,115). Sum of RGB (Red+Green+Blue) = 233+88+115=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E95873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95873 is #16A78C. Grayscale: #868686. Windows color (decimal): -1484685 or 7559401. OLE color: 7559401.
HSL color Cylindrical-coordinate representation of color #E95873: hue angle of 348.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 #E95873 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 115 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.09 |
| HSL | 348.83º | 0.77% | 0.63% | - |
| HSV(B) | 348.83º | 0.62% | 0.91% | - |
| XYZ | 40.19 | 25.54 | 19.03 | - |
| YUV | 134.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 115 | 0 | 0.62 | 0.51 | 0.09 | 348.83 | 0.77 | 0.63 |
| Hex | E9 | 58 | 73 | 0 | 3E | 33 | 9 | 15D | 4D | 3F |
| Octal | 351 | 130 | 163 | 0 | 76 | 63 | 11 | 535 | 115 | 77 |
| Binary | 11101001 | 1011000 | 1110011 | 0 | 111110 | 110011 | 1001 | 101011101 | 1001101 | 111111 |
Color Harmonies of #E95873
Complementary color
Monochromatic Colors of #E95873
Black with #E95873
Text Example
Text Example
White with #E95873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95873; }
p { color: rgb(233,88,115); }
H1.HeaderClassName
{
color: #E95873;
}
.AnyTagClassName
{
color: #E95873;
}
</style>
background-color css
<style>
a { background-color: #E95873; }
a { background-color: rgb(233,88,115); }
div.DivClassName
{
background-color: #E95873;
}
.BgClassName
{
background-color: #E95873;
}
</style>
border-color css
<style>
span { border-color: #E95873; }
span { border-color: rgb(233,88,115); }
td.TdClassName
{
border-color: #E95873;
}
.TagClassName
{
border-color: #E95873;
}
</style>