Shades of Tonys Pink #E5AA8F
Tints of Tonys Pink #E5AA8F
RGB
CMYK
RGB Variations
Color information
#E5AA8F (or 0xE5AA8F) is known color: Tonys Pink. HEX triplet: E5, AA and 8F. RGB value is (229,170,143). Sum of RGB (Red+Green+Blue) = 229+170+143=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AA8F is #1A5570. Grayscale: #B8B8B8. Windows color (decimal): -1725809 or 9415397. OLE color: 9415397.
HSL color Cylindrical-coordinate representation of color #E5AA8F: hue angle of 18.84º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5AA8F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 143 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.10 |
| HSL | 18.84º | 0.62% | 0.73% | - |
| HSV(B) | 18.84º | 0.38% | 0.9% | - |
| XYZ | 51.65 | 47.39 | 32.41 | - |
| YUV | 184.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 143 | 0 | 0.26 | 0.38 | 0.10 | 18.84 | 0.62 | 0.73 |
| Hex | E5 | AA | 8F | 0 | 1A | 26 | A | 13 | 3E | 49 |
| Octal | 345 | 252 | 217 | 0 | 32 | 46 | 12 | 23 | 76 | 111 |
| Binary | 11100101 | 10101010 | 10001111 | 0 | 11010 | 100110 | 1010 | 10011 | 111110 | 1001001 |
Color Harmonies of #E5AA8F
Complementary color
Monochromatic Colors of #E5AA8F
Black with #E5AA8F
Text Example
Text Example
White with #E5AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA8F; }
p { color: rgb(229,170,143); }
H1.HeaderClassName
{
color: #E5AA8F;
}
.AnyTagClassName
{
color: #E5AA8F;
}
</style>
background-color css
<style>
a { background-color: #E5AA8F; }
a { background-color: rgb(229,170,143); }
div.DivClassName
{
background-color: #E5AA8F;
}
.BgClassName
{
background-color: #E5AA8F;
}
</style>
border-color css
<style>
span { border-color: #E5AA8F; }
span { border-color: rgb(229,170,143); }
td.TdClassName
{
border-color: #E5AA8F;
}
.TagClassName
{
border-color: #E5AA8F;
}
</style>