Shades of Tonys Pink #E6A18E
Tints of Tonys Pink #E6A18E
RGB
CMYK
RGB Variations
Color information
#E6A18E (or 0xE6A18E) is known color: Tonys Pink. HEX triplet: E6, A1 and 8E. RGB value is (230,161,142). Sum of RGB (Red+Green+Blue) = 230+161+142=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A18E is #195E71. Grayscale: #B3B3B3. Windows color (decimal): -1662578 or 9347558. OLE color: 9347558.
HSL color Cylindrical-coordinate representation of color #E6A18E: hue angle of 12.95º 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 #E6A18E is Cyan = 0, Magento = 0.3, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 142 | - |
| CMYK | 0 | 0.3 | 0.38 | 0.10 |
| HSL | 12.95º | 0.64% | 0.73% | - |
| HSV(B) | 12.95º | 0.38% | 0.9% | - |
| XYZ | 50.26 | 44.27 | 31.49 | - |
| YUV | 179.47 | 106.86 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 142 | 0 | 0.3 | 0.38 | 0.10 | 12.95 | 0.64 | 0.73 |
| Hex | E6 | A1 | 8E | 0 | 1E | 26 | A | D | 40 | 49 |
| Octal | 346 | 241 | 216 | 0 | 36 | 46 | 12 | 15 | 100 | 111 |
| Binary | 11100110 | 10100001 | 10001110 | 0 | 11110 | 100110 | 1010 | 1101 | 1000000 | 1001001 |
Color Harmonies of #E6A18E
Complementary color
Monochromatic Colors of #E6A18E
Black with #E6A18E
Text Example
Text Example
White with #E6A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A18E; }
p { color: rgb(230,161,142); }
H1.HeaderClassName
{
color: #E6A18E;
}
.AnyTagClassName
{
color: #E6A18E;
}
</style>
background-color css
<style>
a { background-color: #E6A18E; }
a { background-color: rgb(230,161,142); }
div.DivClassName
{
background-color: #E6A18E;
}
.BgClassName
{
background-color: #E6A18E;
}
</style>
border-color css
<style>
span { border-color: #E6A18E; }
span { border-color: rgb(230,161,142); }
td.TdClassName
{
border-color: #E6A18E;
}
.TagClassName
{
border-color: #E6A18E;
}
</style>