Shades of Dark Pink #EC5880
Tints of Dark Pink #EC5880
RGB
CMYK
RGB Variations
Color information
#EC5880 (or 0xEC5880) is known color: Dark Pink. HEX triplet: EC, 58 and 80. RGB value is (236,88,128). Sum of RGB (Red+Green+Blue) = 236+88+128=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5880 is #13A77F. Grayscale: #888888. Windows color (decimal): -1288064 or 8411372. OLE color: 8411372.
HSL color Cylindrical-coordinate representation of color #EC5880: hue angle of 343.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5880 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 128 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.07 |
| HSL | 343.78º | 0.8% | 0.64% | - |
| HSV(B) | 343.78º | 0.63% | 0.93% | - |
| XYZ | 41.98 | 26.37 | 23.3 | - |
| YUV | 136.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 128 | 0 | 0.63 | 0.46 | 0.07 | 343.78 | 0.8 | 0.64 |
| Hex | EC | 58 | 80 | 0 | 3F | 2E | 7 | 158 | 50 | 40 |
| Octal | 354 | 130 | 200 | 0 | 77 | 56 | 7 | 530 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10000000 | 0 | 111111 | 101110 | 111 | 101011000 | 1010000 | 1000000 |
Color Harmonies of #EC5880
Complementary color
Monochromatic Colors of #EC5880
Black with #EC5880
Text Example
Text Example
White with #EC5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5880; }
p { color: rgb(236,88,128); }
H1.HeaderClassName
{
color: #EC5880;
}
.AnyTagClassName
{
color: #EC5880;
}
</style>
background-color css
<style>
a { background-color: #EC5880; }
a { background-color: rgb(236,88,128); }
div.DivClassName
{
background-color: #EC5880;
}
.BgClassName
{
background-color: #EC5880;
}
</style>
border-color css
<style>
span { border-color: #EC5880; }
span { border-color: rgb(236,88,128); }
td.TdClassName
{
border-color: #EC5880;
}
.TagClassName
{
border-color: #EC5880;
}
</style>