Shades of Deep Pink #EF118B
Tints of Deep Pink #EF118B
RGB
CMYK
RGB Variations
Color information
#EF118B (or 0xEF118B) is known color: Deep Pink. HEX triplet: EF, 11 and 8B. RGB value is (239,17,139). Sum of RGB (Red+Green+Blue) = 239+17+139=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF118B is #10EE74. Grayscale: #616161. Windows color (decimal): -1109621 or 9114095. OLE color: 9114095.
HSL color Cylindrical-coordinate representation of color #EF118B: hue angle of 327.03º 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 #EF118B is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 139 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.06 |
| HSL | 327.03º | 0.87% | 0.5% | - |
| HSV(B) | 327.03º | 0.93% | 0.94% | - |
| XYZ | 40.46 | 20.62 | 26.27 | - |
| YUV | 97.29 | 151.55 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 139 | 0 | 0.93 | 0.42 | 0.06 | 327.03 | 0.87 | 0.5 |
| Hex | EF | 11 | 8B | 0 | 5D | 2A | 6 | 147 | 57 | 32 |
| Octal | 357 | 21 | 213 | 0 | 135 | 52 | 6 | 507 | 127 | 62 |
| Binary | 11101111 | 10001 | 10001011 | 0 | 1011101 | 101010 | 110 | 101000111 | 1010111 | 110010 |
Color Harmonies of #EF118B
Complementary color
Monochromatic Colors of #EF118B
Black with #EF118B
Text Example
Text Example
White with #EF118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF118B; }
p { color: rgb(239,17,139); }
H1.HeaderClassName
{
color: #EF118B;
}
.AnyTagClassName
{
color: #EF118B;
}
</style>
background-color css
<style>
a { background-color: #EF118B; }
a { background-color: rgb(239,17,139); }
div.DivClassName
{
background-color: #EF118B;
}
.BgClassName
{
background-color: #EF118B;
}
</style>
border-color css
<style>
span { border-color: #EF118B; }
span { border-color: rgb(239,17,139); }
td.TdClassName
{
border-color: #EF118B;
}
.TagClassName
{
border-color: #EF118B;
}
</style>