Shades of Dark Pink #EC5977
Tints of Dark Pink #EC5977
RGB
CMYK
RGB Variations
Color information
#EC5977 (or 0xEC5977) is known color: Dark Pink. HEX triplet: EC, 59 and 77. RGB value is (236,89,119). Sum of RGB (Red+Green+Blue) = 236+89+119=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5977 is #13A688. Grayscale: #888888. Windows color (decimal): -1287817 or 7821804. OLE color: 7821804.
HSL color Cylindrical-coordinate representation of color #EC5977: hue angle of 347.76º 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 #EC5977 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 119 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.07 |
| HSL | 347.76º | 0.79% | 0.64% | - |
| HSV(B) | 347.76º | 0.62% | 0.93% | - |
| XYZ | 41.49 | 26.31 | 20.34 | - |
| YUV | 136.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 119 | 0 | 0.62 | 0.50 | 0.07 | 347.76 | 0.79 | 0.64 |
| Hex | EC | 59 | 77 | 0 | 3E | 32 | 7 | 15C | 4F | 40 |
| Octal | 354 | 131 | 167 | 0 | 76 | 62 | 7 | 534 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1110111 | 0 | 111110 | 110010 | 111 | 101011100 | 1001111 | 1000000 |
Color Harmonies of #EC5977
Complementary color
Monochromatic Colors of #EC5977
Black with #EC5977
Text Example
Text Example
White with #EC5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5977; }
p { color: rgb(236,89,119); }
H1.HeaderClassName
{
color: #EC5977;
}
.AnyTagClassName
{
color: #EC5977;
}
</style>
background-color css
<style>
a { background-color: #EC5977; }
a { background-color: rgb(236,89,119); }
div.DivClassName
{
background-color: #EC5977;
}
.BgClassName
{
background-color: #EC5977;
}
</style>
border-color css
<style>
span { border-color: #EC5977; }
span { border-color: rgb(236,89,119); }
td.TdClassName
{
border-color: #EC5977;
}
.TagClassName
{
border-color: #EC5977;
}
</style>