Shades of Dark Pink #E95173
Tints of Dark Pink #E95173
RGB
CMYK
RGB Variations
Color information
#E95173 (or 0xE95173) is known color: Dark Pink. HEX triplet: E9, 51 and 73. RGB value is (233,81,115). Sum of RGB (Red+Green+Blue) = 233+81+115=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E95173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95173 is #16AE8C. Grayscale: #828282. Windows color (decimal): -1486477 or 7557609. OLE color: 7557609.
HSL color Cylindrical-coordinate representation of color #E95173: hue angle of 346.58º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95173 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 115 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.09 |
| HSL | 346.58º | 0.78% | 0.62% | - |
| HSV(B) | 346.58º | 0.65% | 0.91% | - |
| XYZ | 39.64 | 24.45 | 18.85 | - |
| YUV | 130.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 115 | 0 | 0.65 | 0.51 | 0.09 | 346.58 | 0.78 | 0.62 |
| Hex | E9 | 51 | 73 | 0 | 41 | 33 | 9 | 15B | 4E | 3E |
| Octal | 351 | 121 | 163 | 0 | 101 | 63 | 11 | 533 | 116 | 76 |
| Binary | 11101001 | 1010001 | 1110011 | 0 | 1000001 | 110011 | 1001 | 101011011 | 1001110 | 111110 |
Color Harmonies of #E95173
Complementary color
Monochromatic Colors of #E95173
Black with #E95173
Text Example
Text Example
White with #E95173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95173; }
p { color: rgb(233,81,115); }
H1.HeaderClassName
{
color: #E95173;
}
.AnyTagClassName
{
color: #E95173;
}
</style>
background-color css
<style>
a { background-color: #E95173; }
a { background-color: rgb(233,81,115); }
div.DivClassName
{
background-color: #E95173;
}
.BgClassName
{
background-color: #E95173;
}
</style>
border-color css
<style>
span { border-color: #E95173; }
span { border-color: rgb(233,81,115); }
td.TdClassName
{
border-color: #E95173;
}
.TagClassName
{
border-color: #E95173;
}
</style>