Shades of Tonys Pink #E1A088
Tints of Tonys Pink #E1A088
RGB
CMYK
RGB Variations
Color information
#E1A088 (or 0xE1A088) is known color: Tonys Pink. HEX triplet: E1, A0 and 88. RGB value is (225,160,136). Sum of RGB (Red+Green+Blue) = 225+160+136=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A088 is #1E5F77. Grayscale: #B0B0B0. Windows color (decimal): -1990520 or 8954081. OLE color: 8954081.
HSL color Cylindrical-coordinate representation of color #E1A088: hue angle of 16.18º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1A088 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 136 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.12 |
| HSL | 16.18º | 0.6% | 0.71% | - |
| HSV(B) | 16.18º | 0.4% | 0.88% | - |
| XYZ | 48.07 | 42.93 | 29.04 | - |
| YUV | 176.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 136 | 0 | 0.29 | 0.40 | 0.12 | 16.18 | 0.6 | 0.71 |
| Hex | E1 | A0 | 88 | 0 | 1D | 28 | C | 10 | 3C | 47 |
| Octal | 341 | 240 | 210 | 0 | 35 | 50 | 14 | 20 | 74 | 107 |
| Binary | 11100001 | 10100000 | 10001000 | 0 | 11101 | 101000 | 1100 | 10000 | 111100 | 1000111 |
Color Harmonies of #E1A088
Complementary color
Monochromatic Colors of #E1A088
Black with #E1A088
Text Example
Text Example
White with #E1A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A088; }
p { color: rgb(225,160,136); }
H1.HeaderClassName
{
color: #E1A088;
}
.AnyTagClassName
{
color: #E1A088;
}
</style>
background-color css
<style>
a { background-color: #E1A088; }
a { background-color: rgb(225,160,136); }
div.DivClassName
{
background-color: #E1A088;
}
.BgClassName
{
background-color: #E1A088;
}
</style>
border-color css
<style>
span { border-color: #E1A088; }
span { border-color: rgb(225,160,136); }
td.TdClassName
{
border-color: #E1A088;
}
.TagClassName
{
border-color: #E1A088;
}
</style>