Shades of Deep Pink #EC197E
Tints of Deep Pink #EC197E
RGB
CMYK
RGB Variations
Color information
#EC197E (or 0xEC197E) is known color: Deep Pink. HEX triplet: EC, 19 and 7E. RGB value is (236,25,126). Sum of RGB (Red+Green+Blue) = 236+25+126=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC197E is #13E681. Grayscale: #636363. Windows color (decimal): -1304194 or 8264172. OLE color: 8264172.
HSL color Cylindrical-coordinate representation of color #EC197E: hue angle of 331.28º 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 #EC197E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 126 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.07 |
| HSL | 331.28º | 0.85% | 0.51% | - |
| HSV(B) | 331.28º | 0.89% | 0.93% | - |
| XYZ | 38.71 | 20.03 | 21.57 | - |
| YUV | 99.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 126 | 0 | 0.89 | 0.47 | 0.07 | 331.28 | 0.85 | 0.51 |
| Hex | EC | 19 | 7E | 0 | 59 | 2F | 7 | 14B | 55 | 33 |
| Octal | 354 | 31 | 176 | 0 | 131 | 57 | 7 | 513 | 125 | 63 |
| Binary | 11101100 | 11001 | 1111110 | 0 | 1011001 | 101111 | 111 | 101001011 | 1010101 | 110011 |
Color Harmonies of #EC197E
Complementary color
Monochromatic Colors of #EC197E
Black with #EC197E
Text Example
Text Example
White with #EC197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC197E; }
p { color: rgb(236,25,126); }
H1.HeaderClassName
{
color: #EC197E;
}
.AnyTagClassName
{
color: #EC197E;
}
</style>
background-color css
<style>
a { background-color: #EC197E; }
a { background-color: rgb(236,25,126); }
div.DivClassName
{
background-color: #EC197E;
}
.BgClassName
{
background-color: #EC197E;
}
</style>
border-color css
<style>
span { border-color: #EC197E; }
span { border-color: rgb(236,25,126); }
td.TdClassName
{
border-color: #EC197E;
}
.TagClassName
{
border-color: #EC197E;
}
</style>