Shades of Hit Pink #EF9E70
Tints of Hit Pink #EF9E70
RGB
CMYK
RGB Variations
Color information
#EF9E70 (or 0xEF9E70) is known color: Hit Pink. HEX triplet: EF, 9E and 70. RGB value is (239,158,112). Sum of RGB (Red+Green+Blue) = 239+158+112=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E70 is #10618F. Grayscale: #B1B1B1. Windows color (decimal): -1073552 or 7380719. OLE color: 7380719.
HSL color Cylindrical-coordinate representation of color #EF9E70: hue angle of 21.73º 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 #EF9E70 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 112 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.06 |
| HSL | 21.73º | 0.8% | 0.69% | - |
| HSV(B) | 21.73º | 0.53% | 0.94% | - |
| XYZ | 50.75 | 43.97 | 21.14 | - |
| YUV | 176.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 112 | 0 | 0.34 | 0.53 | 0.06 | 21.73 | 0.8 | 0.69 |
| Hex | EF | 9E | 70 | 0 | 22 | 35 | 6 | 16 | 50 | 45 |
| Octal | 357 | 236 | 160 | 0 | 42 | 65 | 6 | 26 | 120 | 105 |
| Binary | 11101111 | 10011110 | 1110000 | 0 | 100010 | 110101 | 110 | 10110 | 1010000 | 1000101 |
Color Harmonies of #EF9E70
Complementary color
Monochromatic Colors of #EF9E70
Black with #EF9E70
Text Example
Text Example
White with #EF9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E70; }
p { color: rgb(239,158,112); }
H1.HeaderClassName
{
color: #EF9E70;
}
.AnyTagClassName
{
color: #EF9E70;
}
</style>
background-color css
<style>
a { background-color: #EF9E70; }
a { background-color: rgb(239,158,112); }
div.DivClassName
{
background-color: #EF9E70;
}
.BgClassName
{
background-color: #EF9E70;
}
</style>
border-color css
<style>
span { border-color: #EF9E70; }
span { border-color: rgb(239,158,112); }
td.TdClassName
{
border-color: #EF9E70;
}
.TagClassName
{
border-color: #EF9E70;
}
</style>