Shades of Tonys Pink #E5A18B
Tints of Tonys Pink #E5A18B
RGB
CMYK
RGB Variations
Color information
#E5A18B (or 0xE5A18B) is known color: Tonys Pink. HEX triplet: E5, A1 and 8B. RGB value is (229,161,139). Sum of RGB (Red+Green+Blue) = 229+161+139=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A18B is #1A5E74. Grayscale: #B2B2B2. Windows color (decimal): -1728117 or 9150949. OLE color: 9150949.
HSL color Cylindrical-coordinate representation of color #E5A18B: hue angle of 14.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5A18B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 139 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.10 |
| HSL | 14.67º | 0.63% | 0.72% | - |
| HSV(B) | 14.67º | 0.39% | 0.9% | - |
| XYZ | 49.72 | 44.01 | 30.3 | - |
| YUV | 178.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 139 | 0 | 0.30 | 0.39 | 0.10 | 14.67 | 0.63 | 0.72 |
| Hex | E5 | A1 | 8B | 0 | 1E | 27 | A | F | 3F | 48 |
| Octal | 345 | 241 | 213 | 0 | 36 | 47 | 12 | 17 | 77 | 110 |
| Binary | 11100101 | 10100001 | 10001011 | 0 | 11110 | 100111 | 1010 | 1111 | 111111 | 1001000 |
Color Harmonies of #E5A18B
Complementary color
Monochromatic Colors of #E5A18B
Black with #E5A18B
Text Example
Text Example
White with #E5A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A18B; }
p { color: rgb(229,161,139); }
H1.HeaderClassName
{
color: #E5A18B;
}
.AnyTagClassName
{
color: #E5A18B;
}
</style>
background-color css
<style>
a { background-color: #E5A18B; }
a { background-color: rgb(229,161,139); }
div.DivClassName
{
background-color: #E5A18B;
}
.BgClassName
{
background-color: #E5A18B;
}
</style>
border-color css
<style>
span { border-color: #E5A18B; }
span { border-color: rgb(229,161,139); }
td.TdClassName
{
border-color: #E5A18B;
}
.TagClassName
{
border-color: #E5A18B;
}
</style>