Shades of Deep Pink #EC0B82
Tints of Deep Pink #EC0B82
RGB
CMYK
RGB Variations
Color information
#EC0B82 (or 0xEC0B82) is known color: Deep Pink. HEX triplet: EC, 0B and 82. RGB value is (236,11,130). Sum of RGB (Red+Green+Blue) = 236+11+130=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0B82 is #13F47D. Grayscale: #5B5B5B. Windows color (decimal): -1307774 or 8522732. OLE color: 8522732.
HSL color Cylindrical-coordinate representation of color #EC0B82: hue angle of 328.27º 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 #EC0B82 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 130 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.07 |
| HSL | 328.27º | 0.91% | 0.48% | - |
| HSV(B) | 328.27º | 0.95% | 0.93% | - |
| XYZ | 38.74 | 19.68 | 22.88 | - |
| YUV | 91.84 | 149.54 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 130 | 0 | 0.95 | 0.45 | 0.07 | 328.27 | 0.91 | 0.48 |
| Hex | EC | B | 82 | 0 | 5F | 2D | 7 | 148 | 5B | 30 |
| Octal | 354 | 13 | 202 | 0 | 137 | 55 | 7 | 510 | 133 | 60 |
| Binary | 11101100 | 1011 | 10000010 | 0 | 1011111 | 101101 | 111 | 101001000 | 1011011 | 110000 |
Color Harmonies of #EC0B82
Complementary color
Monochromatic Colors of #EC0B82
Black with #EC0B82
Text Example
Text Example
White with #EC0B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B82; }
p { color: rgb(236,11,130); }
H1.HeaderClassName
{
color: #EC0B82;
}
.AnyTagClassName
{
color: #EC0B82;
}
</style>
background-color css
<style>
a { background-color: #EC0B82; }
a { background-color: rgb(236,11,130); }
div.DivClassName
{
background-color: #EC0B82;
}
.BgClassName
{
background-color: #EC0B82;
}
</style>
border-color css
<style>
span { border-color: #EC0B82; }
span { border-color: rgb(236,11,130); }
td.TdClassName
{
border-color: #EC0B82;
}
.TagClassName
{
border-color: #EC0B82;
}
</style>