Shades of Deep Pink #EC117C
Tints of Deep Pink #EC117C
RGB
CMYK
RGB Variations
Color information
#EC117C (or 0xEC117C) is known color: Deep Pink. HEX triplet: EC, 11 and 7C. RGB value is (236,17,124). Sum of RGB (Red+Green+Blue) = 236+17+124=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC117C is #13EE83. Grayscale: #5E5E5E. Windows color (decimal): -1306244 or 8131052. OLE color: 8131052.
HSL color Cylindrical-coordinate representation of color #EC117C: hue angle of 330.68º 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 #EC117C is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 124 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.07 |
| HSL | 330.68º | 0.87% | 0.5% | - |
| HSV(B) | 330.68º | 0.93% | 0.93% | - |
| XYZ | 38.43 | 19.69 | 20.84 | - |
| YUV | 94.68 | 144.55 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 124 | 0 | 0.93 | 0.47 | 0.07 | 330.68 | 0.87 | 0.5 |
| Hex | EC | 11 | 7C | 0 | 5D | 2F | 7 | 14B | 57 | 32 |
| Octal | 354 | 21 | 174 | 0 | 135 | 57 | 7 | 513 | 127 | 62 |
| Binary | 11101100 | 10001 | 1111100 | 0 | 1011101 | 101111 | 111 | 101001011 | 1010111 | 110010 |
Color Harmonies of #EC117C
Complementary color
Monochromatic Colors of #EC117C
Black with #EC117C
Text Example
Text Example
White with #EC117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC117C; }
p { color: rgb(236,17,124); }
H1.HeaderClassName
{
color: #EC117C;
}
.AnyTagClassName
{
color: #EC117C;
}
</style>
background-color css
<style>
a { background-color: #EC117C; }
a { background-color: rgb(236,17,124); }
div.DivClassName
{
background-color: #EC117C;
}
.BgClassName
{
background-color: #EC117C;
}
</style>
border-color css
<style>
span { border-color: #EC117C; }
span { border-color: rgb(236,17,124); }
td.TdClassName
{
border-color: #EC117C;
}
.TagClassName
{
border-color: #EC117C;
}
</style>