Shades of Dark Pink #E55C73
Tints of Dark Pink #E55C73
RGB
CMYK
RGB Variations
Color information
#E55C73 (or 0xE55C73) is known color: Dark Pink. HEX triplet: E5, 5C and 73. RGB value is (229,92,115). Sum of RGB (Red+Green+Blue) = 229+92+115=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C73 is #1AA38C. Grayscale: #878787. Windows color (decimal): -1745805 or 7560421. OLE color: 7560421.
HSL color Cylindrical-coordinate representation of color #E55C73: hue angle of 349.93º 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 #E55C73 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 115 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.10 |
| HSL | 349.93º | 0.72% | 0.63% | - |
| HSV(B) | 349.93º | 0.6% | 0.9% | - |
| XYZ | 39.23 | 25.55 | 19.08 | - |
| YUV | 135.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 115 | 0 | 0.60 | 0.50 | 0.10 | 349.93 | 0.72 | 0.63 |
| Hex | E5 | 5C | 73 | 0 | 3C | 32 | A | 15E | 48 | 3F |
| Octal | 345 | 134 | 163 | 0 | 74 | 62 | 12 | 536 | 110 | 77 |
| Binary | 11100101 | 1011100 | 1110011 | 0 | 111100 | 110010 | 1010 | 101011110 | 1001000 | 111111 |
Color Harmonies of #E55C73
Complementary color
Monochromatic Colors of #E55C73
Black with #E55C73
Text Example
Text Example
White with #E55C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C73; }
p { color: rgb(229,92,115); }
H1.HeaderClassName
{
color: #E55C73;
}
.AnyTagClassName
{
color: #E55C73;
}
</style>
background-color css
<style>
a { background-color: #E55C73; }
a { background-color: rgb(229,92,115); }
div.DivClassName
{
background-color: #E55C73;
}
.BgClassName
{
background-color: #E55C73;
}
</style>
border-color css
<style>
span { border-color: #E55C73; }
span { border-color: rgb(229,92,115); }
td.TdClassName
{
border-color: #E55C73;
}
.TagClassName
{
border-color: #E55C73;
}
</style>