Shades of Tonys Pink #E1A68B
Tints of Tonys Pink #E1A68B
RGB
CMYK
RGB Variations
Color information
#E1A68B (or 0xE1A68B) is known color: Tonys Pink. HEX triplet: E1, A6 and 8B. RGB value is (225,166,139). Sum of RGB (Red+Green+Blue) = 225+166+139=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A68B is #1E5974. Grayscale: #B4B4B4. Windows color (decimal): -1988981 or 9152225. OLE color: 9152225.
HSL color Cylindrical-coordinate representation of color #E1A68B: hue angle of 18.84º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1A68B is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 139 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.12 |
| HSL | 18.84º | 0.59% | 0.71% | - |
| HSV(B) | 18.84º | 0.38% | 0.88% | - |
| XYZ | 49.35 | 45.14 | 30.54 | - |
| YUV | 180.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 139 | 0 | 0.26 | 0.38 | 0.12 | 18.84 | 0.59 | 0.71 |
| Hex | E1 | A6 | 8B | 0 | 1A | 26 | C | 13 | 3B | 47 |
| Octal | 341 | 246 | 213 | 0 | 32 | 46 | 14 | 23 | 73 | 107 |
| Binary | 11100001 | 10100110 | 10001011 | 0 | 11010 | 100110 | 1100 | 10011 | 111011 | 1000111 |
Color Harmonies of #E1A68B
Complementary color
Monochromatic Colors of #E1A68B
Black with #E1A68B
Text Example
Text Example
White with #E1A68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A68B; }
p { color: rgb(225,166,139); }
H1.HeaderClassName
{
color: #E1A68B;
}
.AnyTagClassName
{
color: #E1A68B;
}
</style>
background-color css
<style>
a { background-color: #E1A68B; }
a { background-color: rgb(225,166,139); }
div.DivClassName
{
background-color: #E1A68B;
}
.BgClassName
{
background-color: #E1A68B;
}
</style>
border-color css
<style>
span { border-color: #E1A68B; }
span { border-color: rgb(225,166,139); }
td.TdClassName
{
border-color: #E1A68B;
}
.TagClassName
{
border-color: #E1A68B;
}
</style>