Shades of Hit Pink #EF9E71
Tints of Hit Pink #EF9E71
RGB
CMYK
RGB Variations
Color information
#EF9E71 (or 0xEF9E71) is known color: Hit Pink. HEX triplet: EF, 9E and 71. RGB value is (239,158,113). Sum of RGB (Red+Green+Blue) = 239+158+113=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E71 is #10618E. Grayscale: #B1B1B1. Windows color (decimal): -1073551 or 7446255. OLE color: 7446255.
HSL color Cylindrical-coordinate representation of color #EF9E71: hue angle of 21.43º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF9E71 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 113 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.06 |
| HSL | 21.43º | 0.8% | 0.69% | - |
| HSV(B) | 21.43º | 0.53% | 0.94% | - |
| XYZ | 50.8 | 44 | 21.44 | - |
| YUV | 177.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 113 | 0 | 0.34 | 0.53 | 0.06 | 21.43 | 0.8 | 0.69 |
| Hex | EF | 9E | 71 | 0 | 22 | 35 | 6 | 15 | 50 | 45 |
| Octal | 357 | 236 | 161 | 0 | 42 | 65 | 6 | 25 | 120 | 105 |
| Binary | 11101111 | 10011110 | 1110001 | 0 | 100010 | 110101 | 110 | 10101 | 1010000 | 1000101 |
Color Harmonies of #EF9E71
Complementary color
Monochromatic Colors of #EF9E71
Black with #EF9E71
Text Example
Text Example
White with #EF9E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E71; }
p { color: rgb(239,158,113); }
H1.HeaderClassName
{
color: #EF9E71;
}
.AnyTagClassName
{
color: #EF9E71;
}
</style>
background-color css
<style>
a { background-color: #EF9E71; }
a { background-color: rgb(239,158,113); }
div.DivClassName
{
background-color: #EF9E71;
}
.BgClassName
{
background-color: #EF9E71;
}
</style>
border-color css
<style>
span { border-color: #EF9E71; }
span { border-color: rgb(239,158,113); }
td.TdClassName
{
border-color: #EF9E71;
}
.TagClassName
{
border-color: #EF9E71;
}
</style>