Shades of Dark Pink #E95F81
Tints of Dark Pink #E95F81
RGB
CMYK
RGB Variations
Color information
#E95F81 (or 0xE95F81) is known color: Dark Pink. HEX triplet: E9, 5F and 81. RGB value is (233,95,129). Sum of RGB (Red+Green+Blue) = 233+95+129=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F81 is #16A07E. Grayscale: #8C8C8C. Windows color (decimal): -1482879 or 8478697. OLE color: 8478697.
HSL color Cylindrical-coordinate representation of color #E95F81: hue angle of 345.22º 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 #E95F81 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 129 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.09 |
| HSL | 345.22º | 0.76% | 0.64% | - |
| HSV(B) | 345.22º | 0.59% | 0.91% | - |
| XYZ | 41.66 | 27.09 | 23.8 | - |
| YUV | 140.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 129 | 0 | 0.59 | 0.45 | 0.09 | 345.22 | 0.76 | 0.64 |
| Hex | E9 | 5F | 81 | 0 | 3B | 2D | 9 | 159 | 4C | 40 |
| Octal | 351 | 137 | 201 | 0 | 73 | 55 | 11 | 531 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10000001 | 0 | 111011 | 101101 | 1001 | 101011001 | 1001100 | 1000000 |
Color Harmonies of #E95F81
Complementary color
Monochromatic Colors of #E95F81
Black with #E95F81
Text Example
Text Example
White with #E95F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F81; }
p { color: rgb(233,95,129); }
H1.HeaderClassName
{
color: #E95F81;
}
.AnyTagClassName
{
color: #E95F81;
}
</style>
background-color css
<style>
a { background-color: #E95F81; }
a { background-color: rgb(233,95,129); }
div.DivClassName
{
background-color: #E95F81;
}
.BgClassName
{
background-color: #E95F81;
}
</style>
border-color css
<style>
span { border-color: #E95F81; }
span { border-color: rgb(233,95,129); }
td.TdClassName
{
border-color: #E95F81;
}
.TagClassName
{
border-color: #E95F81;
}
</style>