Shades of Tonys Pink #E1A092
Tints of Tonys Pink #E1A092
RGB
CMYK
RGB Variations
Color information
#E1A092 (or 0xE1A092) is known color: Tonys Pink. HEX triplet: E1, A0 and 92. RGB value is (225,160,146). Sum of RGB (Red+Green+Blue) = 225+160+146=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A092 is #1E5F6D. Grayscale: #B1B1B1. Windows color (decimal): -1990510 or 9609441. OLE color: 9609441.
HSL color Cylindrical-coordinate representation of color #E1A092: hue angle of 10.63º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1A092 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 146 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.12 |
| HSL | 10.63º | 0.57% | 0.73% | - |
| HSV(B) | 10.63º | 0.35% | 0.88% | - |
| XYZ | 48.81 | 43.22 | 32.96 | - |
| YUV | 177.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 146 | 0 | 0.29 | 0.35 | 0.12 | 10.63 | 0.57 | 0.73 |
| Hex | E1 | A0 | 92 | 0 | 1D | 23 | C | B | 39 | 49 |
| Octal | 341 | 240 | 222 | 0 | 35 | 43 | 14 | 13 | 71 | 111 |
| Binary | 11100001 | 10100000 | 10010010 | 0 | 11101 | 100011 | 1100 | 1011 | 111001 | 1001001 |
Color Harmonies of #E1A092
Complementary color
Monochromatic Colors of #E1A092
Black with #E1A092
Text Example
Text Example
White with #E1A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A092; }
p { color: rgb(225,160,146); }
H1.HeaderClassName
{
color: #E1A092;
}
.AnyTagClassName
{
color: #E1A092;
}
</style>
background-color css
<style>
a { background-color: #E1A092; }
a { background-color: rgb(225,160,146); }
div.DivClassName
{
background-color: #E1A092;
}
.BgClassName
{
background-color: #E1A092;
}
</style>
border-color css
<style>
span { border-color: #E1A092; }
span { border-color: rgb(225,160,146); }
td.TdClassName
{
border-color: #E1A092;
}
.TagClassName
{
border-color: #E1A092;
}
</style>