Shades of Tonys Pink #E5A78C
Tints of Tonys Pink #E5A78C
RGB
CMYK
RGB Variations
Color information
#E5A78C (or 0xE5A78C) is known color: Tonys Pink. HEX triplet: E5, A7 and 8C. RGB value is (229,167,140). Sum of RGB (Red+Green+Blue) = 229+167+140=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A78C is #1A5873. Grayscale: #B6B6B6. Windows color (decimal): -1726580 or 9218021. OLE color: 9218021.
HSL color Cylindrical-coordinate representation of color #E5A78C: hue angle of 18.2º 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 #E5A78C is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 140 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.10 |
| HSL | 18.2º | 0.63% | 0.72% | - |
| HSV(B) | 18.2º | 0.39% | 0.9% | - |
| XYZ | 50.87 | 46.19 | 31.05 | - |
| YUV | 182.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 140 | 0 | 0.27 | 0.39 | 0.10 | 18.2 | 0.63 | 0.72 |
| Hex | E5 | A7 | 8C | 0 | 1B | 27 | A | 12 | 3F | 48 |
| Octal | 345 | 247 | 214 | 0 | 33 | 47 | 12 | 22 | 77 | 110 |
| Binary | 11100101 | 10100111 | 10001100 | 0 | 11011 | 100111 | 1010 | 10010 | 111111 | 1001000 |
Color Harmonies of #E5A78C
Complementary color
Monochromatic Colors of #E5A78C
Black with #E5A78C
Text Example
Text Example
White with #E5A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A78C; }
p { color: rgb(229,167,140); }
H1.HeaderClassName
{
color: #E5A78C;
}
.AnyTagClassName
{
color: #E5A78C;
}
</style>
background-color css
<style>
a { background-color: #E5A78C; }
a { background-color: rgb(229,167,140); }
div.DivClassName
{
background-color: #E5A78C;
}
.BgClassName
{
background-color: #E5A78C;
}
</style>
border-color css
<style>
span { border-color: #E5A78C; }
span { border-color: rgb(229,167,140); }
td.TdClassName
{
border-color: #E5A78C;
}
.TagClassName
{
border-color: #E5A78C;
}
</style>