Shades of Deep Pink #EC117F
Tints of Deep Pink #EC117F
RGB
CMYK
RGB Variations
Color information
#EC117F (or 0xEC117F) is known color: Deep Pink. HEX triplet: EC, 11 and 7F. RGB value is (236,17,127). Sum of RGB (Red+Green+Blue) = 236+17+127=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC117F is #13EE80. Grayscale: #5E5E5E. Windows color (decimal): -1306241 or 8327660. OLE color: 8327660.
HSL color Cylindrical-coordinate representation of color #EC117F: hue angle of 329.86º 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 #EC117F is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 127 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.07 |
| HSL | 329.86º | 0.87% | 0.5% | - |
| HSV(B) | 329.86º | 0.93% | 0.93% | - |
| XYZ | 38.62 | 19.77 | 21.86 | - |
| YUV | 95.02 | 146.05 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 127 | 0 | 0.93 | 0.46 | 0.07 | 329.86 | 0.87 | 0.5 |
| Hex | EC | 11 | 7F | 0 | 5D | 2E | 7 | 14A | 57 | 32 |
| Octal | 354 | 21 | 177 | 0 | 135 | 56 | 7 | 512 | 127 | 62 |
| Binary | 11101100 | 10001 | 1111111 | 0 | 1011101 | 101110 | 111 | 101001010 | 1010111 | 110010 |
Color Harmonies of #EC117F
Complementary color
Monochromatic Colors of #EC117F
Black with #EC117F
Text Example
Text Example
White with #EC117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC117F; }
p { color: rgb(236,17,127); }
H1.HeaderClassName
{
color: #EC117F;
}
.AnyTagClassName
{
color: #EC117F;
}
</style>
background-color css
<style>
a { background-color: #EC117F; }
a { background-color: rgb(236,17,127); }
div.DivClassName
{
background-color: #EC117F;
}
.BgClassName
{
background-color: #EC117F;
}
</style>
border-color css
<style>
span { border-color: #EC117F; }
span { border-color: rgb(236,17,127); }
td.TdClassName
{
border-color: #EC117F;
}
.TagClassName
{
border-color: #EC117F;
}
</style>