Shades of Deep Pink #EC0B80
Tints of Deep Pink #EC0B80
RGB
CMYK
RGB Variations
Color information
#EC0B80 (or 0xEC0B80) is known color: Deep Pink. HEX triplet: EC, 0B and 80. RGB value is (236,11,128). Sum of RGB (Red+Green+Blue) = 236+11+128=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0B80 is #13F47F. Grayscale: #5B5B5B. Windows color (decimal): -1307776 or 8391660. OLE color: 8391660.
HSL color Cylindrical-coordinate representation of color #EC0B80: hue angle of 328.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B80 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 128 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.07 |
| HSL | 328.8º | 0.91% | 0.48% | - |
| HSV(B) | 328.8º | 0.95% | 0.93% | - |
| XYZ | 38.61 | 19.63 | 22.18 | - |
| YUV | 91.61 | 148.54 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 128 | 0 | 0.95 | 0.46 | 0.07 | 328.8 | 0.91 | 0.48 |
| Hex | EC | B | 80 | 0 | 5F | 2E | 7 | 149 | 5B | 30 |
| Octal | 354 | 13 | 200 | 0 | 137 | 56 | 7 | 511 | 133 | 60 |
| Binary | 11101100 | 1011 | 10000000 | 0 | 1011111 | 101110 | 111 | 101001001 | 1011011 | 110000 |
Color Harmonies of #EC0B80
Complementary color
Monochromatic Colors of #EC0B80
Black with #EC0B80
Text Example
Text Example
White with #EC0B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B80; }
p { color: rgb(236,11,128); }
H1.HeaderClassName
{
color: #EC0B80;
}
.AnyTagClassName
{
color: #EC0B80;
}
</style>
background-color css
<style>
a { background-color: #EC0B80; }
a { background-color: rgb(236,11,128); }
div.DivClassName
{
background-color: #EC0B80;
}
.BgClassName
{
background-color: #EC0B80;
}
</style>
border-color css
<style>
span { border-color: #EC0B80; }
span { border-color: rgb(236,11,128); }
td.TdClassName
{
border-color: #EC0B80;
}
.TagClassName
{
border-color: #EC0B80;
}
</style>