Shades of Dark Pink #EC5772
Tints of Dark Pink #EC5772
RGB
CMYK
RGB Variations
Color information
#EC5772 (or 0xEC5772) is known color: Dark Pink. HEX triplet: EC, 57 and 72. RGB value is (236,87,114). Sum of RGB (Red+Green+Blue) = 236+87+114=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5772 is #13A88D. Grayscale: #868686. Windows color (decimal): -1288334 or 7493612. OLE color: 7493612.
HSL color Cylindrical-coordinate representation of color #EC5772: hue angle of 349.13º 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 #EC5772 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 114 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.07 |
| HSL | 349.13º | 0.8% | 0.63% | - |
| HSV(B) | 349.13º | 0.63% | 0.93% | - |
| XYZ | 41.04 | 25.86 | 18.75 | - |
| YUV | 134.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 114 | 0 | 0.63 | 0.52 | 0.07 | 349.13 | 0.8 | 0.63 |
| Hex | EC | 57 | 72 | 0 | 3F | 34 | 7 | 15D | 50 | 3F |
| Octal | 354 | 127 | 162 | 0 | 77 | 64 | 7 | 535 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1110010 | 0 | 111111 | 110100 | 111 | 101011101 | 1010000 | 111111 |
Color Harmonies of #EC5772
Complementary color
Monochromatic Colors of #EC5772
Black with #EC5772
Text Example
Text Example
White with #EC5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5772; }
p { color: rgb(236,87,114); }
H1.HeaderClassName
{
color: #EC5772;
}
.AnyTagClassName
{
color: #EC5772;
}
</style>
background-color css
<style>
a { background-color: #EC5772; }
a { background-color: rgb(236,87,114); }
div.DivClassName
{
background-color: #EC5772;
}
.BgClassName
{
background-color: #EC5772;
}
</style>
border-color css
<style>
span { border-color: #EC5772; }
span { border-color: rgb(236,87,114); }
td.TdClassName
{
border-color: #EC5772;
}
.TagClassName
{
border-color: #EC5772;
}
</style>