Shades of Deep Pink #EF118C
Tints of Deep Pink #EF118C
RGB
CMYK
RGB Variations
Color information
#EF118C (or 0xEF118C) is known color: Deep Pink. HEX triplet: EF, 11 and 8C. RGB value is (239,17,140). Sum of RGB (Red+Green+Blue) = 239+17+140=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF118C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF118C is #10EE73. Grayscale: #616161. Windows color (decimal): -1109620 or 9179631. OLE color: 9179631.
HSL color Cylindrical-coordinate representation of color #EF118C: hue angle of 326.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF118C is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 140 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.06 |
| HSL | 326.76º | 0.87% | 0.5% | - |
| HSV(B) | 326.76º | 0.93% | 0.94% | - |
| XYZ | 40.53 | 20.65 | 26.66 | - |
| YUV | 97.4 | 152.05 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 140 | 0 | 0.93 | 0.41 | 0.06 | 326.76 | 0.87 | 0.5 |
| Hex | EF | 11 | 8C | 0 | 5D | 29 | 6 | 147 | 57 | 32 |
| Octal | 357 | 21 | 214 | 0 | 135 | 51 | 6 | 507 | 127 | 62 |
| Binary | 11101111 | 10001 | 10001100 | 0 | 1011101 | 101001 | 110 | 101000111 | 1010111 | 110010 |
Color Harmonies of #EF118C
Complementary color
Monochromatic Colors of #EF118C
Black with #EF118C
Text Example
Text Example
White with #EF118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF118C; }
p { color: rgb(239,17,140); }
H1.HeaderClassName
{
color: #EF118C;
}
.AnyTagClassName
{
color: #EF118C;
}
</style>
background-color css
<style>
a { background-color: #EF118C; }
a { background-color: rgb(239,17,140); }
div.DivClassName
{
background-color: #EF118C;
}
.BgClassName
{
background-color: #EF118C;
}
</style>
border-color css
<style>
span { border-color: #EF118C; }
span { border-color: rgb(239,17,140); }
td.TdClassName
{
border-color: #EF118C;
}
.TagClassName
{
border-color: #EF118C;
}
</style>