Shades of Dark Pink #E95D78
Tints of Dark Pink #E95D78
RGB
CMYK
RGB Variations
Color information
#E95D78 (or 0xE95D78) is known color: Dark Pink. HEX triplet: E9, 5D and 78. RGB value is (233,93,120). Sum of RGB (Red+Green+Blue) = 233+93+120=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D78 is #16A287. Grayscale: #898989. Windows color (decimal): -1483400 or 7888361. OLE color: 7888361.
HSL color Cylindrical-coordinate representation of color #E95D78: hue angle of 348.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95D78 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 120 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.09 |
| HSL | 348.43º | 0.76% | 0.64% | - |
| HSV(B) | 348.43º | 0.6% | 0.91% | - |
| XYZ | 40.91 | 26.51 | 20.73 | - |
| YUV | 137.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 120 | 0 | 0.60 | 0.48 | 0.09 | 348.43 | 0.76 | 0.64 |
| Hex | E9 | 5D | 78 | 0 | 3C | 30 | 9 | 15C | 4C | 40 |
| Octal | 351 | 135 | 170 | 0 | 74 | 60 | 11 | 534 | 114 | 100 |
| Binary | 11101001 | 1011101 | 1111000 | 0 | 111100 | 110000 | 1001 | 101011100 | 1001100 | 1000000 |
Color Harmonies of #E95D78
Complementary color
Monochromatic Colors of #E95D78
Black with #E95D78
Text Example
Text Example
White with #E95D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D78; }
p { color: rgb(233,93,120); }
H1.HeaderClassName
{
color: #E95D78;
}
.AnyTagClassName
{
color: #E95D78;
}
</style>
background-color css
<style>
a { background-color: #E95D78; }
a { background-color: rgb(233,93,120); }
div.DivClassName
{
background-color: #E95D78;
}
.BgClassName
{
background-color: #E95D78;
}
</style>
border-color css
<style>
span { border-color: #E95D78; }
span { border-color: rgb(233,93,120); }
td.TdClassName
{
border-color: #E95D78;
}
.TagClassName
{
border-color: #E95D78;
}
</style>