Shades of Dark Pink #E55680
Tints of Dark Pink #E55680
RGB
CMYK
RGB Variations
Color information
#E55680 (or 0xE55680) is known color: Dark Pink. HEX triplet: E5, 56 and 80. RGB value is (229,86,128). Sum of RGB (Red+Green+Blue) = 229+86+128=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E55680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55680 is #1AA97F. Grayscale: #858585. Windows color (decimal): -1747328 or 8410853. OLE color: 8410853.
HSL color Cylindrical-coordinate representation of color #E55680: hue angle of 342.38º 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 #E55680 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 128 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.10 |
| HSL | 342.38º | 0.73% | 0.62% | - |
| HSV(B) | 342.38º | 0.62% | 0.9% | - |
| XYZ | 39.54 | 24.87 | 23.14 | - |
| YUV | 133.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 128 | 0 | 0.62 | 0.44 | 0.10 | 342.38 | 0.73 | 0.62 |
| Hex | E5 | 56 | 80 | 0 | 3E | 2C | A | 156 | 49 | 3E |
| Octal | 345 | 126 | 200 | 0 | 76 | 54 | 12 | 526 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10000000 | 0 | 111110 | 101100 | 1010 | 101010110 | 1001001 | 111110 |
Color Harmonies of #E55680
Complementary color
Monochromatic Colors of #E55680
Black with #E55680
Text Example
Text Example
White with #E55680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55680; }
p { color: rgb(229,86,128); }
H1.HeaderClassName
{
color: #E55680;
}
.AnyTagClassName
{
color: #E55680;
}
</style>
background-color css
<style>
a { background-color: #E55680; }
a { background-color: rgb(229,86,128); }
div.DivClassName
{
background-color: #E55680;
}
.BgClassName
{
background-color: #E55680;
}
</style>
border-color css
<style>
span { border-color: #E55680; }
span { border-color: rgb(229,86,128); }
td.TdClassName
{
border-color: #E55680;
}
.TagClassName
{
border-color: #E55680;
}
</style>