Shades of Hit Pink #EEA16E
Tints of Hit Pink #EEA16E
RGB
CMYK
RGB Variations
Color information
#EEA16E (or 0xEEA16E) is known color: Hit Pink. HEX triplet: EE, A1 and 6E. RGB value is (238,161,110). Sum of RGB (Red+Green+Blue) = 238+161+110=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA16E is #115E91. Grayscale: #B2B2B2. Windows color (decimal): -1138322 or 7250414. OLE color: 7250414.
HSL color Cylindrical-coordinate representation of color #EEA16E: hue angle of 23.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEA16E is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 110 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.07 |
| HSL | 23.91º | 0.79% | 0.68% | - |
| HSV(B) | 23.91º | 0.54% | 0.93% | - |
| XYZ | 50.82 | 44.79 | 20.72 | - |
| YUV | 178.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 110 | 0 | 0.32 | 0.54 | 0.07 | 23.91 | 0.79 | 0.68 |
| Hex | EE | A1 | 6E | 0 | 20 | 36 | 7 | 18 | 4F | 44 |
| Octal | 356 | 241 | 156 | 0 | 40 | 66 | 7 | 30 | 117 | 104 |
| Binary | 11101110 | 10100001 | 1101110 | 0 | 100000 | 110110 | 111 | 11000 | 1001111 | 1000100 |
Color Harmonies of #EEA16E
Complementary color
Monochromatic Colors of #EEA16E
Black with #EEA16E
Text Example
Text Example
White with #EEA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA16E; }
p { color: rgb(238,161,110); }
H1.HeaderClassName
{
color: #EEA16E;
}
.AnyTagClassName
{
color: #EEA16E;
}
</style>
background-color css
<style>
a { background-color: #EEA16E; }
a { background-color: rgb(238,161,110); }
div.DivClassName
{
background-color: #EEA16E;
}
.BgClassName
{
background-color: #EEA16E;
}
</style>
border-color css
<style>
span { border-color: #EEA16E; }
span { border-color: rgb(238,161,110); }
td.TdClassName
{
border-color: #EEA16E;
}
.TagClassName
{
border-color: #EEA16E;
}
</style>