Shades of Deep Pink #EC197F
Tints of Deep Pink #EC197F
RGB
CMYK
RGB Variations
Color information
#EC197F (or 0xEC197F) is known color: Deep Pink. HEX triplet: EC, 19 and 7F. RGB value is (236,25,127). Sum of RGB (Red+Green+Blue) = 236+25+127=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC197F is #13E680. Grayscale: #636363. Windows color (decimal): -1304193 or 8329708. OLE color: 8329708.
HSL color Cylindrical-coordinate representation of color #EC197F: hue angle of 331º 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 #EC197F is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 127 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.07 |
| HSL | 331º | 0.85% | 0.51% | - |
| HSV(B) | 331º | 0.89% | 0.93% | - |
| XYZ | 38.77 | 20.06 | 21.91 | - |
| YUV | 99.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 127 | 0 | 0.89 | 0.46 | 0.07 | 331 | 0.85 | 0.51 |
| Hex | EC | 19 | 7F | 0 | 59 | 2E | 7 | 14B | 55 | 33 |
| Octal | 354 | 31 | 177 | 0 | 131 | 56 | 7 | 513 | 125 | 63 |
| Binary | 11101100 | 11001 | 1111111 | 0 | 1011001 | 101110 | 111 | 101001011 | 1010101 | 110011 |
Color Harmonies of #EC197F
Complementary color
Monochromatic Colors of #EC197F
Black with #EC197F
Text Example
Text Example
White with #EC197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC197F; }
p { color: rgb(236,25,127); }
H1.HeaderClassName
{
color: #EC197F;
}
.AnyTagClassName
{
color: #EC197F;
}
</style>
background-color css
<style>
a { background-color: #EC197F; }
a { background-color: rgb(236,25,127); }
div.DivClassName
{
background-color: #EC197F;
}
.BgClassName
{
background-color: #EC197F;
}
</style>
border-color css
<style>
span { border-color: #EC197F; }
span { border-color: rgb(236,25,127); }
td.TdClassName
{
border-color: #EC197F;
}
.TagClassName
{
border-color: #EC197F;
}
</style>