Shades of Dark Pink #E95F86
Tints of Dark Pink #E95F86
RGB
CMYK
RGB Variations
Color information
#E95F86 (or 0xE95F86) is known color: Dark Pink. HEX triplet: E9, 5F and 86. RGB value is (233,95,134). Sum of RGB (Red+Green+Blue) = 233+95+134=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F86 is #16A079. Grayscale: #8C8C8C. Windows color (decimal): -1482874 or 8806377. OLE color: 8806377.
HSL color Cylindrical-coordinate representation of color #E95F86: hue angle of 343.04º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95F86 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 134 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.09 |
| HSL | 343.04º | 0.76% | 0.64% | - |
| HSV(B) | 343.04º | 0.59% | 0.91% | - |
| XYZ | 42 | 27.23 | 25.6 | - |
| YUV | 140.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 134 | 0 | 0.59 | 0.42 | 0.09 | 343.04 | 0.76 | 0.64 |
| Hex | E9 | 5F | 86 | 0 | 3B | 2A | 9 | 157 | 4C | 40 |
| Octal | 351 | 137 | 206 | 0 | 73 | 52 | 11 | 527 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10000110 | 0 | 111011 | 101010 | 1001 | 101010111 | 1001100 | 1000000 |
Color Harmonies of #E95F86
Complementary color
Monochromatic Colors of #E95F86
Black with #E95F86
Text Example
Text Example
White with #E95F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F86; }
p { color: rgb(233,95,134); }
H1.HeaderClassName
{
color: #E95F86;
}
.AnyTagClassName
{
color: #E95F86;
}
</style>
background-color css
<style>
a { background-color: #E95F86; }
a { background-color: rgb(233,95,134); }
div.DivClassName
{
background-color: #E95F86;
}
.BgClassName
{
background-color: #E95F86;
}
</style>
border-color css
<style>
span { border-color: #E95F86; }
span { border-color: rgb(233,95,134); }
td.TdClassName
{
border-color: #E95F86;
}
.TagClassName
{
border-color: #E95F86;
}
</style>