Shades of Deep Pink #EC1696
Tints of Deep Pink #EC1696
RGB
CMYK
RGB Variations
Color information
#EC1696 (or 0xEC1696) is known color: Deep Pink. HEX triplet: EC, 16 and 96. RGB value is (236,22,150). Sum of RGB (Red+Green+Blue) = 236+22+150=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1696 is #13E969. Grayscale: #646464. Windows color (decimal): -1304938 or 9836268. OLE color: 9836268.
HSL color Cylindrical-coordinate representation of color #EC1696: hue angle of 324.11º 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 #EC1696 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.07 |
| HSL | 324.11º | 0.85% | 0.51% | - |
| HSV(B) | 324.11º | 0.91% | 0.93% | - |
| XYZ | 40.38 | 20.61 | 30.7 | - |
| YUV | 100.58 | 155.9 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 150 | 0 | 0.91 | 0.36 | 0.07 | 324.11 | 0.85 | 0.51 |
| Hex | EC | 16 | 96 | 0 | 5B | 24 | 7 | 144 | 55 | 33 |
| Octal | 354 | 26 | 226 | 0 | 133 | 44 | 7 | 504 | 125 | 63 |
| Binary | 11101100 | 10110 | 10010110 | 0 | 1011011 | 100100 | 111 | 101000100 | 1010101 | 110011 |
Color Harmonies of #EC1696
Complementary color
Monochromatic Colors of #EC1696
Black with #EC1696
Text Example
Text Example
White with #EC1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1696; }
p { color: rgb(236,22,150); }
H1.HeaderClassName
{
color: #EC1696;
}
.AnyTagClassName
{
color: #EC1696;
}
</style>
background-color css
<style>
a { background-color: #EC1696; }
a { background-color: rgb(236,22,150); }
div.DivClassName
{
background-color: #EC1696;
}
.BgClassName
{
background-color: #EC1696;
}
</style>
border-color css
<style>
span { border-color: #EC1696; }
span { border-color: rgb(236,22,150); }
td.TdClassName
{
border-color: #EC1696;
}
.TagClassName
{
border-color: #EC1696;
}
</style>