Shades of Tonys Pink #E5A285
Tints of Tonys Pink #E5A285
RGB
CMYK
RGB Variations
Color information
#E5A285 (or 0xE5A285) is known color: Tonys Pink. HEX triplet: E5, A2 and 85. RGB value is (229,162,133). Sum of RGB (Red+Green+Blue) = 229+162+133=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A285 is #1A5D7A. Grayscale: #B2B2B2. Windows color (decimal): -1727867 or 8757989. OLE color: 8757989.
HSL color Cylindrical-coordinate representation of color #E5A285: hue angle of 18.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5A285 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 133 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.10 |
| HSL | 18.13º | 0.65% | 0.71% | - |
| HSV(B) | 18.13º | 0.42% | 0.9% | - |
| XYZ | 49.47 | 44.19 | 28.11 | - |
| YUV | 178.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 133 | 0 | 0.29 | 0.42 | 0.10 | 18.13 | 0.65 | 0.71 |
| Hex | E5 | A2 | 85 | 0 | 1D | 2A | A | 12 | 41 | 47 |
| Octal | 345 | 242 | 205 | 0 | 35 | 52 | 12 | 22 | 101 | 107 |
| Binary | 11100101 | 10100010 | 10000101 | 0 | 11101 | 101010 | 1010 | 10010 | 1000001 | 1000111 |
Color Harmonies of #E5A285
Complementary color
Monochromatic Colors of #E5A285
Black with #E5A285
Text Example
Text Example
White with #E5A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A285; }
p { color: rgb(229,162,133); }
H1.HeaderClassName
{
color: #E5A285;
}
.AnyTagClassName
{
color: #E5A285;
}
</style>
background-color css
<style>
a { background-color: #E5A285; }
a { background-color: rgb(229,162,133); }
div.DivClassName
{
background-color: #E5A285;
}
.BgClassName
{
background-color: #E5A285;
}
</style>
border-color css
<style>
span { border-color: #E5A285; }
span { border-color: rgb(229,162,133); }
td.TdClassName
{
border-color: #E5A285;
}
.TagClassName
{
border-color: #E5A285;
}
</style>