Shades of Tonys Pink #E6A497
Tints of Tonys Pink #E6A497
RGB
CMYK
RGB Variations
Color information
#E6A497 (or 0xE6A497) is known color: Tonys Pink. HEX triplet: E6, A4 and 97. RGB value is (230,164,151). Sum of RGB (Red+Green+Blue) = 230+164+151=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A497 is #195B68. Grayscale: #B6B6B6. Windows color (decimal): -1661801 or 9938150. OLE color: 9938150.
HSL color Cylindrical-coordinate representation of color #E6A497: hue angle of 9.87º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6A497 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 151 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.10 |
| HSL | 9.87º | 0.61% | 0.75% | - |
| HSV(B) | 9.87º | 0.34% | 0.9% | - |
| XYZ | 51.49 | 45.61 | 35.37 | - |
| YUV | 182.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 151 | 0 | 0.29 | 0.34 | 0.10 | 9.87 | 0.61 | 0.75 |
| Hex | E6 | A4 | 97 | 0 | 1D | 22 | A | A | 3D | 4B |
| Octal | 346 | 244 | 227 | 0 | 35 | 42 | 12 | 12 | 75 | 113 |
| Binary | 11100110 | 10100100 | 10010111 | 0 | 11101 | 100010 | 1010 | 1010 | 111101 | 1001011 |
Color Harmonies of #E6A497
Complementary color
Monochromatic Colors of #E6A497
Black with #E6A497
Text Example
Text Example
White with #E6A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A497; }
p { color: rgb(230,164,151); }
H1.HeaderClassName
{
color: #E6A497;
}
.AnyTagClassName
{
color: #E6A497;
}
</style>
background-color css
<style>
a { background-color: #E6A497; }
a { background-color: rgb(230,164,151); }
div.DivClassName
{
background-color: #E6A497;
}
.BgClassName
{
background-color: #E6A497;
}
</style>
border-color css
<style>
span { border-color: #E6A497; }
span { border-color: rgb(230,164,151); }
td.TdClassName
{
border-color: #E6A497;
}
.TagClassName
{
border-color: #E6A497;
}
</style>