Shades of Tonys Pink #E3A08E
Tints of Tonys Pink #E3A08E
RGB
CMYK
RGB Variations
Color information
#E3A08E (or 0xE3A08E) is known color: Tonys Pink. HEX triplet: E3, A0 and 8E. RGB value is (227,160,142). Sum of RGB (Red+Green+Blue) = 227+160+142=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A08E is #1C5F71. Grayscale: #B2B2B2. Windows color (decimal): -1859442 or 9347299. OLE color: 9347299.
HSL color Cylindrical-coordinate representation of color #E3A08E: hue angle of 12.71º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E3A08E is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 142 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.11 |
| HSL | 12.71º | 0.6% | 0.72% | - |
| HSV(B) | 12.71º | 0.37% | 0.89% | - |
| XYZ | 49.13 | 43.43 | 31.38 | - |
| YUV | 177.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 142 | 0 | 0.30 | 0.37 | 0.11 | 12.71 | 0.6 | 0.72 |
| Hex | E3 | A0 | 8E | 0 | 1E | 25 | B | D | 3C | 48 |
| Octal | 343 | 240 | 216 | 0 | 36 | 45 | 13 | 15 | 74 | 110 |
| Binary | 11100011 | 10100000 | 10001110 | 0 | 11110 | 100101 | 1011 | 1101 | 111100 | 1001000 |
Color Harmonies of #E3A08E
Complementary color
Monochromatic Colors of #E3A08E
Black with #E3A08E
Text Example
Text Example
White with #E3A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A08E; }
p { color: rgb(227,160,142); }
H1.HeaderClassName
{
color: #E3A08E;
}
.AnyTagClassName
{
color: #E3A08E;
}
</style>
background-color css
<style>
a { background-color: #E3A08E; }
a { background-color: rgb(227,160,142); }
div.DivClassName
{
background-color: #E3A08E;
}
.BgClassName
{
background-color: #E3A08E;
}
</style>
border-color css
<style>
span { border-color: #E3A08E; }
span { border-color: rgb(227,160,142); }
td.TdClassName
{
border-color: #E3A08E;
}
.TagClassName
{
border-color: #E3A08E;
}
</style>