Shades of Dark Pink #E95770
Tints of Dark Pink #E95770
RGB
CMYK
RGB Variations
Color information
#E95770 (or 0xE95770) is known color: Dark Pink. HEX triplet: E9, 57 and 70. RGB value is (233,87,112). Sum of RGB (Red+Green+Blue) = 233+87+112=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E95770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95770 is #16A88F. Grayscale: #858585. Windows color (decimal): -1484944 or 7362537. OLE color: 7362537.
HSL color Cylindrical-coordinate representation of color #E95770: hue angle of 349.73º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95770 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 112 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.09 |
| HSL | 349.73º | 0.77% | 0.63% | - |
| HSV(B) | 349.73º | 0.63% | 0.91% | - |
| XYZ | 39.94 | 25.31 | 18.11 | - |
| YUV | 133.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 112 | 0 | 0.63 | 0.52 | 0.09 | 349.73 | 0.77 | 0.63 |
| Hex | E9 | 57 | 70 | 0 | 3F | 34 | 9 | 15E | 4D | 3F |
| Octal | 351 | 127 | 160 | 0 | 77 | 64 | 11 | 536 | 115 | 77 |
| Binary | 11101001 | 1010111 | 1110000 | 0 | 111111 | 110100 | 1001 | 101011110 | 1001101 | 111111 |
Color Harmonies of #E95770
Complementary color
Monochromatic Colors of #E95770
Black with #E95770
Text Example
Text Example
White with #E95770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95770; }
p { color: rgb(233,87,112); }
H1.HeaderClassName
{
color: #E95770;
}
.AnyTagClassName
{
color: #E95770;
}
</style>
background-color css
<style>
a { background-color: #E95770; }
a { background-color: rgb(233,87,112); }
div.DivClassName
{
background-color: #E95770;
}
.BgClassName
{
background-color: #E95770;
}
</style>
border-color css
<style>
span { border-color: #E95770; }
span { border-color: rgb(233,87,112); }
td.TdClassName
{
border-color: #E95770;
}
.TagClassName
{
border-color: #E95770;
}
</style>