Shades of Hit Pink #EFA271
Tints of Hit Pink #EFA271
RGB
CMYK
RGB Variations
Color information
#EFA271 (or 0xEFA271) is known color: Hit Pink. HEX triplet: EF, A2 and 71. RGB value is (239,162,113). Sum of RGB (Red+Green+Blue) = 239+162+113=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA271 is #105D8E. Grayscale: #B3B3B3. Windows color (decimal): -1072527 or 7447279. OLE color: 7447279.
HSL color Cylindrical-coordinate representation of color #EFA271: hue angle of 23.33º 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 #EFA271 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 113 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.06 |
| HSL | 23.33º | 0.8% | 0.69% | - |
| HSV(B) | 23.33º | 0.53% | 0.94% | - |
| XYZ | 51.5 | 45.38 | 21.67 | - |
| YUV | 179.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 113 | 0 | 0.32 | 0.53 | 0.06 | 23.33 | 0.8 | 0.69 |
| Hex | EF | A2 | 71 | 0 | 20 | 35 | 6 | 17 | 50 | 45 |
| Octal | 357 | 242 | 161 | 0 | 40 | 65 | 6 | 27 | 120 | 105 |
| Binary | 11101111 | 10100010 | 1110001 | 0 | 100000 | 110101 | 110 | 10111 | 1010000 | 1000101 |
Color Harmonies of #EFA271
Complementary color
Monochromatic Colors of #EFA271
Black with #EFA271
Text Example
Text Example
White with #EFA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA271; }
p { color: rgb(239,162,113); }
H1.HeaderClassName
{
color: #EFA271;
}
.AnyTagClassName
{
color: #EFA271;
}
</style>
background-color css
<style>
a { background-color: #EFA271; }
a { background-color: rgb(239,162,113); }
div.DivClassName
{
background-color: #EFA271;
}
.BgClassName
{
background-color: #EFA271;
}
</style>
border-color css
<style>
span { border-color: #EFA271; }
span { border-color: rgb(239,162,113); }
td.TdClassName
{
border-color: #EFA271;
}
.TagClassName
{
border-color: #EFA271;
}
</style>