Shades of Dark Pink #E55780
Tints of Dark Pink #E55780
RGB
CMYK
RGB Variations
Color information
#E55780 (or 0xE55780) is known color: Dark Pink. HEX triplet: E5, 57 and 80. RGB value is (229,87,128). Sum of RGB (Red+Green+Blue) = 229+87+128=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E55780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55780 is #1AA87F. Grayscale: #868686. Windows color (decimal): -1747072 or 8411109. OLE color: 8411109.
HSL color Cylindrical-coordinate representation of color #E55780: hue angle of 342.68º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55780 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 128 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.10 |
| HSL | 342.68º | 0.73% | 0.62% | - |
| HSV(B) | 342.68º | 0.62% | 0.9% | - |
| XYZ | 39.62 | 25.03 | 23.17 | - |
| YUV | 134.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 128 | 0 | 0.62 | 0.44 | 0.10 | 342.68 | 0.73 | 0.62 |
| Hex | E5 | 57 | 80 | 0 | 3E | 2C | A | 157 | 49 | 3E |
| Octal | 345 | 127 | 200 | 0 | 76 | 54 | 12 | 527 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10000000 | 0 | 111110 | 101100 | 1010 | 101010111 | 1001001 | 111110 |
Color Harmonies of #E55780
Complementary color
Monochromatic Colors of #E55780
Black with #E55780
Text Example
Text Example
White with #E55780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55780; }
p { color: rgb(229,87,128); }
H1.HeaderClassName
{
color: #E55780;
}
.AnyTagClassName
{
color: #E55780;
}
</style>
background-color css
<style>
a { background-color: #E55780; }
a { background-color: rgb(229,87,128); }
div.DivClassName
{
background-color: #E55780;
}
.BgClassName
{
background-color: #E55780;
}
</style>
border-color css
<style>
span { border-color: #E55780; }
span { border-color: rgb(229,87,128); }
td.TdClassName
{
border-color: #E55780;
}
.TagClassName
{
border-color: #E55780;
}
</style>