Shades of Hit Pink #EFA072
Tints of Hit Pink #EFA072
RGB
CMYK
RGB Variations
Color information
#EFA072 (or 0xEFA072) is known color: Hit Pink. HEX triplet: EF, A0 and 72. RGB value is (239,160,114). Sum of RGB (Red+Green+Blue) = 239+160+114=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA072 is #105F8D. Grayscale: #B2B2B2. Windows color (decimal): -1073038 or 7512303. OLE color: 7512303.
HSL color Cylindrical-coordinate representation of color #EFA072: hue angle of 22.08º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFA072 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 114 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.06 |
| HSL | 22.08º | 0.8% | 0.69% | - |
| HSV(B) | 22.08º | 0.52% | 0.94% | - |
| XYZ | 51.2 | 44.71 | 21.85 | - |
| YUV | 178.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 114 | 0 | 0.33 | 0.52 | 0.06 | 22.08 | 0.8 | 0.69 |
| Hex | EF | A0 | 72 | 0 | 21 | 34 | 6 | 16 | 50 | 45 |
| Octal | 357 | 240 | 162 | 0 | 41 | 64 | 6 | 26 | 120 | 105 |
| Binary | 11101111 | 10100000 | 1110010 | 0 | 100001 | 110100 | 110 | 10110 | 1010000 | 1000101 |
Color Harmonies of #EFA072
Complementary color
Monochromatic Colors of #EFA072
Black with #EFA072
Text Example
Text Example
White with #EFA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA072; }
p { color: rgb(239,160,114); }
H1.HeaderClassName
{
color: #EFA072;
}
.AnyTagClassName
{
color: #EFA072;
}
</style>
background-color css
<style>
a { background-color: #EFA072; }
a { background-color: rgb(239,160,114); }
div.DivClassName
{
background-color: #EFA072;
}
.BgClassName
{
background-color: #EFA072;
}
</style>
border-color css
<style>
span { border-color: #EFA072; }
span { border-color: rgb(239,160,114); }
td.TdClassName
{
border-color: #EFA072;
}
.TagClassName
{
border-color: #EFA072;
}
</style>