Shades of Tonys Pink #E1A286
Tints of Tonys Pink #E1A286
RGB
CMYK
RGB Variations
Color information
#E1A286 (or 0xE1A286) is known color: Tonys Pink. HEX triplet: E1, A2 and 86. RGB value is (225,162,134). Sum of RGB (Red+Green+Blue) = 225+162+134=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A286 is #1E5D79. Grayscale: #B1B1B1. Windows color (decimal): -1990010 or 8823521. OLE color: 8823521.
HSL color Cylindrical-coordinate representation of color #E1A286: hue angle of 18.46º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1A286 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 134 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.12 |
| HSL | 18.46º | 0.6% | 0.7% | - |
| HSV(B) | 18.46º | 0.4% | 0.88% | - |
| XYZ | 48.27 | 43.57 | 28.42 | - |
| YUV | 177.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 134 | 0 | 0.28 | 0.40 | 0.12 | 18.46 | 0.6 | 0.7 |
| Hex | E1 | A2 | 86 | 0 | 1C | 28 | C | 12 | 3C | 46 |
| Octal | 341 | 242 | 206 | 0 | 34 | 50 | 14 | 22 | 74 | 106 |
| Binary | 11100001 | 10100010 | 10000110 | 0 | 11100 | 101000 | 1100 | 10010 | 111100 | 1000110 |
Color Harmonies of #E1A286
Complementary color
Monochromatic Colors of #E1A286
Black with #E1A286
Text Example
Text Example
White with #E1A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A286; }
p { color: rgb(225,162,134); }
H1.HeaderClassName
{
color: #E1A286;
}
.AnyTagClassName
{
color: #E1A286;
}
</style>
background-color css
<style>
a { background-color: #E1A286; }
a { background-color: rgb(225,162,134); }
div.DivClassName
{
background-color: #E1A286;
}
.BgClassName
{
background-color: #E1A286;
}
</style>
border-color css
<style>
span { border-color: #E1A286; }
span { border-color: rgb(225,162,134); }
td.TdClassName
{
border-color: #E1A286;
}
.TagClassName
{
border-color: #E1A286;
}
</style>