Shades of Tonys Pink #E5A58E
Tints of Tonys Pink #E5A58E
RGB
CMYK
RGB Variations
Color information
#E5A58E (or 0xE5A58E) is known color: Tonys Pink. HEX triplet: E5, A5 and 8E. RGB value is (229,165,142). Sum of RGB (Red+Green+Blue) = 229+165+142=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A58E is #1A5A71. Grayscale: #B5B5B5. Windows color (decimal): -1727090 or 9348581. OLE color: 9348581.
HSL color Cylindrical-coordinate representation of color #E5A58E: hue angle of 15.86º 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 #E5A58E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 142 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.10 |
| HSL | 15.86º | 0.63% | 0.73% | - |
| HSV(B) | 15.86º | 0.38% | 0.9% | - |
| XYZ | 50.65 | 45.52 | 31.71 | - |
| YUV | 181.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 142 | 0 | 0.28 | 0.38 | 0.10 | 15.86 | 0.63 | 0.73 |
| Hex | E5 | A5 | 8E | 0 | 1C | 26 | A | 10 | 3F | 49 |
| Octal | 345 | 245 | 216 | 0 | 34 | 46 | 12 | 20 | 77 | 111 |
| Binary | 11100101 | 10100101 | 10001110 | 0 | 11100 | 100110 | 1010 | 10000 | 111111 | 1001001 |
Color Harmonies of #E5A58E
Complementary color
Monochromatic Colors of #E5A58E
Black with #E5A58E
Text Example
Text Example
White with #E5A58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A58E; }
p { color: rgb(229,165,142); }
H1.HeaderClassName
{
color: #E5A58E;
}
.AnyTagClassName
{
color: #E5A58E;
}
</style>
background-color css
<style>
a { background-color: #E5A58E; }
a { background-color: rgb(229,165,142); }
div.DivClassName
{
background-color: #E5A58E;
}
.BgClassName
{
background-color: #E5A58E;
}
</style>
border-color css
<style>
span { border-color: #E5A58E; }
span { border-color: rgb(229,165,142); }
td.TdClassName
{
border-color: #E5A58E;
}
.TagClassName
{
border-color: #E5A58E;
}
</style>