Shades of Deep Pink #EC1884
Tints of Deep Pink #EC1884
RGB
CMYK
RGB Variations
Color information
#EC1884 (or 0xEC1884) is known color: Deep Pink. HEX triplet: EC, 18 and 84. RGB value is (236,24,132). Sum of RGB (Red+Green+Blue) = 236+24+132=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1884 is #13E77B. Grayscale: #636363. Windows color (decimal): -1304444 or 8657132. OLE color: 8657132.
HSL color Cylindrical-coordinate representation of color #EC1884: hue angle of 329.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1884 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 132 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.07 |
| HSL | 329.43º | 0.85% | 0.51% | - |
| HSV(B) | 329.43º | 0.9% | 0.93% | - |
| XYZ | 39.08 | 20.15 | 23.66 | - |
| YUV | 99.7 | 146.24 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 132 | 0 | 0.90 | 0.44 | 0.07 | 329.43 | 0.85 | 0.51 |
| Hex | EC | 18 | 84 | 0 | 5A | 2C | 7 | 149 | 55 | 33 |
| Octal | 354 | 30 | 204 | 0 | 132 | 54 | 7 | 511 | 125 | 63 |
| Binary | 11101100 | 11000 | 10000100 | 0 | 1011010 | 101100 | 111 | 101001001 | 1010101 | 110011 |
Color Harmonies of #EC1884
Complementary color
Monochromatic Colors of #EC1884
Black with #EC1884
Text Example
Text Example
White with #EC1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1884; }
p { color: rgb(236,24,132); }
H1.HeaderClassName
{
color: #EC1884;
}
.AnyTagClassName
{
color: #EC1884;
}
</style>
background-color css
<style>
a { background-color: #EC1884; }
a { background-color: rgb(236,24,132); }
div.DivClassName
{
background-color: #EC1884;
}
.BgClassName
{
background-color: #EC1884;
}
</style>
border-color css
<style>
span { border-color: #EC1884; }
span { border-color: rgb(236,24,132); }
td.TdClassName
{
border-color: #EC1884;
}
.TagClassName
{
border-color: #EC1884;
}
</style>