Shades of Dark Pink #EC5780
Tints of Dark Pink #EC5780
RGB
CMYK
RGB Variations
Color information
#EC5780 (or 0xEC5780) is known color: Dark Pink. HEX triplet: EC, 57 and 80. RGB value is (236,87,128). Sum of RGB (Red+Green+Blue) = 236+87+128=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5780 is #13A87F. Grayscale: #888888. Windows color (decimal): -1288320 or 8411116. OLE color: 8411116.
HSL color Cylindrical-coordinate representation of color #EC5780: hue angle of 343.49º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5780 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 128 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.07 |
| HSL | 343.49º | 0.8% | 0.63% | - |
| HSV(B) | 343.49º | 0.63% | 0.93% | - |
| XYZ | 41.9 | 26.21 | 23.27 | - |
| YUV | 136.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 128 | 0 | 0.63 | 0.46 | 0.07 | 343.49 | 0.8 | 0.63 |
| Hex | EC | 57 | 80 | 0 | 3F | 2E | 7 | 157 | 50 | 3F |
| Octal | 354 | 127 | 200 | 0 | 77 | 56 | 7 | 527 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10000000 | 0 | 111111 | 101110 | 111 | 101010111 | 1010000 | 111111 |
Color Harmonies of #EC5780
Complementary color
Monochromatic Colors of #EC5780
Black with #EC5780
Text Example
Text Example
White with #EC5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5780; }
p { color: rgb(236,87,128); }
H1.HeaderClassName
{
color: #EC5780;
}
.AnyTagClassName
{
color: #EC5780;
}
</style>
background-color css
<style>
a { background-color: #EC5780; }
a { background-color: rgb(236,87,128); }
div.DivClassName
{
background-color: #EC5780;
}
.BgClassName
{
background-color: #EC5780;
}
</style>
border-color css
<style>
span { border-color: #EC5780; }
span { border-color: rgb(236,87,128); }
td.TdClassName
{
border-color: #EC5780;
}
.TagClassName
{
border-color: #EC5780;
}
</style>