Shades of Tonys Pink #E5A98E
Tints of Tonys Pink #E5A98E
RGB
CMYK
RGB Variations
Color information
#E5A98E (or 0xE5A98E) is known color: Tonys Pink. HEX triplet: E5, A9 and 8E. RGB value is (229,169,142). Sum of RGB (Red+Green+Blue) = 229+169+142=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A98E is #1A5671. Grayscale: #B8B8B8. Windows color (decimal): -1726066 or 9349605. OLE color: 9349605.
HSL color Cylindrical-coordinate representation of color #E5A98E: hue angle of 18.62º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5A98E is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 142 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.10 |
| HSL | 18.62º | 0.63% | 0.73% | - |
| HSV(B) | 18.62º | 0.38% | 0.9% | - |
| XYZ | 51.38 | 46.99 | 31.95 | - |
| YUV | 183.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 142 | 0 | 0.26 | 0.38 | 0.10 | 18.62 | 0.63 | 0.73 |
| Hex | E5 | A9 | 8E | 0 | 1A | 26 | A | 13 | 3F | 49 |
| Octal | 345 | 251 | 216 | 0 | 32 | 46 | 12 | 23 | 77 | 111 |
| Binary | 11100101 | 10101001 | 10001110 | 0 | 11010 | 100110 | 1010 | 10011 | 111111 | 1001001 |
Color Harmonies of #E5A98E
Complementary color
Monochromatic Colors of #E5A98E
Black with #E5A98E
Text Example
Text Example
White with #E5A98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A98E; }
p { color: rgb(229,169,142); }
H1.HeaderClassName
{
color: #E5A98E;
}
.AnyTagClassName
{
color: #E5A98E;
}
</style>
background-color css
<style>
a { background-color: #E5A98E; }
a { background-color: rgb(229,169,142); }
div.DivClassName
{
background-color: #E5A98E;
}
.BgClassName
{
background-color: #E5A98E;
}
</style>
border-color css
<style>
span { border-color: #E5A98E; }
span { border-color: rgb(229,169,142); }
td.TdClassName
{
border-color: #E5A98E;
}
.TagClassName
{
border-color: #E5A98E;
}
</style>