Shades of Hit Pink #EFA074
Tints of Hit Pink #EFA074
RGB
CMYK
RGB Variations
Color information
#EFA074 (or 0xEFA074) is known color: Hit Pink. HEX triplet: EF, A0 and 74. RGB value is (239,160,116). Sum of RGB (Red+Green+Blue) = 239+160+116=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA074 is #105F8B. Grayscale: #B2B2B2. Windows color (decimal): -1073036 or 7643375. OLE color: 7643375.
HSL color Cylindrical-coordinate representation of color #EFA074: hue angle of 21.46º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFA074 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 116 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.06 |
| HSL | 21.46º | 0.79% | 0.7% | - |
| HSV(B) | 21.46º | 0.51% | 0.94% | - |
| XYZ | 51.32 | 44.75 | 22.46 | - |
| YUV | 178.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 116 | 0 | 0.33 | 0.51 | 0.06 | 21.46 | 0.79 | 0.7 |
| Hex | EF | A0 | 74 | 0 | 21 | 33 | 6 | 15 | 4F | 46 |
| Octal | 357 | 240 | 164 | 0 | 41 | 63 | 6 | 25 | 117 | 106 |
| Binary | 11101111 | 10100000 | 1110100 | 0 | 100001 | 110011 | 110 | 10101 | 1001111 | 1000110 |
Color Harmonies of #EFA074
Complementary color
Monochromatic Colors of #EFA074
Black with #EFA074
Text Example
Text Example
White with #EFA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA074; }
p { color: rgb(239,160,116); }
H1.HeaderClassName
{
color: #EFA074;
}
.AnyTagClassName
{
color: #EFA074;
}
</style>
background-color css
<style>
a { background-color: #EFA074; }
a { background-color: rgb(239,160,116); }
div.DivClassName
{
background-color: #EFA074;
}
.BgClassName
{
background-color: #EFA074;
}
</style>
border-color css
<style>
span { border-color: #EFA074; }
span { border-color: rgb(239,160,116); }
td.TdClassName
{
border-color: #EFA074;
}
.TagClassName
{
border-color: #EFA074;
}
</style>