Shades of Dark Pink #E55E80
Tints of Dark Pink #E55E80
RGB
CMYK
RGB Variations
Color information
#E55E80 (or 0xE55E80) is known color: Dark Pink. HEX triplet: E5, 5E and 80. RGB value is (229,94,128). Sum of RGB (Red+Green+Blue) = 229+94+128=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E80 is #1AA17F. Grayscale: #8A8A8A. Windows color (decimal): -1745280 or 8412901. OLE color: 8412901.
HSL color Cylindrical-coordinate representation of color #E55E80: hue angle of 344.89º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E80 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 128 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.10 |
| HSL | 344.89º | 0.72% | 0.63% | - |
| HSV(B) | 344.89º | 0.59% | 0.9% | - |
| XYZ | 40.21 | 26.22 | 23.36 | - |
| YUV | 138.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 128 | 0 | 0.59 | 0.44 | 0.10 | 344.89 | 0.72 | 0.63 |
| Hex | E5 | 5E | 80 | 0 | 3B | 2C | A | 159 | 48 | 3F |
| Octal | 345 | 136 | 200 | 0 | 73 | 54 | 12 | 531 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10000000 | 0 | 111011 | 101100 | 1010 | 101011001 | 1001000 | 111111 |
Color Harmonies of #E55E80
Complementary color
Monochromatic Colors of #E55E80
Black with #E55E80
Text Example
Text Example
White with #E55E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E80; }
p { color: rgb(229,94,128); }
H1.HeaderClassName
{
color: #E55E80;
}
.AnyTagClassName
{
color: #E55E80;
}
</style>
background-color css
<style>
a { background-color: #E55E80; }
a { background-color: rgb(229,94,128); }
div.DivClassName
{
background-color: #E55E80;
}
.BgClassName
{
background-color: #E55E80;
}
</style>
border-color css
<style>
span { border-color: #E55E80; }
span { border-color: rgb(229,94,128); }
td.TdClassName
{
border-color: #E55E80;
}
.TagClassName
{
border-color: #E55E80;
}
</style>