Shades of Dark Pink #E95E8D
Tints of Dark Pink #E95E8D
RGB
CMYK
RGB Variations
Color information
#E95E8D (or 0xE95E8D) is known color: Dark Pink. HEX triplet: E9, 5E and 8D. RGB value is (233,94,141). Sum of RGB (Red+Green+Blue) = 233+94+141=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95E8D is #16A172. Grayscale: #8C8C8C. Windows color (decimal): -1483123 or 9264873. OLE color: 9264873.
HSL color Cylindrical-coordinate representation of color #E95E8D: hue angle of 339.71º 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 #E95E8D is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 141 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.09 |
| HSL | 339.71º | 0.76% | 0.64% | - |
| HSV(B) | 339.71º | 0.6% | 0.91% | - |
| XYZ | 42.41 | 27.25 | 28.22 | - |
| YUV | 140.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 141 | 0 | 0.60 | 0.39 | 0.09 | 339.71 | 0.76 | 0.64 |
| Hex | E9 | 5E | 8D | 0 | 3C | 27 | 9 | 154 | 4C | 40 |
| Octal | 351 | 136 | 215 | 0 | 74 | 47 | 11 | 524 | 114 | 100 |
| Binary | 11101001 | 1011110 | 10001101 | 0 | 111100 | 100111 | 1001 | 101010100 | 1001100 | 1000000 |
Color Harmonies of #E95E8D
Complementary color
Monochromatic Colors of #E95E8D
Black with #E95E8D
Text Example
Text Example
White with #E95E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E8D; }
p { color: rgb(233,94,141); }
H1.HeaderClassName
{
color: #E95E8D;
}
.AnyTagClassName
{
color: #E95E8D;
}
</style>
background-color css
<style>
a { background-color: #E95E8D; }
a { background-color: rgb(233,94,141); }
div.DivClassName
{
background-color: #E95E8D;
}
.BgClassName
{
background-color: #E95E8D;
}
</style>
border-color css
<style>
span { border-color: #E95E8D; }
span { border-color: rgb(233,94,141); }
td.TdClassName
{
border-color: #E95E8D;
}
.TagClassName
{
border-color: #E95E8D;
}
</style>