Shades of Dark Pink #E95A80
Tints of Dark Pink #E95A80
RGB
CMYK
RGB Variations
Color information
#E95A80 (or 0xE95A80) is known color: Dark Pink. HEX triplet: E9, 5A and 80. RGB value is (233,90,128). Sum of RGB (Red+Green+Blue) = 233+90+128=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95A80 is #16A57F. Grayscale: #898989. Windows color (decimal): -1484160 or 8411881. OLE color: 8411881.
HSL color Cylindrical-coordinate representation of color #E95A80: hue angle of 344.06º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95A80 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 128 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.09 |
| HSL | 344.06º | 0.76% | 0.63% | - |
| HSV(B) | 344.06º | 0.61% | 0.91% | - |
| XYZ | 41.16 | 26.19 | 23.31 | - |
| YUV | 137.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 128 | 0 | 0.61 | 0.45 | 0.09 | 344.06 | 0.76 | 0.63 |
| Hex | E9 | 5A | 80 | 0 | 3D | 2D | 9 | 158 | 4C | 3F |
| Octal | 351 | 132 | 200 | 0 | 75 | 55 | 11 | 530 | 114 | 77 |
| Binary | 11101001 | 1011010 | 10000000 | 0 | 111101 | 101101 | 1001 | 101011000 | 1001100 | 111111 |
Color Harmonies of #E95A80
Complementary color
Monochromatic Colors of #E95A80
Black with #E95A80
Text Example
Text Example
White with #E95A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A80; }
p { color: rgb(233,90,128); }
H1.HeaderClassName
{
color: #E95A80;
}
.AnyTagClassName
{
color: #E95A80;
}
</style>
background-color css
<style>
a { background-color: #E95A80; }
a { background-color: rgb(233,90,128); }
div.DivClassName
{
background-color: #E95A80;
}
.BgClassName
{
background-color: #E95A80;
}
</style>
border-color css
<style>
span { border-color: #E95A80; }
span { border-color: rgb(233,90,128); }
td.TdClassName
{
border-color: #E95A80;
}
.TagClassName
{
border-color: #E95A80;
}
</style>