Shades of Deep Pink #EC1197
Tints of Deep Pink #EC1197
RGB
CMYK
RGB Variations
Color information
#EC1197 (or 0xEC1197) is known color: Deep Pink. HEX triplet: EC, 11 and 97. RGB value is (236,17,151). Sum of RGB (Red+Green+Blue) = 236+17+151=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1197 is #13EE68. Grayscale: #616161. Windows color (decimal): -1306217 or 9900524. OLE color: 9900524.
HSL color Cylindrical-coordinate representation of color #EC1197: hue angle of 323.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1197 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 151 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.07 |
| HSL | 323.29º | 0.87% | 0.5% | - |
| HSV(B) | 323.29º | 0.93% | 0.93% | - |
| XYZ | 40.38 | 20.47 | 31.1 | - |
| YUV | 97.76 | 158.05 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 151 | 0 | 0.93 | 0.36 | 0.07 | 323.29 | 0.87 | 0.5 |
| Hex | EC | 11 | 97 | 0 | 5D | 24 | 7 | 143 | 57 | 32 |
| Octal | 354 | 21 | 227 | 0 | 135 | 44 | 7 | 503 | 127 | 62 |
| Binary | 11101100 | 10001 | 10010111 | 0 | 1011101 | 100100 | 111 | 101000011 | 1010111 | 110010 |
Color Harmonies of #EC1197
Complementary color
Monochromatic Colors of #EC1197
Black with #EC1197
Text Example
Text Example
White with #EC1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1197; }
p { color: rgb(236,17,151); }
H1.HeaderClassName
{
color: #EC1197;
}
.AnyTagClassName
{
color: #EC1197;
}
</style>
background-color css
<style>
a { background-color: #EC1197; }
a { background-color: rgb(236,17,151); }
div.DivClassName
{
background-color: #EC1197;
}
.BgClassName
{
background-color: #EC1197;
}
</style>
border-color css
<style>
span { border-color: #EC1197; }
span { border-color: rgb(236,17,151); }
td.TdClassName
{
border-color: #EC1197;
}
.TagClassName
{
border-color: #EC1197;
}
</style>