Shades of Tonys Pink #E1A48C
Tints of Tonys Pink #E1A48C
RGB
CMYK
RGB Variations
Color information
#E1A48C (or 0xE1A48C) is known color: Tonys Pink. HEX triplet: E1, A4 and 8C. RGB value is (225,164,140). Sum of RGB (Red+Green+Blue) = 225+164+140=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A48C is #1E5B73. Grayscale: #B3B3B3. Windows color (decimal): -1989492 or 9217249. OLE color: 9217249.
HSL color Cylindrical-coordinate representation of color #E1A48C: hue angle of 16.94º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1A48C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 140 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.12 |
| HSL | 16.94º | 0.59% | 0.72% | - |
| HSV(B) | 16.94º | 0.38% | 0.88% | - |
| XYZ | 49.06 | 44.45 | 30.81 | - |
| YUV | 179.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 140 | 0 | 0.27 | 0.38 | 0.12 | 16.94 | 0.59 | 0.72 |
| Hex | E1 | A4 | 8C | 0 | 1B | 26 | C | 11 | 3B | 48 |
| Octal | 341 | 244 | 214 | 0 | 33 | 46 | 14 | 21 | 73 | 110 |
| Binary | 11100001 | 10100100 | 10001100 | 0 | 11011 | 100110 | 1100 | 10001 | 111011 | 1001000 |
Color Harmonies of #E1A48C
Complementary color
Monochromatic Colors of #E1A48C
Black with #E1A48C
Text Example
Text Example
White with #E1A48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A48C; }
p { color: rgb(225,164,140); }
H1.HeaderClassName
{
color: #E1A48C;
}
.AnyTagClassName
{
color: #E1A48C;
}
</style>
background-color css
<style>
a { background-color: #E1A48C; }
a { background-color: rgb(225,164,140); }
div.DivClassName
{
background-color: #E1A48C;
}
.BgClassName
{
background-color: #E1A48C;
}
</style>
border-color css
<style>
span { border-color: #E1A48C; }
span { border-color: rgb(225,164,140); }
td.TdClassName
{
border-color: #E1A48C;
}
.TagClassName
{
border-color: #E1A48C;
}
</style>