Shades of Hit Pink #EFA273
Tints of Hit Pink #EFA273
RGB
CMYK
RGB Variations
Color information
#EFA273 (or 0xEFA273) is known color: Hit Pink. HEX triplet: EF, A2 and 73. RGB value is (239,162,115). Sum of RGB (Red+Green+Blue) = 239+162+115=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA273 is #105D8C. Grayscale: #B3B3B3. Windows color (decimal): -1072525 or 7578351. OLE color: 7578351.
HSL color Cylindrical-coordinate representation of color #EFA273: hue angle of 22.74º degrees, saturation: 0.79, 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 #EFA273 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 115 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.06 |
| HSL | 22.74º | 0.79% | 0.69% | - |
| HSV(B) | 22.74º | 0.52% | 0.94% | - |
| XYZ | 51.61 | 45.43 | 22.27 | - |
| YUV | 179.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 115 | 0 | 0.32 | 0.52 | 0.06 | 22.74 | 0.79 | 0.69 |
| Hex | EF | A2 | 73 | 0 | 20 | 34 | 6 | 17 | 4F | 45 |
| Octal | 357 | 242 | 163 | 0 | 40 | 64 | 6 | 27 | 117 | 105 |
| Binary | 11101111 | 10100010 | 1110011 | 0 | 100000 | 110100 | 110 | 10111 | 1001111 | 1000101 |
Color Harmonies of #EFA273
Complementary color
Monochromatic Colors of #EFA273
Black with #EFA273
Text Example
Text Example
White with #EFA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA273; }
p { color: rgb(239,162,115); }
H1.HeaderClassName
{
color: #EFA273;
}
.AnyTagClassName
{
color: #EFA273;
}
</style>
background-color css
<style>
a { background-color: #EFA273; }
a { background-color: rgb(239,162,115); }
div.DivClassName
{
background-color: #EFA273;
}
.BgClassName
{
background-color: #EFA273;
}
</style>
border-color css
<style>
span { border-color: #EFA273; }
span { border-color: rgb(239,162,115); }
td.TdClassName
{
border-color: #EFA273;
}
.TagClassName
{
border-color: #EFA273;
}
</style>