Shades of Deep Pink #EC1680
Tints of Deep Pink #EC1680
RGB
CMYK
RGB Variations
Color information
#EC1680 (or 0xEC1680) is known color: Deep Pink. HEX triplet: EC, 16 and 80. RGB value is (236,22,128). Sum of RGB (Red+Green+Blue) = 236+22+128=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1680 is #13E97F. Grayscale: #616161. Windows color (decimal): -1304960 or 8394476. OLE color: 8394476.
HSL color Cylindrical-coordinate representation of color #EC1680: hue angle of 330.28º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1680 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 128 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.07 |
| HSL | 330.28º | 0.85% | 0.51% | - |
| HSV(B) | 330.28º | 0.91% | 0.93% | - |
| XYZ | 38.78 | 19.97 | 22.23 | - |
| YUV | 98.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 128 | 0 | 0.91 | 0.46 | 0.07 | 330.28 | 0.85 | 0.51 |
| Hex | EC | 16 | 80 | 0 | 5B | 2E | 7 | 14A | 55 | 33 |
| Octal | 354 | 26 | 200 | 0 | 133 | 56 | 7 | 512 | 125 | 63 |
| Binary | 11101100 | 10110 | 10000000 | 0 | 1011011 | 101110 | 111 | 101001010 | 1010101 | 110011 |
Color Harmonies of #EC1680
Complementary color
Monochromatic Colors of #EC1680
Black with #EC1680
Text Example
Text Example
White with #EC1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1680; }
p { color: rgb(236,22,128); }
H1.HeaderClassName
{
color: #EC1680;
}
.AnyTagClassName
{
color: #EC1680;
}
</style>
background-color css
<style>
a { background-color: #EC1680; }
a { background-color: rgb(236,22,128); }
div.DivClassName
{
background-color: #EC1680;
}
.BgClassName
{
background-color: #EC1680;
}
</style>
border-color css
<style>
span { border-color: #EC1680; }
span { border-color: rgb(236,22,128); }
td.TdClassName
{
border-color: #EC1680;
}
.TagClassName
{
border-color: #EC1680;
}
</style>