Shades of Dark Pink #EC5677
Tints of Dark Pink #EC5677
RGB
CMYK
RGB Variations
Color information
#EC5677 (or 0xEC5677) is known color: Dark Pink. HEX triplet: EC, 56 and 77. RGB value is (236,86,119). Sum of RGB (Red+Green+Blue) = 236+86+119=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5677 is #13A988. Grayscale: #868686. Windows color (decimal): -1288585 or 7821036. OLE color: 7821036.
HSL color Cylindrical-coordinate representation of color #EC5677: hue angle of 346.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 #EC5677 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 119 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.07 |
| HSL | 346.8º | 0.8% | 0.63% | - |
| HSV(B) | 346.8º | 0.64% | 0.93% | - |
| XYZ | 41.25 | 25.82 | 20.26 | - |
| YUV | 134.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 119 | 0 | 0.64 | 0.50 | 0.07 | 346.8 | 0.8 | 0.63 |
| Hex | EC | 56 | 77 | 0 | 40 | 32 | 7 | 15B | 50 | 3F |
| Octal | 354 | 126 | 167 | 0 | 100 | 62 | 7 | 533 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1110111 | 0 | 1000000 | 110010 | 111 | 101011011 | 1010000 | 111111 |
Color Harmonies of #EC5677
Complementary color
Monochromatic Colors of #EC5677
Black with #EC5677
Text Example
Text Example
White with #EC5677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5677; }
p { color: rgb(236,86,119); }
H1.HeaderClassName
{
color: #EC5677;
}
.AnyTagClassName
{
color: #EC5677;
}
</style>
background-color css
<style>
a { background-color: #EC5677; }
a { background-color: rgb(236,86,119); }
div.DivClassName
{
background-color: #EC5677;
}
.BgClassName
{
background-color: #EC5677;
}
</style>
border-color css
<style>
span { border-color: #EC5677; }
span { border-color: rgb(236,86,119); }
td.TdClassName
{
border-color: #EC5677;
}
.TagClassName
{
border-color: #EC5677;
}
</style>