Shades of Tonys Pink #E0A48E
Tints of Tonys Pink #E0A48E
RGB
CMYK
RGB Variations
Color information
#E0A48E (or 0xE0A48E) is known color: Tonys Pink. HEX triplet: E0, A4 and 8E. RGB value is (224,164,142). Sum of RGB (Red+Green+Blue) = 224+164+142=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A48E is #1F5B71. Grayscale: #B3B3B3. Windows color (decimal): -2055026 or 9348320. OLE color: 9348320.
HSL color Cylindrical-coordinate representation of color #E0A48E: hue angle of 16.1º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0A48E is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 142 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.12 |
| HSL | 16.1º | 0.57% | 0.72% | - |
| HSV(B) | 16.1º | 0.37% | 0.88% | - |
| XYZ | 48.9 | 44.35 | 31.57 | - |
| YUV | 179.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 142 | 0 | 0.27 | 0.37 | 0.12 | 16.1 | 0.57 | 0.72 |
| Hex | E0 | A4 | 8E | 0 | 1B | 25 | C | 10 | 39 | 48 |
| Octal | 340 | 244 | 216 | 0 | 33 | 45 | 14 | 20 | 71 | 110 |
| Binary | 11100000 | 10100100 | 10001110 | 0 | 11011 | 100101 | 1100 | 10000 | 111001 | 1001000 |
Color Harmonies of #E0A48E
Complementary color
Monochromatic Colors of #E0A48E
Black with #E0A48E
Text Example
Text Example
White with #E0A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A48E; }
p { color: rgb(224,164,142); }
H1.HeaderClassName
{
color: #E0A48E;
}
.AnyTagClassName
{
color: #E0A48E;
}
</style>
background-color css
<style>
a { background-color: #E0A48E; }
a { background-color: rgb(224,164,142); }
div.DivClassName
{
background-color: #E0A48E;
}
.BgClassName
{
background-color: #E0A48E;
}
</style>
border-color css
<style>
span { border-color: #E0A48E; }
span { border-color: rgb(224,164,142); }
td.TdClassName
{
border-color: #E0A48E;
}
.TagClassName
{
border-color: #E0A48E;
}
</style>