Shades of Tonys Pink #EEA08A
Tints of Tonys Pink #EEA08A
RGB
CMYK
RGB Variations
Color information
#EEA08A (or 0xEEA08A) is known color: Tonys Pink. HEX triplet: EE, A0 and 8A. RGB value is (238,160,138). Sum of RGB (Red+Green+Blue) = 238+160+138=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA08A is #115F75. Grayscale: #B4B4B4. Windows color (decimal): -1138550 or 9085166. OLE color: 9085166.
HSL color Cylindrical-coordinate representation of color #EEA08A: hue angle of 13.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEA08A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 138 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.07 |
| HSL | 13.2º | 0.75% | 0.74% | - |
| HSV(B) | 13.2º | 0.42% | 0.93% | - |
| XYZ | 52.42 | 45.15 | 30 | - |
| YUV | 180.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 138 | 0 | 0.33 | 0.42 | 0.07 | 13.2 | 0.75 | 0.74 |
| Hex | EE | A0 | 8A | 0 | 21 | 2A | 7 | D | 4B | 4A |
| Octal | 356 | 240 | 212 | 0 | 41 | 52 | 7 | 15 | 113 | 112 |
| Binary | 11101110 | 10100000 | 10001010 | 0 | 100001 | 101010 | 111 | 1101 | 1001011 | 1001010 |
Color Harmonies of #EEA08A
Complementary color
Monochromatic Colors of #EEA08A
Black with #EEA08A
Text Example
Text Example
White with #EEA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA08A; }
p { color: rgb(238,160,138); }
H1.HeaderClassName
{
color: #EEA08A;
}
.AnyTagClassName
{
color: #EEA08A;
}
</style>
background-color css
<style>
a { background-color: #EEA08A; }
a { background-color: rgb(238,160,138); }
div.DivClassName
{
background-color: #EEA08A;
}
.BgClassName
{
background-color: #EEA08A;
}
</style>
border-color css
<style>
span { border-color: #EEA08A; }
span { border-color: rgb(238,160,138); }
td.TdClassName
{
border-color: #EEA08A;
}
.TagClassName
{
border-color: #EEA08A;
}
</style>