Shades of Dark Pink #E55C89
Tints of Dark Pink #E55C89
RGB
CMYK
RGB Variations
Color information
#E55C89 (or 0xE55C89) is known color: Dark Pink. HEX triplet: E5, 5C and 89. RGB value is (229,92,137). Sum of RGB (Red+Green+Blue) = 229+92+137=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55C89 is #1AA376. Grayscale: #8A8A8A. Windows color (decimal): -1745783 or 9002213. OLE color: 9002213.
HSL color Cylindrical-coordinate representation of color #E55C89: hue angle of 340.29º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55C89 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 137 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.10 |
| HSL | 340.29º | 0.72% | 0.63% | - |
| HSV(B) | 340.29º | 0.6% | 0.9% | - |
| XYZ | 40.66 | 26.12 | 26.57 | - |
| YUV | 138.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 137 | 0 | 0.60 | 0.40 | 0.10 | 340.29 | 0.72 | 0.63 |
| Hex | E5 | 5C | 89 | 0 | 3C | 28 | A | 154 | 48 | 3F |
| Octal | 345 | 134 | 211 | 0 | 74 | 50 | 12 | 524 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10001001 | 0 | 111100 | 101000 | 1010 | 101010100 | 1001000 | 111111 |
Color Harmonies of #E55C89
Complementary color
Monochromatic Colors of #E55C89
Black with #E55C89
Text Example
Text Example
White with #E55C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C89; }
p { color: rgb(229,92,137); }
H1.HeaderClassName
{
color: #E55C89;
}
.AnyTagClassName
{
color: #E55C89;
}
</style>
background-color css
<style>
a { background-color: #E55C89; }
a { background-color: rgb(229,92,137); }
div.DivClassName
{
background-color: #E55C89;
}
.BgClassName
{
background-color: #E55C89;
}
</style>
border-color css
<style>
span { border-color: #E55C89; }
span { border-color: rgb(229,92,137); }
td.TdClassName
{
border-color: #E55C89;
}
.TagClassName
{
border-color: #E55C89;
}
</style>