Shades of Tonys Pink #E2A28E
Tints of Tonys Pink #E2A28E
RGB
CMYK
RGB Variations
Color information
#E2A28E (or 0xE2A28E) is known color: Tonys Pink. HEX triplet: E2, A2 and 8E. RGB value is (226,162,142). Sum of RGB (Red+Green+Blue) = 226+162+142=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A28E is #1D5D71. Grayscale: #B3B3B3. Windows color (decimal): -1924466 or 9347810. OLE color: 9347810.
HSL color Cylindrical-coordinate representation of color #E2A28E: hue angle of 14.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2A28E is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 142 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.11 |
| HSL | 14.29º | 0.59% | 0.72% | - |
| HSV(B) | 14.29º | 0.37% | 0.89% | - |
| XYZ | 49.17 | 43.96 | 31.49 | - |
| YUV | 178.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 142 | 0 | 0.28 | 0.37 | 0.11 | 14.29 | 0.59 | 0.72 |
| Hex | E2 | A2 | 8E | 0 | 1C | 25 | B | E | 3B | 48 |
| Octal | 342 | 242 | 216 | 0 | 34 | 45 | 13 | 16 | 73 | 110 |
| Binary | 11100010 | 10100010 | 10001110 | 0 | 11100 | 100101 | 1011 | 1110 | 111011 | 1001000 |
Color Harmonies of #E2A28E
Complementary color
Monochromatic Colors of #E2A28E
Black with #E2A28E
Text Example
Text Example
White with #E2A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A28E; }
p { color: rgb(226,162,142); }
H1.HeaderClassName
{
color: #E2A28E;
}
.AnyTagClassName
{
color: #E2A28E;
}
</style>
background-color css
<style>
a { background-color: #E2A28E; }
a { background-color: rgb(226,162,142); }
div.DivClassName
{
background-color: #E2A28E;
}
.BgClassName
{
background-color: #E2A28E;
}
</style>
border-color css
<style>
span { border-color: #E2A28E; }
span { border-color: rgb(226,162,142); }
td.TdClassName
{
border-color: #E2A28E;
}
.TagClassName
{
border-color: #E2A28E;
}
</style>