Shades of Deep Pink #EC1484
Tints of Deep Pink #EC1484
RGB
CMYK
RGB Variations
Color information
#EC1484 (or 0xEC1484) is known color: Deep Pink. HEX triplet: EC, 14 and 84. RGB value is (236,20,132). Sum of RGB (Red+Green+Blue) = 236+20+132=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1484 is #13EB7B. Grayscale: #616161. Windows color (decimal): -1305468 or 8656108. OLE color: 8656108.
HSL color Cylindrical-coordinate representation of color #EC1484: hue angle of 328.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1484 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 132 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.07 |
| HSL | 328.89º | 0.85% | 0.5% | - |
| HSV(B) | 328.89º | 0.92% | 0.93% | - |
| XYZ | 39.01 | 20 | 23.63 | - |
| YUV | 97.35 | 147.56 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 132 | 0 | 0.92 | 0.44 | 0.07 | 328.89 | 0.85 | 0.5 |
| Hex | EC | 14 | 84 | 0 | 5C | 2C | 7 | 149 | 55 | 32 |
| Octal | 354 | 24 | 204 | 0 | 134 | 54 | 7 | 511 | 125 | 62 |
| Binary | 11101100 | 10100 | 10000100 | 0 | 1011100 | 101100 | 111 | 101001001 | 1010101 | 110010 |
Color Harmonies of #EC1484
Complementary color
Monochromatic Colors of #EC1484
Black with #EC1484
Text Example
Text Example
White with #EC1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1484; }
p { color: rgb(236,20,132); }
H1.HeaderClassName
{
color: #EC1484;
}
.AnyTagClassName
{
color: #EC1484;
}
</style>
background-color css
<style>
a { background-color: #EC1484; }
a { background-color: rgb(236,20,132); }
div.DivClassName
{
background-color: #EC1484;
}
.BgClassName
{
background-color: #EC1484;
}
</style>
border-color css
<style>
span { border-color: #EC1484; }
span { border-color: rgb(236,20,132); }
td.TdClassName
{
border-color: #EC1484;
}
.TagClassName
{
border-color: #EC1484;
}
</style>