Shades of Tonys Pink #E9A08E
Tints of Tonys Pink #E9A08E
RGB
CMYK
RGB Variations
Color information
#E9A08E (or 0xE9A08E) is known color: Tonys Pink. HEX triplet: E9, A0 and 8E. RGB value is (233,160,142). Sum of RGB (Red+Green+Blue) = 233+160+142=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A08E is #165F71. Grayscale: #B3B3B3. Windows color (decimal): -1466226 or 9347305. OLE color: 9347305.
HSL color Cylindrical-coordinate representation of color #E9A08E: hue angle of 11.87º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9A08E is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 142 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.09 |
| HSL | 11.87º | 0.67% | 0.74% | - |
| HSV(B) | 11.87º | 0.39% | 0.91% | - |
| XYZ | 51.06 | 44.42 | 31.47 | - |
| YUV | 179.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 142 | 0 | 0.31 | 0.39 | 0.09 | 11.87 | 0.67 | 0.74 |
| Hex | E9 | A0 | 8E | 0 | 1F | 27 | 9 | C | 43 | 4A |
| Octal | 351 | 240 | 216 | 0 | 37 | 47 | 11 | 14 | 103 | 112 |
| Binary | 11101001 | 10100000 | 10001110 | 0 | 11111 | 100111 | 1001 | 1100 | 1000011 | 1001010 |
Color Harmonies of #E9A08E
Complementary color
Monochromatic Colors of #E9A08E
Black with #E9A08E
Text Example
Text Example
White with #E9A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A08E; }
p { color: rgb(233,160,142); }
H1.HeaderClassName
{
color: #E9A08E;
}
.AnyTagClassName
{
color: #E9A08E;
}
</style>
background-color css
<style>
a { background-color: #E9A08E; }
a { background-color: rgb(233,160,142); }
div.DivClassName
{
background-color: #E9A08E;
}
.BgClassName
{
background-color: #E9A08E;
}
</style>
border-color css
<style>
span { border-color: #E9A08E; }
span { border-color: rgb(233,160,142); }
td.TdClassName
{
border-color: #E9A08E;
}
.TagClassName
{
border-color: #E9A08E;
}
</style>