Shades of Tonys Pink #E0A48A
Tints of Tonys Pink #E0A48A
RGB
CMYK
RGB Variations
Color information
#E0A48A (or 0xE0A48A) is known color: Tonys Pink. HEX triplet: E0, A4 and 8A. RGB value is (224,164,138). Sum of RGB (Red+Green+Blue) = 224+164+138=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A48A is #1F5B75. Grayscale: #B3B3B3. Windows color (decimal): -2055030 or 9086176. OLE color: 9086176.
HSL color Cylindrical-coordinate representation of color #E0A48A: hue angle of 18.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0A48A is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 138 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.12 |
| HSL | 18.14º | 0.58% | 0.71% | - |
| HSV(B) | 18.14º | 0.38% | 0.88% | - |
| XYZ | 48.6 | 44.23 | 30.02 | - |
| YUV | 178.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 138 | 0 | 0.27 | 0.38 | 0.12 | 18.14 | 0.58 | 0.71 |
| Hex | E0 | A4 | 8A | 0 | 1B | 26 | C | 12 | 3A | 47 |
| Octal | 340 | 244 | 212 | 0 | 33 | 46 | 14 | 22 | 72 | 107 |
| Binary | 11100000 | 10100100 | 10001010 | 0 | 11011 | 100110 | 1100 | 10010 | 111010 | 1000111 |
Color Harmonies of #E0A48A
Complementary color
Monochromatic Colors of #E0A48A
Black with #E0A48A
Text Example
Text Example
White with #E0A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A48A; }
p { color: rgb(224,164,138); }
H1.HeaderClassName
{
color: #E0A48A;
}
.AnyTagClassName
{
color: #E0A48A;
}
</style>
background-color css
<style>
a { background-color: #E0A48A; }
a { background-color: rgb(224,164,138); }
div.DivClassName
{
background-color: #E0A48A;
}
.BgClassName
{
background-color: #E0A48A;
}
</style>
border-color css
<style>
span { border-color: #E0A48A; }
span { border-color: rgb(224,164,138); }
td.TdClassName
{
border-color: #E0A48A;
}
.TagClassName
{
border-color: #E0A48A;
}
</style>