Shades of Tonys Pink #E1A18E
Tints of Tonys Pink #E1A18E
RGB
CMYK
RGB Variations
Color information
#E1A18E (or 0xE1A18E) is known color: Tonys Pink. HEX triplet: E1, A1 and 8E. RGB value is (225,161,142). Sum of RGB (Red+Green+Blue) = 225+161+142=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A18E is #1E5E71. Grayscale: #B2B2B2. Windows color (decimal): -1990258 or 9347553. OLE color: 9347553.
HSL color Cylindrical-coordinate representation of color #E1A18E: hue angle of 13.73º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1A18E is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 142 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.12 |
| HSL | 13.73º | 0.58% | 0.72% | - |
| HSV(B) | 13.73º | 0.37% | 0.88% | - |
| XYZ | 48.68 | 43.45 | 31.41 | - |
| YUV | 177.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 142 | 0 | 0.28 | 0.37 | 0.12 | 13.73 | 0.58 | 0.72 |
| Hex | E1 | A1 | 8E | 0 | 1C | 25 | C | E | 3A | 48 |
| Octal | 341 | 241 | 216 | 0 | 34 | 45 | 14 | 16 | 72 | 110 |
| Binary | 11100001 | 10100001 | 10001110 | 0 | 11100 | 100101 | 1100 | 1110 | 111010 | 1001000 |
Color Harmonies of #E1A18E
Complementary color
Monochromatic Colors of #E1A18E
Black with #E1A18E
Text Example
Text Example
White with #E1A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A18E; }
p { color: rgb(225,161,142); }
H1.HeaderClassName
{
color: #E1A18E;
}
.AnyTagClassName
{
color: #E1A18E;
}
</style>
background-color css
<style>
a { background-color: #E1A18E; }
a { background-color: rgb(225,161,142); }
div.DivClassName
{
background-color: #E1A18E;
}
.BgClassName
{
background-color: #E1A18E;
}
</style>
border-color css
<style>
span { border-color: #E1A18E; }
span { border-color: rgb(225,161,142); }
td.TdClassName
{
border-color: #E1A18E;
}
.TagClassName
{
border-color: #E1A18E;
}
</style>