Shades of Dark Pink #EC5572
Tints of Dark Pink #EC5572
RGB
CMYK
RGB Variations
Color information
#EC5572 (or 0xEC5572) is known color: Dark Pink. HEX triplet: EC, 55 and 72. RGB value is (236,85,114). Sum of RGB (Red+Green+Blue) = 236+85+114=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5572 is #13AA8D. Grayscale: #858585. Windows color (decimal): -1288846 or 7493100. OLE color: 7493100.
HSL color Cylindrical-coordinate representation of color #EC5572: hue angle of 348.48º 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 #EC5572 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 114 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.07 |
| HSL | 348.48º | 0.8% | 0.63% | - |
| HSV(B) | 348.48º | 0.64% | 0.93% | - |
| XYZ | 40.88 | 25.54 | 18.7 | - |
| YUV | 133.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 114 | 0 | 0.64 | 0.52 | 0.07 | 348.48 | 0.8 | 0.63 |
| Hex | EC | 55 | 72 | 0 | 40 | 34 | 7 | 15C | 50 | 3F |
| Octal | 354 | 125 | 162 | 0 | 100 | 64 | 7 | 534 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1110010 | 0 | 1000000 | 110100 | 111 | 101011100 | 1010000 | 111111 |
Color Harmonies of #EC5572
Complementary color
Monochromatic Colors of #EC5572
Black with #EC5572
Text Example
Text Example
White with #EC5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5572; }
p { color: rgb(236,85,114); }
H1.HeaderClassName
{
color: #EC5572;
}
.AnyTagClassName
{
color: #EC5572;
}
</style>
background-color css
<style>
a { background-color: #EC5572; }
a { background-color: rgb(236,85,114); }
div.DivClassName
{
background-color: #EC5572;
}
.BgClassName
{
background-color: #EC5572;
}
</style>
border-color css
<style>
span { border-color: #EC5572; }
span { border-color: rgb(236,85,114); }
td.TdClassName
{
border-color: #EC5572;
}
.TagClassName
{
border-color: #EC5572;
}
</style>