Shades of Tonys Pink #E5A18D
Tints of Tonys Pink #E5A18D
RGB
CMYK
RGB Variations
Color information
#E5A18D (or 0xE5A18D) is known color: Tonys Pink. HEX triplet: E5, A1 and 8D. RGB value is (229,161,141). Sum of RGB (Red+Green+Blue) = 229+161+141=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A18D is #1A5E72. Grayscale: #B3B3B3. Windows color (decimal): -1728115 or 9282021. OLE color: 9282021.
HSL color Cylindrical-coordinate representation of color #E5A18D: hue angle of 13.64º degrees, saturation: 0.63, 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 #E5A18D is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 141 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.10 |
| HSL | 13.64º | 0.63% | 0.73% | - |
| HSV(B) | 13.64º | 0.38% | 0.9% | - |
| XYZ | 49.87 | 44.07 | 31.08 | - |
| YUV | 179.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 141 | 0 | 0.30 | 0.38 | 0.10 | 13.64 | 0.63 | 0.73 |
| Hex | E5 | A1 | 8D | 0 | 1E | 26 | A | E | 3F | 49 |
| Octal | 345 | 241 | 215 | 0 | 36 | 46 | 12 | 16 | 77 | 111 |
| Binary | 11100101 | 10100001 | 10001101 | 0 | 11110 | 100110 | 1010 | 1110 | 111111 | 1001001 |
Color Harmonies of #E5A18D
Complementary color
Monochromatic Colors of #E5A18D
Black with #E5A18D
Text Example
Text Example
White with #E5A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A18D; }
p { color: rgb(229,161,141); }
H1.HeaderClassName
{
color: #E5A18D;
}
.AnyTagClassName
{
color: #E5A18D;
}
</style>
background-color css
<style>
a { background-color: #E5A18D; }
a { background-color: rgb(229,161,141); }
div.DivClassName
{
background-color: #E5A18D;
}
.BgClassName
{
background-color: #E5A18D;
}
</style>
border-color css
<style>
span { border-color: #E5A18D; }
span { border-color: rgb(229,161,141); }
td.TdClassName
{
border-color: #E5A18D;
}
.TagClassName
{
border-color: #E5A18D;
}
</style>