Shades of Dark Pink #E95E8C
Tints of Dark Pink #E95E8C
RGB
CMYK
RGB Variations
Color information
#E95E8C (or 0xE95E8C) is known color: Dark Pink. HEX triplet: E9, 5E and 8C. RGB value is (233,94,140). Sum of RGB (Red+Green+Blue) = 233+94+140=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95E8C is #16A173. Grayscale: #8C8C8C. Windows color (decimal): -1483124 or 9199337. OLE color: 9199337.
HSL color Cylindrical-coordinate representation of color #E95E8C: hue angle of 340.14º 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 #E95E8C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 140 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.09 |
| HSL | 340.14º | 0.76% | 0.64% | - |
| HSV(B) | 340.14º | 0.6% | 0.91% | - |
| XYZ | 42.34 | 27.22 | 27.83 | - |
| YUV | 140.81 | 127.55 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 140 | 0 | 0.60 | 0.40 | 0.09 | 340.14 | 0.76 | 0.64 |
| Hex | E9 | 5E | 8C | 0 | 3C | 28 | 9 | 154 | 4C | 40 |
| Octal | 351 | 136 | 214 | 0 | 74 | 50 | 11 | 524 | 114 | 100 |
| Binary | 11101001 | 1011110 | 10001100 | 0 | 111100 | 101000 | 1001 | 101010100 | 1001100 | 1000000 |
Color Harmonies of #E95E8C
Complementary color
Monochromatic Colors of #E95E8C
Black with #E95E8C
Text Example
Text Example
White with #E95E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E8C; }
p { color: rgb(233,94,140); }
H1.HeaderClassName
{
color: #E95E8C;
}
.AnyTagClassName
{
color: #E95E8C;
}
</style>
background-color css
<style>
a { background-color: #E95E8C; }
a { background-color: rgb(233,94,140); }
div.DivClassName
{
background-color: #E95E8C;
}
.BgClassName
{
background-color: #E95E8C;
}
</style>
border-color css
<style>
span { border-color: #E95E8C; }
span { border-color: rgb(233,94,140); }
td.TdClassName
{
border-color: #E95E8C;
}
.TagClassName
{
border-color: #E95E8C;
}
</style>