Shades of Hit Pink #EEA071
Tints of Hit Pink #EEA071
RGB
CMYK
RGB Variations
Color information
#EEA071 (or 0xEEA071) is known color: Hit Pink. HEX triplet: EE, A0 and 71. RGB value is (238,160,113). Sum of RGB (Red+Green+Blue) = 238+160+113=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA071 is #115F8E. Grayscale: #B2B2B2. Windows color (decimal): -1138575 or 7446766. OLE color: 7446766.
HSL color Cylindrical-coordinate representation of color #EEA071: hue angle of 22.56º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEA071 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 113 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.07 |
| HSL | 22.56º | 0.79% | 0.69% | - |
| HSV(B) | 22.56º | 0.53% | 0.93% | - |
| XYZ | 50.81 | 44.51 | 21.54 | - |
| YUV | 177.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 113 | 0 | 0.33 | 0.53 | 0.07 | 22.56 | 0.79 | 0.69 |
| Hex | EE | A0 | 71 | 0 | 21 | 35 | 7 | 17 | 4F | 45 |
| Octal | 356 | 240 | 161 | 0 | 41 | 65 | 7 | 27 | 117 | 105 |
| Binary | 11101110 | 10100000 | 1110001 | 0 | 100001 | 110101 | 111 | 10111 | 1001111 | 1000101 |
Color Harmonies of #EEA071
Complementary color
Monochromatic Colors of #EEA071
Black with #EEA071
Text Example
Text Example
White with #EEA071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA071; }
p { color: rgb(238,160,113); }
H1.HeaderClassName
{
color: #EEA071;
}
.AnyTagClassName
{
color: #EEA071;
}
</style>
background-color css
<style>
a { background-color: #EEA071; }
a { background-color: rgb(238,160,113); }
div.DivClassName
{
background-color: #EEA071;
}
.BgClassName
{
background-color: #EEA071;
}
</style>
border-color css
<style>
span { border-color: #EEA071; }
span { border-color: rgb(238,160,113); }
td.TdClassName
{
border-color: #EEA071;
}
.TagClassName
{
border-color: #EEA071;
}
</style>