Shades of Dark Pink #EC5773
Tints of Dark Pink #EC5773
RGB
CMYK
RGB Variations
Color information
#EC5773 (or 0xEC5773) is known color: Dark Pink. HEX triplet: EC, 57 and 73. RGB value is (236,87,115). Sum of RGB (Red+Green+Blue) = 236+87+115=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5773 is #13A88C. Grayscale: #868686. Windows color (decimal): -1288333 or 7559148. OLE color: 7559148.
HSL color Cylindrical-coordinate representation of color #EC5773: hue angle of 348.72º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5773 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 115 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.07 |
| HSL | 348.72º | 0.8% | 0.63% | - |
| HSV(B) | 348.72º | 0.63% | 0.93% | - |
| XYZ | 41.09 | 25.89 | 19.05 | - |
| YUV | 134.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 115 | 0 | 0.63 | 0.51 | 0.07 | 348.72 | 0.8 | 0.63 |
| Hex | EC | 57 | 73 | 0 | 3F | 33 | 7 | 15D | 50 | 3F |
| Octal | 354 | 127 | 163 | 0 | 77 | 63 | 7 | 535 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1110011 | 0 | 111111 | 110011 | 111 | 101011101 | 1010000 | 111111 |
Color Harmonies of #EC5773
Complementary color
Monochromatic Colors of #EC5773
Black with #EC5773
Text Example
Text Example
White with #EC5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5773; }
p { color: rgb(236,87,115); }
H1.HeaderClassName
{
color: #EC5773;
}
.AnyTagClassName
{
color: #EC5773;
}
</style>
background-color css
<style>
a { background-color: #EC5773; }
a { background-color: rgb(236,87,115); }
div.DivClassName
{
background-color: #EC5773;
}
.BgClassName
{
background-color: #EC5773;
}
</style>
border-color css
<style>
span { border-color: #EC5773; }
span { border-color: rgb(236,87,115); }
td.TdClassName
{
border-color: #EC5773;
}
.TagClassName
{
border-color: #EC5773;
}
</style>