Shades of Tonys Pink #E6AA8F
Tints of Tonys Pink #E6AA8F
RGB
CMYK
RGB Variations
Color information
#E6AA8F (or 0xE6AA8F) is known color: Tonys Pink. HEX triplet: E6, AA and 8F. RGB value is (230,170,143). Sum of RGB (Red+Green+Blue) = 230+170+143=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA8F is #195570. Grayscale: #B9B9B9. Windows color (decimal): -1660273 or 9415398. OLE color: 9415398.
HSL color Cylindrical-coordinate representation of color #E6AA8F: hue angle of 18.62º degrees, saturation: 0.64, 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 #E6AA8F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 143 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.10 |
| HSL | 18.62º | 0.64% | 0.73% | - |
| HSV(B) | 18.62º | 0.38% | 0.9% | - |
| XYZ | 51.97 | 47.56 | 32.43 | - |
| YUV | 184.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 143 | 0 | 0.26 | 0.38 | 0.10 | 18.62 | 0.64 | 0.73 |
| Hex | E6 | AA | 8F | 0 | 1A | 26 | A | 13 | 40 | 49 |
| Octal | 346 | 252 | 217 | 0 | 32 | 46 | 12 | 23 | 100 | 111 |
| Binary | 11100110 | 10101010 | 10001111 | 0 | 11010 | 100110 | 1010 | 10011 | 1000000 | 1001001 |
Color Harmonies of #E6AA8F
Complementary color
Monochromatic Colors of #E6AA8F
Black with #E6AA8F
Text Example
Text Example
White with #E6AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA8F; }
p { color: rgb(230,170,143); }
H1.HeaderClassName
{
color: #E6AA8F;
}
.AnyTagClassName
{
color: #E6AA8F;
}
</style>
background-color css
<style>
a { background-color: #E6AA8F; }
a { background-color: rgb(230,170,143); }
div.DivClassName
{
background-color: #E6AA8F;
}
.BgClassName
{
background-color: #E6AA8F;
}
</style>
border-color css
<style>
span { border-color: #E6AA8F; }
span { border-color: rgb(230,170,143); }
td.TdClassName
{
border-color: #E6AA8F;
}
.TagClassName
{
border-color: #E6AA8F;
}
</style>