Shades of Dark Pink #EC5577
Tints of Dark Pink #EC5577
RGB
CMYK
RGB Variations
Color information
#EC5577 (or 0xEC5577) is known color: Dark Pink. HEX triplet: EC, 55 and 77. RGB value is (236,85,119). Sum of RGB (Red+Green+Blue) = 236+85+119=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5577 is #13AA88. Grayscale: #868686. Windows color (decimal): -1288841 or 7820780. OLE color: 7820780.
HSL color Cylindrical-coordinate representation of color #EC5577: hue angle of 346.49º 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 #EC5577 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 119 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.07 |
| HSL | 346.49º | 0.8% | 0.63% | - |
| HSV(B) | 346.49º | 0.64% | 0.93% | - |
| XYZ | 41.17 | 25.66 | 20.24 | - |
| YUV | 134.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 119 | 0 | 0.64 | 0.50 | 0.07 | 346.49 | 0.8 | 0.63 |
| Hex | EC | 55 | 77 | 0 | 40 | 32 | 7 | 15A | 50 | 3F |
| Octal | 354 | 125 | 167 | 0 | 100 | 62 | 7 | 532 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1110111 | 0 | 1000000 | 110010 | 111 | 101011010 | 1010000 | 111111 |
Color Harmonies of #EC5577
Complementary color
Monochromatic Colors of #EC5577
Black with #EC5577
Text Example
Text Example
White with #EC5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5577; }
p { color: rgb(236,85,119); }
H1.HeaderClassName
{
color: #EC5577;
}
.AnyTagClassName
{
color: #EC5577;
}
</style>
background-color css
<style>
a { background-color: #EC5577; }
a { background-color: rgb(236,85,119); }
div.DivClassName
{
background-color: #EC5577;
}
.BgClassName
{
background-color: #EC5577;
}
</style>
border-color css
<style>
span { border-color: #EC5577; }
span { border-color: rgb(236,85,119); }
td.TdClassName
{
border-color: #EC5577;
}
.TagClassName
{
border-color: #EC5577;
}
</style>