Shades of Tonys Pink #E5A08B
Tints of Tonys Pink #E5A08B
RGB
CMYK
RGB Variations
Color information
#E5A08B (or 0xE5A08B) is known color: Tonys Pink. HEX triplet: E5, A0 and 8B. RGB value is (229,160,139). Sum of RGB (Red+Green+Blue) = 229+160+139=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A08B is #1A5F74. Grayscale: #B2B2B2. Windows color (decimal): -1728373 or 9150693. OLE color: 9150693.
HSL color Cylindrical-coordinate representation of color #E5A08B: hue angle of 14º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5A08B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 139 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.10 |
| HSL | 14º | 0.63% | 0.72% | - |
| HSV(B) | 14º | 0.39% | 0.9% | - |
| XYZ | 49.54 | 43.66 | 30.24 | - |
| YUV | 178.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 139 | 0 | 0.30 | 0.39 | 0.10 | 14 | 0.63 | 0.72 |
| Hex | E5 | A0 | 8B | 0 | 1E | 27 | A | E | 3F | 48 |
| Octal | 345 | 240 | 213 | 0 | 36 | 47 | 12 | 16 | 77 | 110 |
| Binary | 11100101 | 10100000 | 10001011 | 0 | 11110 | 100111 | 1010 | 1110 | 111111 | 1001000 |
Color Harmonies of #E5A08B
Complementary color
Monochromatic Colors of #E5A08B
Black with #E5A08B
Text Example
Text Example
White with #E5A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A08B; }
p { color: rgb(229,160,139); }
H1.HeaderClassName
{
color: #E5A08B;
}
.AnyTagClassName
{
color: #E5A08B;
}
</style>
background-color css
<style>
a { background-color: #E5A08B; }
a { background-color: rgb(229,160,139); }
div.DivClassName
{
background-color: #E5A08B;
}
.BgClassName
{
background-color: #E5A08B;
}
</style>
border-color css
<style>
span { border-color: #E5A08B; }
span { border-color: rgb(229,160,139); }
td.TdClassName
{
border-color: #E5A08B;
}
.TagClassName
{
border-color: #E5A08B;
}
</style>