Shades of Tonys Pink #E7AA8D
Tints of Tonys Pink #E7AA8D
RGB
CMYK
RGB Variations
Color information
#E7AA8D (or 0xE7AA8D) is known color: Tonys Pink. HEX triplet: E7, AA and 8D. RGB value is (231,170,141). Sum of RGB (Red+Green+Blue) = 231+170+141=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AA8D is #185572. Grayscale: #B9B9B9. Windows color (decimal): -1594739 or 9284327. OLE color: 9284327.
HSL color Cylindrical-coordinate representation of color #E7AA8D: hue angle of 19.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7AA8D is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 141 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.09 |
| HSL | 19.33º | 0.65% | 0.73% | - |
| HSV(B) | 19.33º | 0.39% | 0.91% | - |
| XYZ | 52.14 | 47.66 | 31.65 | - |
| YUV | 184.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 141 | 0 | 0.26 | 0.39 | 0.09 | 19.33 | 0.65 | 0.73 |
| Hex | E7 | AA | 8D | 0 | 1A | 27 | 9 | 13 | 41 | 49 |
| Octal | 347 | 252 | 215 | 0 | 32 | 47 | 11 | 23 | 101 | 111 |
| Binary | 11100111 | 10101010 | 10001101 | 0 | 11010 | 100111 | 1001 | 10011 | 1000001 | 1001001 |
Color Harmonies of #E7AA8D
Complementary color
Monochromatic Colors of #E7AA8D
Black with #E7AA8D
Text Example
Text Example
White with #E7AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA8D; }
p { color: rgb(231,170,141); }
H1.HeaderClassName
{
color: #E7AA8D;
}
.AnyTagClassName
{
color: #E7AA8D;
}
</style>
background-color css
<style>
a { background-color: #E7AA8D; }
a { background-color: rgb(231,170,141); }
div.DivClassName
{
background-color: #E7AA8D;
}
.BgClassName
{
background-color: #E7AA8D;
}
</style>
border-color css
<style>
span { border-color: #E7AA8D; }
span { border-color: rgb(231,170,141); }
td.TdClassName
{
border-color: #E7AA8D;
}
.TagClassName
{
border-color: #E7AA8D;
}
</style>