Shades of Dark Pink #E95580
Tints of Dark Pink #E95580
RGB
CMYK
RGB Variations
Color information
#E95580 (or 0xE95580) is known color: Dark Pink. HEX triplet: E9, 55 and 80. RGB value is (233,85,128). Sum of RGB (Red+Green+Blue) = 233+85+128=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E95580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95580 is #16AA7F. Grayscale: #868686. Windows color (decimal): -1485440 or 8410601. OLE color: 8410601.
HSL color Cylindrical-coordinate representation of color #E95580: hue angle of 342.57º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95580 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 128 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.09 |
| HSL | 342.57º | 0.77% | 0.62% | - |
| HSV(B) | 342.57º | 0.64% | 0.91% | - |
| XYZ | 40.75 | 25.38 | 23.17 | - |
| YUV | 134.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 128 | 0 | 0.64 | 0.45 | 0.09 | 342.57 | 0.77 | 0.62 |
| Hex | E9 | 55 | 80 | 0 | 40 | 2D | 9 | 157 | 4D | 3E |
| Octal | 351 | 125 | 200 | 0 | 100 | 55 | 11 | 527 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10000000 | 0 | 1000000 | 101101 | 1001 | 101010111 | 1001101 | 111110 |
Color Harmonies of #E95580
Complementary color
Monochromatic Colors of #E95580
Black with #E95580
Text Example
Text Example
White with #E95580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95580; }
p { color: rgb(233,85,128); }
H1.HeaderClassName
{
color: #E95580;
}
.AnyTagClassName
{
color: #E95580;
}
</style>
background-color css
<style>
a { background-color: #E95580; }
a { background-color: rgb(233,85,128); }
div.DivClassName
{
background-color: #E95580;
}
.BgClassName
{
background-color: #E95580;
}
</style>
border-color css
<style>
span { border-color: #E95580; }
span { border-color: rgb(233,85,128); }
td.TdClassName
{
border-color: #E95580;
}
.TagClassName
{
border-color: #E95580;
}
</style>