Shades of Hit Pink #EEA070
Tints of Hit Pink #EEA070
RGB
CMYK
RGB Variations
Color information
#EEA070 (or 0xEEA070) is known color: Hit Pink. HEX triplet: EE, A0 and 70. RGB value is (238,160,112). Sum of RGB (Red+Green+Blue) = 238+160+112=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA070 is #115F8F. Grayscale: #B2B2B2. Windows color (decimal): -1138576 or 7381230. OLE color: 7381230.
HSL color Cylindrical-coordinate representation of color #EEA070: hue angle of 22.86º 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 #EEA070 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 112 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.07 |
| HSL | 22.86º | 0.79% | 0.69% | - |
| HSV(B) | 22.86º | 0.53% | 0.93% | - |
| XYZ | 50.76 | 44.49 | 21.24 | - |
| YUV | 177.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 112 | 0 | 0.33 | 0.53 | 0.07 | 22.86 | 0.79 | 0.69 |
| Hex | EE | A0 | 70 | 0 | 21 | 35 | 7 | 17 | 4F | 45 |
| Octal | 356 | 240 | 160 | 0 | 41 | 65 | 7 | 27 | 117 | 105 |
| Binary | 11101110 | 10100000 | 1110000 | 0 | 100001 | 110101 | 111 | 10111 | 1001111 | 1000101 |
Color Harmonies of #EEA070
Complementary color
Monochromatic Colors of #EEA070
Black with #EEA070
Text Example
Text Example
White with #EEA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA070; }
p { color: rgb(238,160,112); }
H1.HeaderClassName
{
color: #EEA070;
}
.AnyTagClassName
{
color: #EEA070;
}
</style>
background-color css
<style>
a { background-color: #EEA070; }
a { background-color: rgb(238,160,112); }
div.DivClassName
{
background-color: #EEA070;
}
.BgClassName
{
background-color: #EEA070;
}
</style>
border-color css
<style>
span { border-color: #EEA070; }
span { border-color: rgb(238,160,112); }
td.TdClassName
{
border-color: #EEA070;
}
.TagClassName
{
border-color: #EEA070;
}
</style>