Shades of Deep Pink #EC118B
Tints of Deep Pink #EC118B
RGB
CMYK
RGB Variations
Color information
#EC118B (or 0xEC118B) is known color: Deep Pink. HEX triplet: EC, 11 and 8B. RGB value is (236,17,139). Sum of RGB (Red+Green+Blue) = 236+17+139=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC118B is #13EE74. Grayscale: #606060. Windows color (decimal): -1306229 or 9114092. OLE color: 9114092.
HSL color Cylindrical-coordinate representation of color #EC118B: hue angle of 326.58º 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 #EC118B is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 139 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.07 |
| HSL | 326.58º | 0.87% | 0.5% | - |
| HSV(B) | 326.58º | 0.93% | 0.93% | - |
| XYZ | 39.45 | 20.1 | 26.23 | - |
| YUV | 96.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 139 | 0 | 0.93 | 0.41 | 0.07 | 326.58 | 0.87 | 0.5 |
| Hex | EC | 11 | 8B | 0 | 5D | 29 | 7 | 147 | 57 | 32 |
| Octal | 354 | 21 | 213 | 0 | 135 | 51 | 7 | 507 | 127 | 62 |
| Binary | 11101100 | 10001 | 10001011 | 0 | 1011101 | 101001 | 111 | 101000111 | 1010111 | 110010 |
Color Harmonies of #EC118B
Complementary color
Monochromatic Colors of #EC118B
Black with #EC118B
Text Example
Text Example
White with #EC118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC118B; }
p { color: rgb(236,17,139); }
H1.HeaderClassName
{
color: #EC118B;
}
.AnyTagClassName
{
color: #EC118B;
}
</style>
background-color css
<style>
a { background-color: #EC118B; }
a { background-color: rgb(236,17,139); }
div.DivClassName
{
background-color: #EC118B;
}
.BgClassName
{
background-color: #EC118B;
}
</style>
border-color css
<style>
span { border-color: #EC118B; }
span { border-color: rgb(236,17,139); }
td.TdClassName
{
border-color: #EC118B;
}
.TagClassName
{
border-color: #EC118B;
}
</style>