Shades of Tonys Pink #E5A993
Tints of Tonys Pink #E5A993
RGB
CMYK
RGB Variations
Color information
#E5A993 (or 0xE5A993) is known color: Tonys Pink. HEX triplet: E5, A9 and 93. RGB value is (229,169,147). Sum of RGB (Red+Green+Blue) = 229+169+147=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A993 is #1A566C. Grayscale: #B8B8B8. Windows color (decimal): -1726061 or 9677285. OLE color: 9677285.
HSL color Cylindrical-coordinate representation of color #E5A993: hue angle of 16.1º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5A993 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 147 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.10 |
| HSL | 16.1º | 0.61% | 0.74% | - |
| HSV(B) | 16.1º | 0.36% | 0.9% | - |
| XYZ | 51.77 | 47.14 | 33.97 | - |
| YUV | 184.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 147 | 0 | 0.26 | 0.36 | 0.10 | 16.1 | 0.61 | 0.74 |
| Hex | E5 | A9 | 93 | 0 | 1A | 24 | A | 10 | 3D | 4A |
| Octal | 345 | 251 | 223 | 0 | 32 | 44 | 12 | 20 | 75 | 112 |
| Binary | 11100101 | 10101001 | 10010011 | 0 | 11010 | 100100 | 1010 | 10000 | 111101 | 1001010 |
Color Harmonies of #E5A993
Complementary color
Monochromatic Colors of #E5A993
Black with #E5A993
Text Example
Text Example
White with #E5A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A993; }
p { color: rgb(229,169,147); }
H1.HeaderClassName
{
color: #E5A993;
}
.AnyTagClassName
{
color: #E5A993;
}
</style>
background-color css
<style>
a { background-color: #E5A993; }
a { background-color: rgb(229,169,147); }
div.DivClassName
{
background-color: #E5A993;
}
.BgClassName
{
background-color: #E5A993;
}
</style>
border-color css
<style>
span { border-color: #E5A993; }
span { border-color: rgb(229,169,147); }
td.TdClassName
{
border-color: #E5A993;
}
.TagClassName
{
border-color: #E5A993;
}
</style>