Shades of Hit Pink #EFA170
Tints of Hit Pink #EFA170
RGB
CMYK
RGB Variations
Color information
#EFA170 (or 0xEFA170) is known color: Hit Pink. HEX triplet: EF, A1 and 70. RGB value is (239,161,112). Sum of RGB (Red+Green+Blue) = 239+161+112=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA170 is #105E8F. Grayscale: #B3B3B3. Windows color (decimal): -1072784 or 7381487. OLE color: 7381487.
HSL color Cylindrical-coordinate representation of color #EFA170: hue angle of 23.15º 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 #EFA170 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 112 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.06 |
| HSL | 23.15º | 0.8% | 0.69% | - |
| HSV(B) | 23.15º | 0.53% | 0.94% | - |
| XYZ | 51.27 | 45.01 | 21.32 | - |
| YUV | 178.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 112 | 0 | 0.33 | 0.53 | 0.06 | 23.15 | 0.8 | 0.69 |
| Hex | EF | A1 | 70 | 0 | 21 | 35 | 6 | 17 | 50 | 45 |
| Octal | 357 | 241 | 160 | 0 | 41 | 65 | 6 | 27 | 120 | 105 |
| Binary | 11101111 | 10100001 | 1110000 | 0 | 100001 | 110101 | 110 | 10111 | 1010000 | 1000101 |
Color Harmonies of #EFA170
Complementary color
Monochromatic Colors of #EFA170
Black with #EFA170
Text Example
Text Example
White with #EFA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA170; }
p { color: rgb(239,161,112); }
H1.HeaderClassName
{
color: #EFA170;
}
.AnyTagClassName
{
color: #EFA170;
}
</style>
background-color css
<style>
a { background-color: #EFA170; }
a { background-color: rgb(239,161,112); }
div.DivClassName
{
background-color: #EFA170;
}
.BgClassName
{
background-color: #EFA170;
}
</style>
border-color css
<style>
span { border-color: #EFA170; }
span { border-color: rgb(239,161,112); }
td.TdClassName
{
border-color: #EFA170;
}
.TagClassName
{
border-color: #EFA170;
}
</style>