Shades of Hit Pink #EFA172
Tints of Hit Pink #EFA172
RGB
CMYK
RGB Variations
Color information
#EFA172 (or 0xEFA172) is known color: Hit Pink. HEX triplet: EF, A1 and 72. RGB value is (239,161,114). Sum of RGB (Red+Green+Blue) = 239+161+114=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA172 is #105E8D. Grayscale: #B3B3B3. Windows color (decimal): -1072782 or 7512559. OLE color: 7512559.
HSL color Cylindrical-coordinate representation of color #EFA172: hue angle of 22.56º 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 #EFA172 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 114 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.06 |
| HSL | 22.56º | 0.8% | 0.69% | - |
| HSV(B) | 22.56º | 0.52% | 0.94% | - |
| XYZ | 51.38 | 45.06 | 21.91 | - |
| YUV | 178.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 114 | 0 | 0.33 | 0.52 | 0.06 | 22.56 | 0.8 | 0.69 |
| Hex | EF | A1 | 72 | 0 | 21 | 34 | 6 | 17 | 50 | 45 |
| Octal | 357 | 241 | 162 | 0 | 41 | 64 | 6 | 27 | 120 | 105 |
| Binary | 11101111 | 10100001 | 1110010 | 0 | 100001 | 110100 | 110 | 10111 | 1010000 | 1000101 |
Color Harmonies of #EFA172
Complementary color
Monochromatic Colors of #EFA172
Black with #EFA172
Text Example
Text Example
White with #EFA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA172; }
p { color: rgb(239,161,114); }
H1.HeaderClassName
{
color: #EFA172;
}
.AnyTagClassName
{
color: #EFA172;
}
</style>
background-color css
<style>
a { background-color: #EFA172; }
a { background-color: rgb(239,161,114); }
div.DivClassName
{
background-color: #EFA172;
}
.BgClassName
{
background-color: #EFA172;
}
</style>
border-color css
<style>
span { border-color: #EFA172; }
span { border-color: rgb(239,161,114); }
td.TdClassName
{
border-color: #EFA172;
}
.TagClassName
{
border-color: #EFA172;
}
</style>