Shades of Dark Pink #EC5979
Tints of Dark Pink #EC5979
RGB
CMYK
RGB Variations
Color information
#EC5979 (or 0xEC5979) is known color: Dark Pink. HEX triplet: EC, 59 and 79. RGB value is (236,89,121). Sum of RGB (Red+Green+Blue) = 236+89+121=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5979 is #13A686. Grayscale: #888888. Windows color (decimal): -1287815 or 7952876. OLE color: 7952876.
HSL color Cylindrical-coordinate representation of color #EC5979: hue angle of 346.94º 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 #EC5979 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 121 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.07 |
| HSL | 346.94º | 0.79% | 0.64% | - |
| HSV(B) | 346.94º | 0.62% | 0.93% | - |
| XYZ | 41.62 | 26.36 | 20.98 | - |
| YUV | 136.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 121 | 0 | 0.62 | 0.49 | 0.07 | 346.94 | 0.79 | 0.64 |
| Hex | EC | 59 | 79 | 0 | 3E | 31 | 7 | 15B | 4F | 40 |
| Octal | 354 | 131 | 171 | 0 | 76 | 61 | 7 | 533 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1111001 | 0 | 111110 | 110001 | 111 | 101011011 | 1001111 | 1000000 |
Color Harmonies of #EC5979
Complementary color
Monochromatic Colors of #EC5979
Black with #EC5979
Text Example
Text Example
White with #EC5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5979; }
p { color: rgb(236,89,121); }
H1.HeaderClassName
{
color: #EC5979;
}
.AnyTagClassName
{
color: #EC5979;
}
</style>
background-color css
<style>
a { background-color: #EC5979; }
a { background-color: rgb(236,89,121); }
div.DivClassName
{
background-color: #EC5979;
}
.BgClassName
{
background-color: #EC5979;
}
</style>
border-color css
<style>
span { border-color: #EC5979; }
span { border-color: rgb(236,89,121); }
td.TdClassName
{
border-color: #EC5979;
}
.TagClassName
{
border-color: #EC5979;
}
</style>