Shades of Tonys Pink #E4A082
Tints of Tonys Pink #E4A082
RGB
CMYK
RGB Variations
Color information
#E4A082 (or 0xE4A082) is known color: Tonys Pink. HEX triplet: E4, A0 and 82. RGB value is (228,160,130). Sum of RGB (Red+Green+Blue) = 228+160+130=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A082 is #1B5F7D. Grayscale: #B1B1B1. Windows color (decimal): -1793918 or 8560868. OLE color: 8560868.
HSL color Cylindrical-coordinate representation of color #E4A082: hue angle of 18.37º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E4A082 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 130 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.11 |
| HSL | 18.37º | 0.64% | 0.7% | - |
| HSV(B) | 18.37º | 0.43% | 0.89% | - |
| XYZ | 48.59 | 43.25 | 26.91 | - |
| YUV | 176.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 130 | 0 | 0.30 | 0.43 | 0.11 | 18.37 | 0.64 | 0.7 |
| Hex | E4 | A0 | 82 | 0 | 1E | 2B | B | 12 | 40 | 46 |
| Octal | 344 | 240 | 202 | 0 | 36 | 53 | 13 | 22 | 100 | 106 |
| Binary | 11100100 | 10100000 | 10000010 | 0 | 11110 | 101011 | 1011 | 10010 | 1000000 | 1000110 |
Color Harmonies of #E4A082
Complementary color
Monochromatic Colors of #E4A082
Black with #E4A082
Text Example
Text Example
White with #E4A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A082; }
p { color: rgb(228,160,130); }
H1.HeaderClassName
{
color: #E4A082;
}
.AnyTagClassName
{
color: #E4A082;
}
</style>
background-color css
<style>
a { background-color: #E4A082; }
a { background-color: rgb(228,160,130); }
div.DivClassName
{
background-color: #E4A082;
}
.BgClassName
{
background-color: #E4A082;
}
</style>
border-color css
<style>
span { border-color: #E4A082; }
span { border-color: rgb(228,160,130); }
td.TdClassName
{
border-color: #E4A082;
}
.TagClassName
{
border-color: #E4A082;
}
</style>