Shades of Deep Pink #EC0E84
Tints of Deep Pink #EC0E84
RGB
CMYK
RGB Variations
Color information
#EC0E84 (or 0xEC0E84) is known color: Deep Pink. HEX triplet: EC, 0E and 84. RGB value is (236,14,132). Sum of RGB (Red+Green+Blue) = 236+14+132=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0E84 is #13F17B. Grayscale: #5D5D5D. Windows color (decimal): -1307004 or 8654572. OLE color: 8654572.
HSL color Cylindrical-coordinate representation of color #EC0E84: hue angle of 328.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0E84 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 132 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.07 |
| HSL | 328.11º | 0.89% | 0.49% | - |
| HSV(B) | 328.11º | 0.94% | 0.93% | - |
| XYZ | 38.91 | 19.81 | 23.6 | - |
| YUV | 93.83 | 149.55 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 132 | 0 | 0.94 | 0.44 | 0.07 | 328.11 | 0.89 | 0.49 |
| Hex | EC | E | 84 | 0 | 5E | 2C | 7 | 148 | 59 | 31 |
| Octal | 354 | 16 | 204 | 0 | 136 | 54 | 7 | 510 | 131 | 61 |
| Binary | 11101100 | 1110 | 10000100 | 0 | 1011110 | 101100 | 111 | 101001000 | 1011001 | 110001 |
Color Harmonies of #EC0E84
Complementary color
Monochromatic Colors of #EC0E84
Black with #EC0E84
Text Example
Text Example
White with #EC0E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0E84; }
p { color: rgb(236,14,132); }
H1.HeaderClassName
{
color: #EC0E84;
}
.AnyTagClassName
{
color: #EC0E84;
}
</style>
background-color css
<style>
a { background-color: #EC0E84; }
a { background-color: rgb(236,14,132); }
div.DivClassName
{
background-color: #EC0E84;
}
.BgClassName
{
background-color: #EC0E84;
}
</style>
border-color css
<style>
span { border-color: #EC0E84; }
span { border-color: rgb(236,14,132); }
td.TdClassName
{
border-color: #EC0E84;
}
.TagClassName
{
border-color: #EC0E84;
}
</style>