Shades of Dark Pink #EC5676
Tints of Dark Pink #EC5676
RGB
CMYK
RGB Variations
Color information
#EC5676 (or 0xEC5676) is known color: Dark Pink. HEX triplet: EC, 56 and 76. RGB value is (236,86,118). Sum of RGB (Red+Green+Blue) = 236+86+118=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5676 is #13A989. Grayscale: #868686. Windows color (decimal): -1288586 or 7755500. OLE color: 7755500.
HSL color Cylindrical-coordinate representation of color #EC5676: hue angle of 347.2º 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 #EC5676 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 118 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.07 |
| HSL | 347.2º | 0.8% | 0.63% | - |
| HSV(B) | 347.2º | 0.64% | 0.93% | - |
| XYZ | 41.19 | 25.8 | 19.95 | - |
| YUV | 134.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 118 | 0 | 0.64 | 0.5 | 0.07 | 347.2 | 0.8 | 0.63 |
| Hex | EC | 56 | 76 | 0 | 40 | 32 | 7 | 15B | 50 | 3F |
| Octal | 354 | 126 | 166 | 0 | 100 | 62 | 7 | 533 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1110110 | 0 | 1000000 | 110010 | 111 | 101011011 | 1010000 | 111111 |
Color Harmonies of #EC5676
Complementary color
Monochromatic Colors of #EC5676
Black with #EC5676
Text Example
Text Example
White with #EC5676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5676; }
p { color: rgb(236,86,118); }
H1.HeaderClassName
{
color: #EC5676;
}
.AnyTagClassName
{
color: #EC5676;
}
</style>
background-color css
<style>
a { background-color: #EC5676; }
a { background-color: rgb(236,86,118); }
div.DivClassName
{
background-color: #EC5676;
}
.BgClassName
{
background-color: #EC5676;
}
</style>
border-color css
<style>
span { border-color: #EC5676; }
span { border-color: rgb(236,86,118); }
td.TdClassName
{
border-color: #EC5676;
}
.TagClassName
{
border-color: #EC5676;
}
</style>