Shades of Deep Pink #EC199E
Tints of Deep Pink #EC199E
RGB
CMYK
RGB Variations
Color information
#EC199E (or 0xEC199E) is known color: Deep Pink. HEX triplet: EC, 19 and 9E. RGB value is (236,25,158). Sum of RGB (Red+Green+Blue) = 236+25+158=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC199E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC199E is #13E661. Grayscale: #666666. Windows color (decimal): -1304162 or 10361324. OLE color: 10361324.
HSL color Cylindrical-coordinate representation of color #EC199E: hue angle of 322.18º 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 #EC199E is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 158 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.07 |
| HSL | 322.18º | 0.85% | 0.51% | - |
| HSV(B) | 322.18º | 0.89% | 0.93% | - |
| XYZ | 41.11 | 21 | 34.23 | - |
| YUV | 103.25 | 158.9 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 158 | 0 | 0.89 | 0.33 | 0.07 | 322.18 | 0.85 | 0.51 |
| Hex | EC | 19 | 9E | 0 | 59 | 21 | 7 | 142 | 55 | 33 |
| Octal | 354 | 31 | 236 | 0 | 131 | 41 | 7 | 502 | 125 | 63 |
| Binary | 11101100 | 11001 | 10011110 | 0 | 1011001 | 100001 | 111 | 101000010 | 1010101 | 110011 |
Color Harmonies of #EC199E
Complementary color
Monochromatic Colors of #EC199E
Black with #EC199E
Text Example
Text Example
White with #EC199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC199E; }
p { color: rgb(236,25,158); }
H1.HeaderClassName
{
color: #EC199E;
}
.AnyTagClassName
{
color: #EC199E;
}
</style>
background-color css
<style>
a { background-color: #EC199E; }
a { background-color: rgb(236,25,158); }
div.DivClassName
{
background-color: #EC199E;
}
.BgClassName
{
background-color: #EC199E;
}
</style>
border-color css
<style>
span { border-color: #EC199E; }
span { border-color: rgb(236,25,158); }
td.TdClassName
{
border-color: #EC199E;
}
.TagClassName
{
border-color: #EC199E;
}
</style>