Shades of Dark Pink #E95781
Tints of Dark Pink #E95781
RGB
CMYK
RGB Variations
Color information
#E95781 (or 0xE95781) is known color: Dark Pink. HEX triplet: E9, 57 and 81. RGB value is (233,87,129). Sum of RGB (Red+Green+Blue) = 233+87+129=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E95781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95781 is #16A87E. Grayscale: #878787. Windows color (decimal): -1484927 or 8476649. OLE color: 8476649.
HSL color Cylindrical-coordinate representation of color #E95781: hue angle of 342.74º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95781 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 129 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.09 |
| HSL | 342.74º | 0.77% | 0.63% | - |
| HSV(B) | 342.74º | 0.63% | 0.91% | - |
| XYZ | 40.97 | 25.73 | 23.57 | - |
| YUV | 135.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 129 | 0 | 0.63 | 0.45 | 0.09 | 342.74 | 0.77 | 0.63 |
| Hex | E9 | 57 | 81 | 0 | 3F | 2D | 9 | 157 | 4D | 3F |
| Octal | 351 | 127 | 201 | 0 | 77 | 55 | 11 | 527 | 115 | 77 |
| Binary | 11101001 | 1010111 | 10000001 | 0 | 111111 | 101101 | 1001 | 101010111 | 1001101 | 111111 |
Color Harmonies of #E95781
Complementary color
Monochromatic Colors of #E95781
Black with #E95781
Text Example
Text Example
White with #E95781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95781; }
p { color: rgb(233,87,129); }
H1.HeaderClassName
{
color: #E95781;
}
.AnyTagClassName
{
color: #E95781;
}
</style>
background-color css
<style>
a { background-color: #E95781; }
a { background-color: rgb(233,87,129); }
div.DivClassName
{
background-color: #E95781;
}
.BgClassName
{
background-color: #E95781;
}
</style>
border-color css
<style>
span { border-color: #E95781; }
span { border-color: rgb(233,87,129); }
td.TdClassName
{
border-color: #E95781;
}
.TagClassName
{
border-color: #E95781;
}
</style>