Shades of Tonys Pink #E5A992
Tints of Tonys Pink #E5A992
RGB
CMYK
RGB Variations
Color information
#E5A992 (or 0xE5A992) is known color: Tonys Pink. HEX triplet: E5, A9 and 92. RGB value is (229,169,146). Sum of RGB (Red+Green+Blue) = 229+169+146=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A992 is #1A566D. Grayscale: #B8B8B8. Windows color (decimal): -1726062 or 9611749. OLE color: 9611749.
HSL color Cylindrical-coordinate representation of color #E5A992: hue angle of 16.63º 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 #E5A992 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 146 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.10 |
| HSL | 16.63º | 0.61% | 0.74% | - |
| HSV(B) | 16.63º | 0.36% | 0.9% | - |
| XYZ | 51.69 | 47.11 | 33.56 | - |
| YUV | 184.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 146 | 0 | 0.26 | 0.36 | 0.10 | 16.63 | 0.61 | 0.74 |
| Hex | E5 | A9 | 92 | 0 | 1A | 24 | A | 11 | 3D | 4A |
| Octal | 345 | 251 | 222 | 0 | 32 | 44 | 12 | 21 | 75 | 112 |
| Binary | 11100101 | 10101001 | 10010010 | 0 | 11010 | 100100 | 1010 | 10001 | 111101 | 1001010 |
Color Harmonies of #E5A992
Complementary color
Monochromatic Colors of #E5A992
Black with #E5A992
Text Example
Text Example
White with #E5A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A992; }
p { color: rgb(229,169,146); }
H1.HeaderClassName
{
color: #E5A992;
}
.AnyTagClassName
{
color: #E5A992;
}
</style>
background-color css
<style>
a { background-color: #E5A992; }
a { background-color: rgb(229,169,146); }
div.DivClassName
{
background-color: #E5A992;
}
.BgClassName
{
background-color: #E5A992;
}
</style>
border-color css
<style>
span { border-color: #E5A992; }
span { border-color: rgb(229,169,146); }
td.TdClassName
{
border-color: #E5A992;
}
.TagClassName
{
border-color: #E5A992;
}
</style>