Shades of Deep Pink #EF117F
Tints of Deep Pink #EF117F
RGB
CMYK
RGB Variations
Color information
#EF117F (or 0xEF117F) is known color: Deep Pink. HEX triplet: EF, 11 and 7F. RGB value is (239,17,127). Sum of RGB (Red+Green+Blue) = 239+17+127=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF117F is #10EE80. Grayscale: #5F5F5F. Windows color (decimal): -1109633 or 8327663. OLE color: 8327663.
HSL color Cylindrical-coordinate representation of color #EF117F: hue angle of 330.27º 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 #EF117F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 127 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.06 |
| HSL | 330.27º | 0.87% | 0.5% | - |
| HSV(B) | 330.27º | 0.93% | 0.94% | - |
| XYZ | 39.63 | 20.28 | 21.91 | - |
| YUV | 95.92 | 145.55 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 127 | 0 | 0.93 | 0.47 | 0.06 | 330.27 | 0.87 | 0.5 |
| Hex | EF | 11 | 7F | 0 | 5D | 2F | 6 | 14A | 57 | 32 |
| Octal | 357 | 21 | 177 | 0 | 135 | 57 | 6 | 512 | 127 | 62 |
| Binary | 11101111 | 10001 | 1111111 | 0 | 1011101 | 101111 | 110 | 101001010 | 1010111 | 110010 |
Color Harmonies of #EF117F
Complementary color
Monochromatic Colors of #EF117F
Black with #EF117F
Text Example
Text Example
White with #EF117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF117F; }
p { color: rgb(239,17,127); }
H1.HeaderClassName
{
color: #EF117F;
}
.AnyTagClassName
{
color: #EF117F;
}
</style>
background-color css
<style>
a { background-color: #EF117F; }
a { background-color: rgb(239,17,127); }
div.DivClassName
{
background-color: #EF117F;
}
.BgClassName
{
background-color: #EF117F;
}
</style>
border-color css
<style>
span { border-color: #EF117F; }
span { border-color: rgb(239,17,127); }
td.TdClassName
{
border-color: #EF117F;
}
.TagClassName
{
border-color: #EF117F;
}
</style>