Shades of Tonys Pink #E0A28D
Tints of Tonys Pink #E0A28D
RGB
CMYK
RGB Variations
Color information
#E0A28D (or 0xE0A28D) is known color: Tonys Pink. HEX triplet: E0, A2 and 8D. RGB value is (224,162,141). Sum of RGB (Red+Green+Blue) = 224+162+141=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A28D is #1F5D72. Grayscale: #B2B2B2. Windows color (decimal): -2055539 or 9282272. OLE color: 9282272.
HSL color Cylindrical-coordinate representation of color #E0A28D: hue angle of 15.18º 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 #E0A28D is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 141 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.12 |
| HSL | 15.18º | 0.57% | 0.72% | - |
| HSV(B) | 15.18º | 0.37% | 0.88% | - |
| XYZ | 48.47 | 43.61 | 31.06 | - |
| YUV | 178.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 141 | 0 | 0.28 | 0.37 | 0.12 | 15.18 | 0.57 | 0.72 |
| Hex | E0 | A2 | 8D | 0 | 1C | 25 | C | F | 39 | 48 |
| Octal | 340 | 242 | 215 | 0 | 34 | 45 | 14 | 17 | 71 | 110 |
| Binary | 11100000 | 10100010 | 10001101 | 0 | 11100 | 100101 | 1100 | 1111 | 111001 | 1001000 |
Color Harmonies of #E0A28D
Complementary color
Monochromatic Colors of #E0A28D
Black with #E0A28D
Text Example
Text Example
White with #E0A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A28D; }
p { color: rgb(224,162,141); }
H1.HeaderClassName
{
color: #E0A28D;
}
.AnyTagClassName
{
color: #E0A28D;
}
</style>
background-color css
<style>
a { background-color: #E0A28D; }
a { background-color: rgb(224,162,141); }
div.DivClassName
{
background-color: #E0A28D;
}
.BgClassName
{
background-color: #E0A28D;
}
</style>
border-color css
<style>
span { border-color: #E0A28D; }
span { border-color: rgb(224,162,141); }
td.TdClassName
{
border-color: #E0A28D;
}
.TagClassName
{
border-color: #E0A28D;
}
</style>