Shades of Deep Pink #EC0080
Tints of Deep Pink #EC0080
RGB
CMYK
RGB Variations
Color information
#EC0080 (or 0xEC0080) is known color: Deep Pink. HEX triplet: EC, 00 and 80. RGB value is (236,0,128). Sum of RGB (Red+Green+Blue) = 236+0+128=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0080 is #13FF7F. Grayscale: #545454. Windows color (decimal): -1310592 or 8388844. OLE color: 8388844.
HSL color Cylindrical-coordinate representation of color #EC0080: hue angle of 327.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0080 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.46 | 0.07 |
| HSL | 327.46º | 1% | 0.46% | - |
| HSV(B) | 327.46º | 1% | 0.93% | - |
| XYZ | 38.49 | 19.39 | 22.14 | - |
| YUV | 85.16 | 152.19 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 128 | 0 | 1 | 0.46 | 0.07 | 327.46 | 1 | 0.46 |
| Hex | EC | 0 | 80 | 0 | 64 | 2E | 7 | 147 | 64 | 2E |
| Octal | 354 | 0 | 200 | 0 | 144 | 56 | 7 | 507 | 144 | 56 |
| Binary | 11101100 | 0 | 10000000 | 0 | 1100100 | 101110 | 111 | 101000111 | 1100100 | 101110 |
Color Harmonies of #EC0080
Complementary color
Monochromatic Colors of #EC0080
Black with #EC0080
Text Example
Text Example
White with #EC0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0080; }
p { color: rgb(236,0,128); }
H1.HeaderClassName
{
color: #EC0080;
}
.AnyTagClassName
{
color: #EC0080;
}
</style>
background-color css
<style>
a { background-color: #EC0080; }
a { background-color: rgb(236,0,128); }
div.DivClassName
{
background-color: #EC0080;
}
.BgClassName
{
background-color: #EC0080;
}
</style>
border-color css
<style>
span { border-color: #EC0080; }
span { border-color: rgb(236,0,128); }
td.TdClassName
{
border-color: #EC0080;
}
.TagClassName
{
border-color: #EC0080;
}
</style>