Shades of Dark Pink #E95575
Tints of Dark Pink #E95575
RGB
CMYK
RGB Variations
Color information
#E95575 (or 0xE95575) is known color: Dark Pink. HEX triplet: E9, 55 and 75. RGB value is (233,85,117). Sum of RGB (Red+Green+Blue) = 233+85+117=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E95575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95575 is #16AA8A. Grayscale: #848484. Windows color (decimal): -1485451 or 7689705. OLE color: 7689705.
HSL color Cylindrical-coordinate representation of color #E95575: hue angle of 347.03º 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 #E95575 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 117 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.09 |
| HSL | 347.03º | 0.77% | 0.62% | - |
| HSV(B) | 347.03º | 0.64% | 0.91% | - |
| XYZ | 40.06 | 25.1 | 19.56 | - |
| YUV | 132.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 117 | 0 | 0.64 | 0.50 | 0.09 | 347.03 | 0.77 | 0.62 |
| Hex | E9 | 55 | 75 | 0 | 40 | 32 | 9 | 15B | 4D | 3E |
| Octal | 351 | 125 | 165 | 0 | 100 | 62 | 11 | 533 | 115 | 76 |
| Binary | 11101001 | 1010101 | 1110101 | 0 | 1000000 | 110010 | 1001 | 101011011 | 1001101 | 111110 |
Color Harmonies of #E95575
Complementary color
Monochromatic Colors of #E95575
Black with #E95575
Text Example
Text Example
White with #E95575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95575; }
p { color: rgb(233,85,117); }
H1.HeaderClassName
{
color: #E95575;
}
.AnyTagClassName
{
color: #E95575;
}
</style>
background-color css
<style>
a { background-color: #E95575; }
a { background-color: rgb(233,85,117); }
div.DivClassName
{
background-color: #E95575;
}
.BgClassName
{
background-color: #E95575;
}
</style>
border-color css
<style>
span { border-color: #E95575; }
span { border-color: rgb(233,85,117); }
td.TdClassName
{
border-color: #E95575;
}
.TagClassName
{
border-color: #E95575;
}
</style>