Shades of Deep Pink #EC0C80
Tints of Deep Pink #EC0C80
RGB
CMYK
RGB Variations
Color information
#EC0C80 (or 0xEC0C80) is known color: Deep Pink. HEX triplet: EC, 0C and 80. RGB value is (236,12,128). Sum of RGB (Red+Green+Blue) = 236+12+128=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C80 is #13F37F. Grayscale: #5B5B5B. Windows color (decimal): -1307520 or 8391916. OLE color: 8391916.
HSL color Cylindrical-coordinate representation of color #EC0C80: hue angle of 328.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C80 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 128 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.07 |
| HSL | 328.93º | 0.9% | 0.49% | - |
| HSV(B) | 328.93º | 0.95% | 0.93% | - |
| XYZ | 38.62 | 19.65 | 22.18 | - |
| YUV | 92.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 128 | 0 | 0.95 | 0.46 | 0.07 | 328.93 | 0.9 | 0.49 |
| Hex | EC | C | 80 | 0 | 5F | 2E | 7 | 149 | 5A | 31 |
| Octal | 354 | 14 | 200 | 0 | 137 | 56 | 7 | 511 | 132 | 61 |
| Binary | 11101100 | 1100 | 10000000 | 0 | 1011111 | 101110 | 111 | 101001001 | 1011010 | 110001 |
Color Harmonies of #EC0C80
Complementary color
Monochromatic Colors of #EC0C80
Black with #EC0C80
Text Example
Text Example
White with #EC0C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C80; }
p { color: rgb(236,12,128); }
H1.HeaderClassName
{
color: #EC0C80;
}
.AnyTagClassName
{
color: #EC0C80;
}
</style>
background-color css
<style>
a { background-color: #EC0C80; }
a { background-color: rgb(236,12,128); }
div.DivClassName
{
background-color: #EC0C80;
}
.BgClassName
{
background-color: #EC0C80;
}
</style>
border-color css
<style>
span { border-color: #EC0C80; }
span { border-color: rgb(236,12,128); }
td.TdClassName
{
border-color: #EC0C80;
}
.TagClassName
{
border-color: #EC0C80;
}
</style>