Shades of Deep Pink #EC0984
Tints of Deep Pink #EC0984
RGB
CMYK
RGB Variations
Color information
#EC0984 (or 0xEC0984) is known color: Deep Pink. HEX triplet: EC, 09 and 84. RGB value is (236,9,132). Sum of RGB (Red+Green+Blue) = 236+9+132=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0984 is #13F67B. Grayscale: #5A5A5A. Windows color (decimal): -1308284 or 8653292. OLE color: 8653292.
HSL color Cylindrical-coordinate representation of color #EC0984: hue angle of 327.49º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0984 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.07 |
| HSL | 327.49º | 0.93% | 0.48% | - |
| HSV(B) | 327.49º | 0.96% | 0.93% | - |
| XYZ | 38.85 | 19.69 | 23.58 | - |
| YUV | 90.9 | 151.21 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 132 | 0 | 0.96 | 0.44 | 0.07 | 327.49 | 0.93 | 0.48 |
| Hex | EC | 9 | 84 | 0 | 60 | 2C | 7 | 147 | 5D | 30 |
| Octal | 354 | 11 | 204 | 0 | 140 | 54 | 7 | 507 | 135 | 60 |
| Binary | 11101100 | 1001 | 10000100 | 0 | 1100000 | 101100 | 111 | 101000111 | 1011101 | 110000 |
Color Harmonies of #EC0984
Complementary color
Monochromatic Colors of #EC0984
Black with #EC0984
Text Example
Text Example
White with #EC0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0984; }
p { color: rgb(236,9,132); }
H1.HeaderClassName
{
color: #EC0984;
}
.AnyTagClassName
{
color: #EC0984;
}
</style>
background-color css
<style>
a { background-color: #EC0984; }
a { background-color: rgb(236,9,132); }
div.DivClassName
{
background-color: #EC0984;
}
.BgClassName
{
background-color: #EC0984;
}
</style>
border-color css
<style>
span { border-color: #EC0984; }
span { border-color: rgb(236,9,132); }
td.TdClassName
{
border-color: #EC0984;
}
.TagClassName
{
border-color: #EC0984;
}
</style>