Shades of Hit Pink #EFA175
Tints of Hit Pink #EFA175
RGB
CMYK
RGB Variations
Color information
#EFA175 (or 0xEFA175) is known color: Hit Pink. HEX triplet: EF, A1 and 75. RGB value is (239,161,117). Sum of RGB (Red+Green+Blue) = 239+161+117=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA175 is #105E8A. Grayscale: #B3B3B3. Windows color (decimal): -1072779 or 7709167. OLE color: 7709167.
HSL color Cylindrical-coordinate representation of color #EFA175: hue angle of 21.64º 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 #EFA175 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 117 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.06 |
| HSL | 21.64º | 0.79% | 0.7% | - |
| HSV(B) | 21.64º | 0.51% | 0.94% | - |
| XYZ | 51.55 | 45.12 | 22.82 | - |
| YUV | 179.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 117 | 0 | 0.33 | 0.51 | 0.06 | 21.64 | 0.79 | 0.7 |
| Hex | EF | A1 | 75 | 0 | 21 | 33 | 6 | 16 | 4F | 46 |
| Octal | 357 | 241 | 165 | 0 | 41 | 63 | 6 | 26 | 117 | 106 |
| Binary | 11101111 | 10100001 | 1110101 | 0 | 100001 | 110011 | 110 | 10110 | 1001111 | 1000110 |
Color Harmonies of #EFA175
Complementary color
Monochromatic Colors of #EFA175
Black with #EFA175
Text Example
Text Example
White with #EFA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA175; }
p { color: rgb(239,161,117); }
H1.HeaderClassName
{
color: #EFA175;
}
.AnyTagClassName
{
color: #EFA175;
}
</style>
background-color css
<style>
a { background-color: #EFA175; }
a { background-color: rgb(239,161,117); }
div.DivClassName
{
background-color: #EFA175;
}
.BgClassName
{
background-color: #EFA175;
}
</style>
border-color css
<style>
span { border-color: #EFA175; }
span { border-color: rgb(239,161,117); }
td.TdClassName
{
border-color: #EFA175;
}
.TagClassName
{
border-color: #EFA175;
}
</style>