Shades of Deep Pink #EC0580
Tints of Deep Pink #EC0580
RGB
CMYK
RGB Variations
Color information
#EC0580 (or 0xEC0580) is known color: Deep Pink. HEX triplet: EC, 05 and 80. RGB value is (236,5,128). Sum of RGB (Red+Green+Blue) = 236+5+128=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0580 is #13FA7F. Grayscale: #575757. Windows color (decimal): -1309312 or 8390124. OLE color: 8390124.
HSL color Cylindrical-coordinate representation of color #EC0580: hue angle of 328.05º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0580 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.07 |
| HSL | 328.05º | 0.96% | 0.47% | - |
| HSV(B) | 328.05º | 0.98% | 0.93% | - |
| XYZ | 38.54 | 19.5 | 22.15 | - |
| YUV | 88.09 | 150.53 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 128 | 0 | 0.98 | 0.46 | 0.07 | 328.05 | 0.96 | 0.47 |
| Hex | EC | 5 | 80 | 0 | 62 | 2E | 7 | 148 | 60 | 2F |
| Octal | 354 | 5 | 200 | 0 | 142 | 56 | 7 | 510 | 140 | 57 |
| Binary | 11101100 | 101 | 10000000 | 0 | 1100010 | 101110 | 111 | 101001000 | 1100000 | 101111 |
Color Harmonies of #EC0580
Complementary color
Monochromatic Colors of #EC0580
Black with #EC0580
Text Example
Text Example
White with #EC0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0580; }
p { color: rgb(236,5,128); }
H1.HeaderClassName
{
color: #EC0580;
}
.AnyTagClassName
{
color: #EC0580;
}
</style>
background-color css
<style>
a { background-color: #EC0580; }
a { background-color: rgb(236,5,128); }
div.DivClassName
{
background-color: #EC0580;
}
.BgClassName
{
background-color: #EC0580;
}
</style>
border-color css
<style>
span { border-color: #EC0580; }
span { border-color: rgb(236,5,128); }
td.TdClassName
{
border-color: #EC0580;
}
.TagClassName
{
border-color: #EC0580;
}
</style>