Shades of Deep Pink #EC1699
Tints of Deep Pink #EC1699
RGB
CMYK
RGB Variations
Color information
#EC1699 (or 0xEC1699) is known color: Deep Pink. HEX triplet: EC, 16 and 99. RGB value is (236,22,153). Sum of RGB (Red+Green+Blue) = 236+22+153=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1699 is #13E966. Grayscale: #646464. Windows color (decimal): -1304935 or 10032876. OLE color: 10032876.
HSL color Cylindrical-coordinate representation of color #EC1699: hue angle of 323.27º 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 #EC1699 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 153 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.07 |
| HSL | 323.27º | 0.85% | 0.51% | - |
| HSV(B) | 323.27º | 0.91% | 0.93% | - |
| XYZ | 40.63 | 20.71 | 31.99 | - |
| YUV | 100.92 | 157.4 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 153 | 0 | 0.91 | 0.35 | 0.07 | 323.27 | 0.85 | 0.51 |
| Hex | EC | 16 | 99 | 0 | 5B | 23 | 7 | 143 | 55 | 33 |
| Octal | 354 | 26 | 231 | 0 | 133 | 43 | 7 | 503 | 125 | 63 |
| Binary | 11101100 | 10110 | 10011001 | 0 | 1011011 | 100011 | 111 | 101000011 | 1010101 | 110011 |
Color Harmonies of #EC1699
Complementary color
Monochromatic Colors of #EC1699
Black with #EC1699
Text Example
Text Example
White with #EC1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1699; }
p { color: rgb(236,22,153); }
H1.HeaderClassName
{
color: #EC1699;
}
.AnyTagClassName
{
color: #EC1699;
}
</style>
background-color css
<style>
a { background-color: #EC1699; }
a { background-color: rgb(236,22,153); }
div.DivClassName
{
background-color: #EC1699;
}
.BgClassName
{
background-color: #EC1699;
}
</style>
border-color css
<style>
span { border-color: #EC1699; }
span { border-color: rgb(236,22,153); }
td.TdClassName
{
border-color: #EC1699;
}
.TagClassName
{
border-color: #EC1699;
}
</style>