Shades of Tonys Pink #E4A28E
Tints of Tonys Pink #E4A28E
RGB
CMYK
RGB Variations
Color information
#E4A28E (or 0xE4A28E) is known color: Tonys Pink. HEX triplet: E4, A2 and 8E. RGB value is (228,162,142). Sum of RGB (Red+Green+Blue) = 228+162+142=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A28E is #1B5D71. Grayscale: #B3B3B3. Windows color (decimal): -1793394 or 9347812. OLE color: 9347812.
HSL color Cylindrical-coordinate representation of color #E4A28E: hue angle of 13.95º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4A28E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 162 | 142 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.11 |
| HSL | 13.95º | 0.61% | 0.73% | - |
| HSV(B) | 13.95º | 0.38% | 0.89% | - |
| XYZ | 49.8 | 44.29 | 31.51 | - |
| YUV | 179.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 162 | 142 | 0 | 0.29 | 0.38 | 0.11 | 13.95 | 0.61 | 0.73 |
| Hex | E4 | A2 | 8E | 0 | 1D | 26 | B | E | 3D | 49 |
| Octal | 344 | 242 | 216 | 0 | 35 | 46 | 13 | 16 | 75 | 111 |
| Binary | 11100100 | 10100010 | 10001110 | 0 | 11101 | 100110 | 1011 | 1110 | 111101 | 1001001 |
Color Harmonies of #E4A28E
Complementary color
Monochromatic Colors of #E4A28E
Black with #E4A28E
Text Example
Text Example
White with #E4A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A28E; }
p { color: rgb(228,162,142); }
H1.HeaderClassName
{
color: #E4A28E;
}
.AnyTagClassName
{
color: #E4A28E;
}
</style>
background-color css
<style>
a { background-color: #E4A28E; }
a { background-color: rgb(228,162,142); }
div.DivClassName
{
background-color: #E4A28E;
}
.BgClassName
{
background-color: #E4A28E;
}
</style>
border-color css
<style>
span { border-color: #E4A28E; }
span { border-color: rgb(228,162,142); }
td.TdClassName
{
border-color: #E4A28E;
}
.TagClassName
{
border-color: #E4A28E;
}
</style>