Shades of Deep Pink #EC199C
Tints of Deep Pink #EC199C
RGB
CMYK
RGB Variations
Color information
#EC199C (or 0xEC199C) is known color: Deep Pink. HEX triplet: EC, 19 and 9C. RGB value is (236,25,156). Sum of RGB (Red+Green+Blue) = 236+25+156=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC199C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC199C is #13E663. Grayscale: #666666. Windows color (decimal): -1304164 or 10230252. OLE color: 10230252.
HSL color Cylindrical-coordinate representation of color #EC199C: hue angle of 322.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC199C is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 156 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.07 |
| HSL | 322.75º | 0.85% | 0.51% | - |
| HSV(B) | 322.75º | 0.89% | 0.93% | - |
| XYZ | 40.94 | 20.93 | 33.33 | - |
| YUV | 103.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 156 | 0 | 0.89 | 0.34 | 0.07 | 322.75 | 0.85 | 0.51 |
| Hex | EC | 19 | 9C | 0 | 59 | 22 | 7 | 143 | 55 | 33 |
| Octal | 354 | 31 | 234 | 0 | 131 | 42 | 7 | 503 | 125 | 63 |
| Binary | 11101100 | 11001 | 10011100 | 0 | 1011001 | 100010 | 111 | 101000011 | 1010101 | 110011 |
Color Harmonies of #EC199C
Complementary color
Monochromatic Colors of #EC199C
Black with #EC199C
Text Example
Text Example
White with #EC199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC199C; }
p { color: rgb(236,25,156); }
H1.HeaderClassName
{
color: #EC199C;
}
.AnyTagClassName
{
color: #EC199C;
}
</style>
background-color css
<style>
a { background-color: #EC199C; }
a { background-color: rgb(236,25,156); }
div.DivClassName
{
background-color: #EC199C;
}
.BgClassName
{
background-color: #EC199C;
}
</style>
border-color css
<style>
span { border-color: #EC199C; }
span { border-color: rgb(236,25,156); }
td.TdClassName
{
border-color: #EC199C;
}
.TagClassName
{
border-color: #EC199C;
}
</style>