Shades of Deep Pink #EC1580
Tints of Deep Pink #EC1580
RGB
CMYK
RGB Variations
Color information
#EC1580 (or 0xEC1580) is known color: Deep Pink. HEX triplet: EC, 15 and 80. RGB value is (236,21,128). Sum of RGB (Red+Green+Blue) = 236+21+128=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1580 is #13EA7F. Grayscale: #616161. Windows color (decimal): -1305216 or 8394220. OLE color: 8394220.
HSL color Cylindrical-coordinate representation of color #EC1580: hue angle of 330.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1580 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 128 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.07 |
| HSL | 330.14º | 0.85% | 0.5% | - |
| HSV(B) | 330.14º | 0.91% | 0.93% | - |
| XYZ | 38.76 | 19.93 | 22.23 | - |
| YUV | 97.48 | 145.23 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 128 | 0 | 0.91 | 0.46 | 0.07 | 330.14 | 0.85 | 0.5 |
| Hex | EC | 15 | 80 | 0 | 5B | 2E | 7 | 14A | 55 | 32 |
| Octal | 354 | 25 | 200 | 0 | 133 | 56 | 7 | 512 | 125 | 62 |
| Binary | 11101100 | 10101 | 10000000 | 0 | 1011011 | 101110 | 111 | 101001010 | 1010101 | 110010 |
Color Harmonies of #EC1580
Complementary color
Monochromatic Colors of #EC1580
Black with #EC1580
Text Example
Text Example
White with #EC1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1580; }
p { color: rgb(236,21,128); }
H1.HeaderClassName
{
color: #EC1580;
}
.AnyTagClassName
{
color: #EC1580;
}
</style>
background-color css
<style>
a { background-color: #EC1580; }
a { background-color: rgb(236,21,128); }
div.DivClassName
{
background-color: #EC1580;
}
.BgClassName
{
background-color: #EC1580;
}
</style>
border-color css
<style>
span { border-color: #EC1580; }
span { border-color: rgb(236,21,128); }
td.TdClassName
{
border-color: #EC1580;
}
.TagClassName
{
border-color: #EC1580;
}
</style>