Shades of Deep Pink #EC1080
Tints of Deep Pink #EC1080
RGB
CMYK
RGB Variations
Color information
#EC1080 (or 0xEC1080) is known color: Deep Pink. HEX triplet: EC, 10 and 80. RGB value is (236,16,128). Sum of RGB (Red+Green+Blue) = 236+16+128=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1080 is #13EF7F. Grayscale: #5E5E5E. Windows color (decimal): -1306496 or 8392940. OLE color: 8392940.
HSL color Cylindrical-coordinate representation of color #EC1080: hue angle of 329.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1080 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 128 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.07 |
| HSL | 329.45º | 0.87% | 0.49% | - |
| HSV(B) | 329.45º | 0.93% | 0.93% | - |
| XYZ | 38.67 | 19.76 | 22.2 | - |
| YUV | 94.55 | 146.89 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 128 | 0 | 0.93 | 0.46 | 0.07 | 329.45 | 0.87 | 0.49 |
| Hex | EC | 10 | 80 | 0 | 5D | 2E | 7 | 149 | 57 | 31 |
| Octal | 354 | 20 | 200 | 0 | 135 | 56 | 7 | 511 | 127 | 61 |
| Binary | 11101100 | 10000 | 10000000 | 0 | 1011101 | 101110 | 111 | 101001001 | 1010111 | 110001 |
Color Harmonies of #EC1080
Complementary color
Monochromatic Colors of #EC1080
Black with #EC1080
Text Example
Text Example
White with #EC1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1080; }
p { color: rgb(236,16,128); }
H1.HeaderClassName
{
color: #EC1080;
}
.AnyTagClassName
{
color: #EC1080;
}
</style>
background-color css
<style>
a { background-color: #EC1080; }
a { background-color: rgb(236,16,128); }
div.DivClassName
{
background-color: #EC1080;
}
.BgClassName
{
background-color: #EC1080;
}
</style>
border-color css
<style>
span { border-color: #EC1080; }
span { border-color: rgb(236,16,128); }
td.TdClassName
{
border-color: #EC1080;
}
.TagClassName
{
border-color: #EC1080;
}
</style>