Shades of Tonys Pink #E6A58E
Tints of Tonys Pink #E6A58E
RGB
CMYK
RGB Variations
Color information
#E6A58E (or 0xE6A58E) is known color: Tonys Pink. HEX triplet: E6, A5 and 8E. RGB value is (230,165,142). Sum of RGB (Red+Green+Blue) = 230+165+142=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A58E is #195A71. Grayscale: #B5B5B5. Windows color (decimal): -1661554 or 9348582. OLE color: 9348582.
HSL color Cylindrical-coordinate representation of color #E6A58E: hue angle of 15.68º 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 #E6A58E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 142 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.10 |
| HSL | 15.68º | 0.64% | 0.73% | - |
| HSV(B) | 15.68º | 0.38% | 0.9% | - |
| XYZ | 50.97 | 45.69 | 31.72 | - |
| YUV | 181.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 142 | 0 | 0.28 | 0.38 | 0.10 | 15.68 | 0.64 | 0.73 |
| Hex | E6 | A5 | 8E | 0 | 1C | 26 | A | 10 | 40 | 49 |
| Octal | 346 | 245 | 216 | 0 | 34 | 46 | 12 | 20 | 100 | 111 |
| Binary | 11100110 | 10100101 | 10001110 | 0 | 11100 | 100110 | 1010 | 10000 | 1000000 | 1001001 |
Color Harmonies of #E6A58E
Complementary color
Monochromatic Colors of #E6A58E
Black with #E6A58E
Text Example
Text Example
White with #E6A58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A58E; }
p { color: rgb(230,165,142); }
H1.HeaderClassName
{
color: #E6A58E;
}
.AnyTagClassName
{
color: #E6A58E;
}
</style>
background-color css
<style>
a { background-color: #E6A58E; }
a { background-color: rgb(230,165,142); }
div.DivClassName
{
background-color: #E6A58E;
}
.BgClassName
{
background-color: #E6A58E;
}
</style>
border-color css
<style>
span { border-color: #E6A58E; }
span { border-color: rgb(230,165,142); }
td.TdClassName
{
border-color: #E6A58E;
}
.TagClassName
{
border-color: #E6A58E;
}
</style>