Shades of Tonys Pink #E6A081
Tints of Tonys Pink #E6A081
RGB
CMYK
RGB Variations
Color information
#E6A081 (or 0xE6A081) is known color: Tonys Pink. HEX triplet: E6, A0 and 81. RGB value is (230,160,129). Sum of RGB (Red+Green+Blue) = 230+160+129=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A081 is #195F7E. Grayscale: #B1B1B1. Windows color (decimal): -1662847 or 8495334. OLE color: 8495334.
HSL color Cylindrical-coordinate representation of color #E6A081: hue angle of 18.42º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6A081 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 129 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.10 |
| HSL | 18.42º | 0.67% | 0.7% | - |
| HSV(B) | 18.42º | 0.44% | 0.9% | - |
| XYZ | 49.17 | 43.55 | 26.58 | - |
| YUV | 177.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 129 | 0 | 0.30 | 0.44 | 0.10 | 18.42 | 0.67 | 0.7 |
| Hex | E6 | A0 | 81 | 0 | 1E | 2C | A | 12 | 43 | 46 |
| Octal | 346 | 240 | 201 | 0 | 36 | 54 | 12 | 22 | 103 | 106 |
| Binary | 11100110 | 10100000 | 10000001 | 0 | 11110 | 101100 | 1010 | 10010 | 1000011 | 1000110 |
Color Harmonies of #E6A081
Complementary color
Monochromatic Colors of #E6A081
Black with #E6A081
Text Example
Text Example
White with #E6A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A081; }
p { color: rgb(230,160,129); }
H1.HeaderClassName
{
color: #E6A081;
}
.AnyTagClassName
{
color: #E6A081;
}
</style>
background-color css
<style>
a { background-color: #E6A081; }
a { background-color: rgb(230,160,129); }
div.DivClassName
{
background-color: #E6A081;
}
.BgClassName
{
background-color: #E6A081;
}
</style>
border-color css
<style>
span { border-color: #E6A081; }
span { border-color: rgb(230,160,129); }
td.TdClassName
{
border-color: #E6A081;
}
.TagClassName
{
border-color: #E6A081;
}
</style>