Shades of Hit Pink #EFA275
Tints of Hit Pink #EFA275
RGB
CMYK
RGB Variations
Color information
#EFA275 (or 0xEFA275) is known color: Hit Pink. HEX triplet: EF, A2 and 75. RGB value is (239,162,117). Sum of RGB (Red+Green+Blue) = 239+162+117=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA275 is #105D8A. Grayscale: #B4B4B4. Windows color (decimal): -1072523 or 7709423. OLE color: 7709423.
HSL color Cylindrical-coordinate representation of color #EFA275: hue angle of 22.13º 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 #EFA275 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 117 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.06 |
| HSL | 22.13º | 0.79% | 0.7% | - |
| HSV(B) | 22.13º | 0.51% | 0.94% | - |
| XYZ | 51.73 | 45.48 | 22.88 | - |
| YUV | 179.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 117 | 0 | 0.32 | 0.51 | 0.06 | 22.13 | 0.79 | 0.7 |
| Hex | EF | A2 | 75 | 0 | 20 | 33 | 6 | 16 | 4F | 46 |
| Octal | 357 | 242 | 165 | 0 | 40 | 63 | 6 | 26 | 117 | 106 |
| Binary | 11101111 | 10100010 | 1110101 | 0 | 100000 | 110011 | 110 | 10110 | 1001111 | 1000110 |
Color Harmonies of #EFA275
Complementary color
Monochromatic Colors of #EFA275
Black with #EFA275
Text Example
Text Example
White with #EFA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA275; }
p { color: rgb(239,162,117); }
H1.HeaderClassName
{
color: #EFA275;
}
.AnyTagClassName
{
color: #EFA275;
}
</style>
background-color css
<style>
a { background-color: #EFA275; }
a { background-color: rgb(239,162,117); }
div.DivClassName
{
background-color: #EFA275;
}
.BgClassName
{
background-color: #EFA275;
}
</style>
border-color css
<style>
span { border-color: #EFA275; }
span { border-color: rgb(239,162,117); }
td.TdClassName
{
border-color: #EFA275;
}
.TagClassName
{
border-color: #EFA275;
}
</style>