Shades of Dark Pink #EC5672
Tints of Dark Pink #EC5672
RGB
CMYK
RGB Variations
Color information
#EC5672 (or 0xEC5672) is known color: Dark Pink. HEX triplet: EC, 56 and 72. RGB value is (236,86,114). Sum of RGB (Red+Green+Blue) = 236+86+114=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5672 is #13A98D. Grayscale: #868686. Windows color (decimal): -1288590 or 7493356. OLE color: 7493356.
HSL color Cylindrical-coordinate representation of color #EC5672: hue angle of 348.8º 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 #EC5672 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 114 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.07 |
| HSL | 348.8º | 0.8% | 0.63% | - |
| HSV(B) | 348.8º | 0.64% | 0.93% | - |
| XYZ | 40.96 | 25.7 | 18.72 | - |
| YUV | 134.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 114 | 0 | 0.64 | 0.52 | 0.07 | 348.8 | 0.8 | 0.63 |
| Hex | EC | 56 | 72 | 0 | 40 | 34 | 7 | 15D | 50 | 3F |
| Octal | 354 | 126 | 162 | 0 | 100 | 64 | 7 | 535 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1110010 | 0 | 1000000 | 110100 | 111 | 101011101 | 1010000 | 111111 |
Color Harmonies of #EC5672
Complementary color
Monochromatic Colors of #EC5672
Black with #EC5672
Text Example
Text Example
White with #EC5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5672; }
p { color: rgb(236,86,114); }
H1.HeaderClassName
{
color: #EC5672;
}
.AnyTagClassName
{
color: #EC5672;
}
</style>
background-color css
<style>
a { background-color: #EC5672; }
a { background-color: rgb(236,86,114); }
div.DivClassName
{
background-color: #EC5672;
}
.BgClassName
{
background-color: #EC5672;
}
</style>
border-color css
<style>
span { border-color: #EC5672; }
span { border-color: rgb(236,86,114); }
td.TdClassName
{
border-color: #EC5672;
}
.TagClassName
{
border-color: #EC5672;
}
</style>