Shades of Dark Pink #EC5570
Tints of Dark Pink #EC5570
RGB
CMYK
RGB Variations
Color information
#EC5570 (or 0xEC5570) is known color: Dark Pink. HEX triplet: EC, 55 and 70. RGB value is (236,85,112). Sum of RGB (Red+Green+Blue) = 236+85+112=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5570 is #13AA8F. Grayscale: #858585. Windows color (decimal): -1288848 or 7362028. OLE color: 7362028.
HSL color Cylindrical-coordinate representation of color #EC5570: hue angle of 349.27º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5570 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 112 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.07 |
| HSL | 349.27º | 0.8% | 0.63% | - |
| HSV(B) | 349.27º | 0.64% | 0.93% | - |
| XYZ | 40.77 | 25.5 | 18.1 | - |
| YUV | 133.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 112 | 0 | 0.64 | 0.53 | 0.07 | 349.27 | 0.8 | 0.63 |
| Hex | EC | 55 | 70 | 0 | 40 | 35 | 7 | 15D | 50 | 3F |
| Octal | 354 | 125 | 160 | 0 | 100 | 65 | 7 | 535 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1110000 | 0 | 1000000 | 110101 | 111 | 101011101 | 1010000 | 111111 |
Color Harmonies of #EC5570
Complementary color
Monochromatic Colors of #EC5570
Black with #EC5570
Text Example
Text Example
White with #EC5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5570; }
p { color: rgb(236,85,112); }
H1.HeaderClassName
{
color: #EC5570;
}
.AnyTagClassName
{
color: #EC5570;
}
</style>
background-color css
<style>
a { background-color: #EC5570; }
a { background-color: rgb(236,85,112); }
div.DivClassName
{
background-color: #EC5570;
}
.BgClassName
{
background-color: #EC5570;
}
</style>
border-color css
<style>
span { border-color: #EC5570; }
span { border-color: rgb(236,85,112); }
td.TdClassName
{
border-color: #EC5570;
}
.TagClassName
{
border-color: #EC5570;
}
</style>