Shades of Dark Pink #E95780
Tints of Dark Pink #E95780
RGB
CMYK
RGB Variations
Color information
#E95780 (or 0xE95780) is known color: Dark Pink. HEX triplet: E9, 57 and 80. RGB value is (233,87,128). Sum of RGB (Red+Green+Blue) = 233+87+128=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E95780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95780 is #16A87F. Grayscale: #878787. Windows color (decimal): -1484928 or 8411113. OLE color: 8411113.
HSL color Cylindrical-coordinate representation of color #E95780: hue angle of 343.15º 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 #E95780 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 128 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.09 |
| HSL | 343.15º | 0.77% | 0.63% | - |
| HSV(B) | 343.15º | 0.63% | 0.91% | - |
| XYZ | 40.91 | 25.7 | 23.23 | - |
| YUV | 135.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 128 | 0 | 0.63 | 0.45 | 0.09 | 343.15 | 0.77 | 0.63 |
| Hex | E9 | 57 | 80 | 0 | 3F | 2D | 9 | 157 | 4D | 3F |
| Octal | 351 | 127 | 200 | 0 | 77 | 55 | 11 | 527 | 115 | 77 |
| Binary | 11101001 | 1010111 | 10000000 | 0 | 111111 | 101101 | 1001 | 101010111 | 1001101 | 111111 |
Color Harmonies of #E95780
Complementary color
Monochromatic Colors of #E95780
Black with #E95780
Text Example
Text Example
White with #E95780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95780; }
p { color: rgb(233,87,128); }
H1.HeaderClassName
{
color: #E95780;
}
.AnyTagClassName
{
color: #E95780;
}
</style>
background-color css
<style>
a { background-color: #E95780; }
a { background-color: rgb(233,87,128); }
div.DivClassName
{
background-color: #E95780;
}
.BgClassName
{
background-color: #E95780;
}
</style>
border-color css
<style>
span { border-color: #E95780; }
span { border-color: rgb(233,87,128); }
td.TdClassName
{
border-color: #E95780;
}
.TagClassName
{
border-color: #E95780;
}
</style>