Shades of Tonys Pink #E6A08B
Tints of Tonys Pink #E6A08B
RGB
CMYK
RGB Variations
Color information
#E6A08B (or 0xE6A08B) is known color: Tonys Pink. HEX triplet: E6, A0 and 8B. RGB value is (230,160,139). Sum of RGB (Red+Green+Blue) = 230+160+139=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A08B is #195F74. Grayscale: #B2B2B2. Windows color (decimal): -1662837 or 9150694. OLE color: 9150694.
HSL color Cylindrical-coordinate representation of color #E6A08B: hue angle of 13.85º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6A08B is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 139 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.10 |
| HSL | 13.85º | 0.65% | 0.72% | - |
| HSV(B) | 13.85º | 0.4% | 0.9% | - |
| XYZ | 49.86 | 43.83 | 30.26 | - |
| YUV | 178.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 139 | 0 | 0.30 | 0.40 | 0.10 | 13.85 | 0.65 | 0.72 |
| Hex | E6 | A0 | 8B | 0 | 1E | 28 | A | E | 41 | 48 |
| Octal | 346 | 240 | 213 | 0 | 36 | 50 | 12 | 16 | 101 | 110 |
| Binary | 11100110 | 10100000 | 10001011 | 0 | 11110 | 101000 | 1010 | 1110 | 1000001 | 1001000 |
Color Harmonies of #E6A08B
Complementary color
Monochromatic Colors of #E6A08B
Black with #E6A08B
Text Example
Text Example
White with #E6A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A08B; }
p { color: rgb(230,160,139); }
H1.HeaderClassName
{
color: #E6A08B;
}
.AnyTagClassName
{
color: #E6A08B;
}
</style>
background-color css
<style>
a { background-color: #E6A08B; }
a { background-color: rgb(230,160,139); }
div.DivClassName
{
background-color: #E6A08B;
}
.BgClassName
{
background-color: #E6A08B;
}
</style>
border-color css
<style>
span { border-color: #E6A08B; }
span { border-color: rgb(230,160,139); }
td.TdClassName
{
border-color: #E6A08B;
}
.TagClassName
{
border-color: #E6A08B;
}
</style>