Shades of Tonys Pink #E6A18D
Tints of Tonys Pink #E6A18D
RGB
CMYK
RGB Variations
Color information
#E6A18D (or 0xE6A18D) is known color: Tonys Pink. HEX triplet: E6, A1 and 8D. RGB value is (230,161,141). Sum of RGB (Red+Green+Blue) = 230+161+141=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A18D is #195E72. Grayscale: #B3B3B3. Windows color (decimal): -1662579 or 9282022. OLE color: 9282022.
HSL color Cylindrical-coordinate representation of color #E6A18D: hue angle of 13.48º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6A18D is Cyan = 0, Magento = 0.3, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 141 | - |
| CMYK | 0 | 0.3 | 0.39 | 0.10 |
| HSL | 13.48º | 0.64% | 0.73% | - |
| HSV(B) | 13.48º | 0.39% | 0.9% | - |
| XYZ | 50.19 | 44.24 | 31.09 | - |
| YUV | 179.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 141 | 0 | 0.3 | 0.39 | 0.10 | 13.48 | 0.64 | 0.73 |
| Hex | E6 | A1 | 8D | 0 | 1E | 27 | A | D | 40 | 49 |
| Octal | 346 | 241 | 215 | 0 | 36 | 47 | 12 | 15 | 100 | 111 |
| Binary | 11100110 | 10100001 | 10001101 | 0 | 11110 | 100111 | 1010 | 1101 | 1000000 | 1001001 |
Color Harmonies of #E6A18D
Complementary color
Monochromatic Colors of #E6A18D
Black with #E6A18D
Text Example
Text Example
White with #E6A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A18D; }
p { color: rgb(230,161,141); }
H1.HeaderClassName
{
color: #E6A18D;
}
.AnyTagClassName
{
color: #E6A18D;
}
</style>
background-color css
<style>
a { background-color: #E6A18D; }
a { background-color: rgb(230,161,141); }
div.DivClassName
{
background-color: #E6A18D;
}
.BgClassName
{
background-color: #E6A18D;
}
</style>
border-color css
<style>
span { border-color: #E6A18D; }
span { border-color: rgb(230,161,141); }
td.TdClassName
{
border-color: #E6A18D;
}
.TagClassName
{
border-color: #E6A18D;
}
</style>