Shades of Dark Pink #EC5976
Tints of Dark Pink #EC5976
RGB
CMYK
RGB Variations
Color information
#EC5976 (or 0xEC5976) is known color: Dark Pink. HEX triplet: EC, 59 and 76. RGB value is (236,89,118). Sum of RGB (Red+Green+Blue) = 236+89+118=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5976 is #13A689. Grayscale: #888888. Windows color (decimal): -1287818 or 7756268. OLE color: 7756268.
HSL color Cylindrical-coordinate representation of color #EC5976: hue angle of 348.16º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5976 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 118 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.07 |
| HSL | 348.16º | 0.79% | 0.64% | - |
| HSV(B) | 348.16º | 0.62% | 0.93% | - |
| XYZ | 41.43 | 26.29 | 20.03 | - |
| YUV | 136.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 118 | 0 | 0.62 | 0.5 | 0.07 | 348.16 | 0.79 | 0.64 |
| Hex | EC | 59 | 76 | 0 | 3E | 32 | 7 | 15C | 4F | 40 |
| Octal | 354 | 131 | 166 | 0 | 76 | 62 | 7 | 534 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1110110 | 0 | 111110 | 110010 | 111 | 101011100 | 1001111 | 1000000 |
Color Harmonies of #EC5976
Complementary color
Monochromatic Colors of #EC5976
Black with #EC5976
Text Example
Text Example
White with #EC5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5976; }
p { color: rgb(236,89,118); }
H1.HeaderClassName
{
color: #EC5976;
}
.AnyTagClassName
{
color: #EC5976;
}
</style>
background-color css
<style>
a { background-color: #EC5976; }
a { background-color: rgb(236,89,118); }
div.DivClassName
{
background-color: #EC5976;
}
.BgClassName
{
background-color: #EC5976;
}
</style>
border-color css
<style>
span { border-color: #EC5976; }
span { border-color: rgb(236,89,118); }
td.TdClassName
{
border-color: #EC5976;
}
.TagClassName
{
border-color: #EC5976;
}
</style>