Shades of Deep Pink #EC118C
Tints of Deep Pink #EC118C
RGB
CMYK
RGB Variations
Color information
#EC118C (or 0xEC118C) is known color: Deep Pink. HEX triplet: EC, 11 and 8C. RGB value is (236,17,140). Sum of RGB (Red+Green+Blue) = 236+17+140=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC118C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC118C is #13EE73. Grayscale: #606060. Windows color (decimal): -1306228 or 9179628. OLE color: 9179628.
HSL color Cylindrical-coordinate representation of color #EC118C: hue angle of 326.3º 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 #EC118C is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 140 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.07 |
| HSL | 326.3º | 0.87% | 0.5% | - |
| HSV(B) | 326.3º | 0.93% | 0.93% | - |
| XYZ | 39.53 | 20.13 | 26.61 | - |
| YUV | 96.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 140 | 0 | 0.93 | 0.41 | 0.07 | 326.3 | 0.87 | 0.5 |
| Hex | EC | 11 | 8C | 0 | 5D | 29 | 7 | 146 | 57 | 32 |
| Octal | 354 | 21 | 214 | 0 | 135 | 51 | 7 | 506 | 127 | 62 |
| Binary | 11101100 | 10001 | 10001100 | 0 | 1011101 | 101001 | 111 | 101000110 | 1010111 | 110010 |
Color Harmonies of #EC118C
Complementary color
Monochromatic Colors of #EC118C
Black with #EC118C
Text Example
Text Example
White with #EC118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC118C; }
p { color: rgb(236,17,140); }
H1.HeaderClassName
{
color: #EC118C;
}
.AnyTagClassName
{
color: #EC118C;
}
</style>
background-color css
<style>
a { background-color: #EC118C; }
a { background-color: rgb(236,17,140); }
div.DivClassName
{
background-color: #EC118C;
}
.BgClassName
{
background-color: #EC118C;
}
</style>
border-color css
<style>
span { border-color: #EC118C; }
span { border-color: rgb(236,17,140); }
td.TdClassName
{
border-color: #EC118C;
}
.TagClassName
{
border-color: #EC118C;
}
</style>