Shades of Dark Pink #E95473
Tints of Dark Pink #E95473
RGB
CMYK
RGB Variations
Color information
#E95473 (or 0xE95473) is known color: Dark Pink. HEX triplet: E9, 54 and 73. RGB value is (233,84,115). Sum of RGB (Red+Green+Blue) = 233+84+115=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E95473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95473 is #16AB8C. Grayscale: #848484. Windows color (decimal): -1485709 or 7558377. OLE color: 7558377.
HSL color Cylindrical-coordinate representation of color #E95473: hue angle of 347.52º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95473 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 115 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.09 |
| HSL | 347.52º | 0.77% | 0.62% | - |
| HSV(B) | 347.52º | 0.64% | 0.91% | - |
| XYZ | 39.87 | 24.9 | 18.92 | - |
| YUV | 132.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 115 | 0 | 0.64 | 0.51 | 0.09 | 347.52 | 0.77 | 0.62 |
| Hex | E9 | 54 | 73 | 0 | 40 | 33 | 9 | 15C | 4D | 3E |
| Octal | 351 | 124 | 163 | 0 | 100 | 63 | 11 | 534 | 115 | 76 |
| Binary | 11101001 | 1010100 | 1110011 | 0 | 1000000 | 110011 | 1001 | 101011100 | 1001101 | 111110 |
Color Harmonies of #E95473
Complementary color
Monochromatic Colors of #E95473
Black with #E95473
Text Example
Text Example
White with #E95473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95473; }
p { color: rgb(233,84,115); }
H1.HeaderClassName
{
color: #E95473;
}
.AnyTagClassName
{
color: #E95473;
}
</style>
background-color css
<style>
a { background-color: #E95473; }
a { background-color: rgb(233,84,115); }
div.DivClassName
{
background-color: #E95473;
}
.BgClassName
{
background-color: #E95473;
}
</style>
border-color css
<style>
span { border-color: #E95473; }
span { border-color: rgb(233,84,115); }
td.TdClassName
{
border-color: #E95473;
}
.TagClassName
{
border-color: #E95473;
}
</style>