Shades of Deep Pink #EC197B
Tints of Deep Pink #EC197B
RGB
CMYK
RGB Variations
Color information
#EC197B (or 0xEC197B) is known color: Deep Pink. HEX triplet: EC, 19 and 7B. RGB value is (236,25,123). Sum of RGB (Red+Green+Blue) = 236+25+123=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC197B is #13E684. Grayscale: #636363. Windows color (decimal): -1304197 or 8067564. OLE color: 8067564.
HSL color Cylindrical-coordinate representation of color #EC197B: hue angle of 332.13º 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 #EC197B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 123 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.07 |
| HSL | 332.13º | 0.85% | 0.51% | - |
| HSV(B) | 332.13º | 0.89% | 0.93% | - |
| XYZ | 38.51 | 19.96 | 20.56 | - |
| YUV | 99.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 123 | 0 | 0.89 | 0.48 | 0.07 | 332.13 | 0.85 | 0.51 |
| Hex | EC | 19 | 7B | 0 | 59 | 30 | 7 | 14C | 55 | 33 |
| Octal | 354 | 31 | 173 | 0 | 131 | 60 | 7 | 514 | 125 | 63 |
| Binary | 11101100 | 11001 | 1111011 | 0 | 1011001 | 110000 | 111 | 101001100 | 1010101 | 110011 |
Color Harmonies of #EC197B
Complementary color
Monochromatic Colors of #EC197B
Black with #EC197B
Text Example
Text Example
White with #EC197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC197B; }
p { color: rgb(236,25,123); }
H1.HeaderClassName
{
color: #EC197B;
}
.AnyTagClassName
{
color: #EC197B;
}
</style>
background-color css
<style>
a { background-color: #EC197B; }
a { background-color: rgb(236,25,123); }
div.DivClassName
{
background-color: #EC197B;
}
.BgClassName
{
background-color: #EC197B;
}
</style>
border-color css
<style>
span { border-color: #EC197B; }
span { border-color: rgb(236,25,123); }
td.TdClassName
{
border-color: #EC197B;
}
.TagClassName
{
border-color: #EC197B;
}
</style>