Shades of Deep Pink #EC1684
Tints of Deep Pink #EC1684
RGB
CMYK
RGB Variations
Color information
#EC1684 (or 0xEC1684) is known color: Deep Pink. HEX triplet: EC, 16 and 84. RGB value is (236,22,132). Sum of RGB (Red+Green+Blue) = 236+22+132=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1684 is #13E97B. Grayscale: #626262. Windows color (decimal): -1304956 or 8656620. OLE color: 8656620.
HSL color Cylindrical-coordinate representation of color #EC1684: hue angle of 329.16º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1684 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 132 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.07 |
| HSL | 329.16º | 0.85% | 0.51% | - |
| HSV(B) | 329.16º | 0.91% | 0.93% | - |
| XYZ | 39.04 | 20.07 | 23.65 | - |
| YUV | 98.53 | 146.9 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 132 | 0 | 0.91 | 0.44 | 0.07 | 329.16 | 0.85 | 0.51 |
| Hex | EC | 16 | 84 | 0 | 5B | 2C | 7 | 149 | 55 | 33 |
| Octal | 354 | 26 | 204 | 0 | 133 | 54 | 7 | 511 | 125 | 63 |
| Binary | 11101100 | 10110 | 10000100 | 0 | 1011011 | 101100 | 111 | 101001001 | 1010101 | 110011 |
Color Harmonies of #EC1684
Complementary color
Monochromatic Colors of #EC1684
Black with #EC1684
Text Example
Text Example
White with #EC1684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1684; }
p { color: rgb(236,22,132); }
H1.HeaderClassName
{
color: #EC1684;
}
.AnyTagClassName
{
color: #EC1684;
}
</style>
background-color css
<style>
a { background-color: #EC1684; }
a { background-color: rgb(236,22,132); }
div.DivClassName
{
background-color: #EC1684;
}
.BgClassName
{
background-color: #EC1684;
}
</style>
border-color css
<style>
span { border-color: #EC1684; }
span { border-color: rgb(236,22,132); }
td.TdClassName
{
border-color: #EC1684;
}
.TagClassName
{
border-color: #EC1684;
}
</style>