Shades of Dark Pink #E55777
Tints of Dark Pink #E55777
RGB
CMYK
RGB Variations
Color information
#E55777 (or 0xE55777) is known color: Dark Pink. HEX triplet: E5, 57 and 77. RGB value is (229,87,119). Sum of RGB (Red+Green+Blue) = 229+87+119=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E55777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55777 is #1AA888. Grayscale: #858585. Windows color (decimal): -1747081 or 7821285. OLE color: 7821285.
HSL color Cylindrical-coordinate representation of color #E55777: hue angle of 346.48º 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 #E55777 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 119 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.10 |
| HSL | 346.48º | 0.73% | 0.62% | - |
| HSV(B) | 346.48º | 0.62% | 0.9% | - |
| XYZ | 39.05 | 24.81 | 20.18 | - |
| YUV | 133.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 119 | 0 | 0.62 | 0.48 | 0.10 | 346.48 | 0.73 | 0.62 |
| Hex | E5 | 57 | 77 | 0 | 3E | 30 | A | 15A | 49 | 3E |
| Octal | 345 | 127 | 167 | 0 | 76 | 60 | 12 | 532 | 111 | 76 |
| Binary | 11100101 | 1010111 | 1110111 | 0 | 111110 | 110000 | 1010 | 101011010 | 1001001 | 111110 |
Color Harmonies of #E55777
Complementary color
Monochromatic Colors of #E55777
Black with #E55777
Text Example
Text Example
White with #E55777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55777; }
p { color: rgb(229,87,119); }
H1.HeaderClassName
{
color: #E55777;
}
.AnyTagClassName
{
color: #E55777;
}
</style>
background-color css
<style>
a { background-color: #E55777; }
a { background-color: rgb(229,87,119); }
div.DivClassName
{
background-color: #E55777;
}
.BgClassName
{
background-color: #E55777;
}
</style>
border-color css
<style>
span { border-color: #E55777; }
span { border-color: rgb(229,87,119); }
td.TdClassName
{
border-color: #E55777;
}
.TagClassName
{
border-color: #E55777;
}
</style>