Shades of Deep Pink #EC1984
Tints of Deep Pink #EC1984
RGB
CMYK
RGB Variations
Color information
#EC1984 (or 0xEC1984) is known color: Deep Pink. HEX triplet: EC, 19 and 84. RGB value is (236,25,132). Sum of RGB (Red+Green+Blue) = 236+25+132=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1984 is #13E67B. Grayscale: #646464. Windows color (decimal): -1304188 or 8657388. OLE color: 8657388.
HSL color Cylindrical-coordinate representation of color #EC1984: hue angle of 329.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1984 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 132 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.07 |
| HSL | 329.57º | 0.85% | 0.51% | - |
| HSV(B) | 329.57º | 0.89% | 0.93% | - |
| XYZ | 39.1 | 20.19 | 23.67 | - |
| YUV | 100.29 | 145.9 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 132 | 0 | 0.89 | 0.44 | 0.07 | 329.57 | 0.85 | 0.51 |
| Hex | EC | 19 | 84 | 0 | 59 | 2C | 7 | 14A | 55 | 33 |
| Octal | 354 | 31 | 204 | 0 | 131 | 54 | 7 | 512 | 125 | 63 |
| Binary | 11101100 | 11001 | 10000100 | 0 | 1011001 | 101100 | 111 | 101001010 | 1010101 | 110011 |
Color Harmonies of #EC1984
Complementary color
Monochromatic Colors of #EC1984
Black with #EC1984
Text Example
Text Example
White with #EC1984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1984; }
p { color: rgb(236,25,132); }
H1.HeaderClassName
{
color: #EC1984;
}
.AnyTagClassName
{
color: #EC1984;
}
</style>
background-color css
<style>
a { background-color: #EC1984; }
a { background-color: rgb(236,25,132); }
div.DivClassName
{
background-color: #EC1984;
}
.BgClassName
{
background-color: #EC1984;
}
</style>
border-color css
<style>
span { border-color: #EC1984; }
span { border-color: rgb(236,25,132); }
td.TdClassName
{
border-color: #EC1984;
}
.TagClassName
{
border-color: #EC1984;
}
</style>