Shades of Tonys Pink #E5A78B
Tints of Tonys Pink #E5A78B
RGB
CMYK
RGB Variations
Color information
#E5A78B (or 0xE5A78B) is known color: Tonys Pink. HEX triplet: E5, A7 and 8B. RGB value is (229,167,139). Sum of RGB (Red+Green+Blue) = 229+167+139=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A78B is #1A5874. Grayscale: #B6B6B6. Windows color (decimal): -1726581 or 9152485. OLE color: 9152485.
HSL color Cylindrical-coordinate representation of color #E5A78B: hue angle of 18.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 #E5A78B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 139 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.10 |
| HSL | 18.67º | 0.63% | 0.72% | - |
| HSV(B) | 18.67º | 0.39% | 0.9% | - |
| XYZ | 50.79 | 46.16 | 30.66 | - |
| YUV | 182.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 139 | 0 | 0.27 | 0.39 | 0.10 | 18.67 | 0.63 | 0.72 |
| Hex | E5 | A7 | 8B | 0 | 1B | 27 | A | 13 | 3F | 48 |
| Octal | 345 | 247 | 213 | 0 | 33 | 47 | 12 | 23 | 77 | 110 |
| Binary | 11100101 | 10100111 | 10001011 | 0 | 11011 | 100111 | 1010 | 10011 | 111111 | 1001000 |
Color Harmonies of #E5A78B
Complementary color
Monochromatic Colors of #E5A78B
Black with #E5A78B
Text Example
Text Example
White with #E5A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A78B; }
p { color: rgb(229,167,139); }
H1.HeaderClassName
{
color: #E5A78B;
}
.AnyTagClassName
{
color: #E5A78B;
}
</style>
background-color css
<style>
a { background-color: #E5A78B; }
a { background-color: rgb(229,167,139); }
div.DivClassName
{
background-color: #E5A78B;
}
.BgClassName
{
background-color: #E5A78B;
}
</style>
border-color css
<style>
span { border-color: #E5A78B; }
span { border-color: rgb(229,167,139); }
td.TdClassName
{
border-color: #E5A78B;
}
.TagClassName
{
border-color: #E5A78B;
}
</style>