Shades of Tonys Pink #E5A695
Tints of Tonys Pink #E5A695
RGB
CMYK
RGB Variations
Color information
#E5A695 (or 0xE5A695) is known color: Tonys Pink. HEX triplet: E5, A6 and 95. RGB value is (229,166,149). Sum of RGB (Red+Green+Blue) = 229+166+149=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A695 is #1A596A. Grayscale: #B7B7B7. Windows color (decimal): -1726827 or 9807589. OLE color: 9807589.
HSL color Cylindrical-coordinate representation of color #E5A695: hue angle of 12.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A695 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 149 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.10 |
| HSL | 12.75º | 0.61% | 0.74% | - |
| HSV(B) | 12.75º | 0.35% | 0.9% | - |
| XYZ | 51.37 | 46.1 | 34.62 | - |
| YUV | 182.9 | 108.87 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 149 | 0 | 0.28 | 0.35 | 0.10 | 12.75 | 0.61 | 0.74 |
| Hex | E5 | A6 | 95 | 0 | 1C | 23 | A | D | 3D | 4A |
| Octal | 345 | 246 | 225 | 0 | 34 | 43 | 12 | 15 | 75 | 112 |
| Binary | 11100101 | 10100110 | 10010101 | 0 | 11100 | 100011 | 1010 | 1101 | 111101 | 1001010 |
Color Harmonies of #E5A695
Complementary color
Monochromatic Colors of #E5A695
Black with #E5A695
Text Example
Text Example
White with #E5A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A695; }
p { color: rgb(229,166,149); }
H1.HeaderClassName
{
color: #E5A695;
}
.AnyTagClassName
{
color: #E5A695;
}
</style>
background-color css
<style>
a { background-color: #E5A695; }
a { background-color: rgb(229,166,149); }
div.DivClassName
{
background-color: #E5A695;
}
.BgClassName
{
background-color: #E5A695;
}
</style>
border-color css
<style>
span { border-color: #E5A695; }
span { border-color: rgb(229,166,149); }
td.TdClassName
{
border-color: #E5A695;
}
.TagClassName
{
border-color: #E5A695;
}
</style>