Shades of Tonys Pink #E5A287
Tints of Tonys Pink #E5A287
RGB
CMYK
RGB Variations
Color information
#E5A287 (or 0xE5A287) is known color: Tonys Pink. HEX triplet: E5, A2 and 87. RGB value is (229,162,135). Sum of RGB (Red+Green+Blue) = 229+162+135=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A287 is #1A5D78. Grayscale: #B3B3B3. Windows color (decimal): -1727865 or 8889061. OLE color: 8889061.
HSL color Cylindrical-coordinate representation of color #E5A287: hue angle of 17.23º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5A287 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 135 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.10 |
| HSL | 17.23º | 0.64% | 0.71% | - |
| HSV(B) | 17.23º | 0.41% | 0.9% | - |
| XYZ | 49.61 | 44.25 | 28.85 | - |
| YUV | 178.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 135 | 0 | 0.29 | 0.41 | 0.10 | 17.23 | 0.64 | 0.71 |
| Hex | E5 | A2 | 87 | 0 | 1D | 29 | A | 11 | 40 | 47 |
| Octal | 345 | 242 | 207 | 0 | 35 | 51 | 12 | 21 | 100 | 107 |
| Binary | 11100101 | 10100010 | 10000111 | 0 | 11101 | 101001 | 1010 | 10001 | 1000000 | 1000111 |
Color Harmonies of #E5A287
Complementary color
Monochromatic Colors of #E5A287
Black with #E5A287
Text Example
Text Example
White with #E5A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A287; }
p { color: rgb(229,162,135); }
H1.HeaderClassName
{
color: #E5A287;
}
.AnyTagClassName
{
color: #E5A287;
}
</style>
background-color css
<style>
a { background-color: #E5A287; }
a { background-color: rgb(229,162,135); }
div.DivClassName
{
background-color: #E5A287;
}
.BgClassName
{
background-color: #E5A287;
}
</style>
border-color css
<style>
span { border-color: #E5A287; }
span { border-color: rgb(229,162,135); }
td.TdClassName
{
border-color: #E5A287;
}
.TagClassName
{
border-color: #E5A287;
}
</style>