Shades of Tonys Pink #E1A58D
Tints of Tonys Pink #E1A58D
RGB
CMYK
RGB Variations
Color information
#E1A58D (or 0xE1A58D) is known color: Tonys Pink. HEX triplet: E1, A5 and 8D. RGB value is (225,165,141). Sum of RGB (Red+Green+Blue) = 225+165+141=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A58D is #1E5A72. Grayscale: #B4B4B4. Windows color (decimal): -1989235 or 9283041. OLE color: 9283041.
HSL color Cylindrical-coordinate representation of color #E1A58D: hue angle of 17.14º degrees, saturation: 0.58, 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 #E1A58D is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 141 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.12 |
| HSL | 17.14º | 0.58% | 0.72% | - |
| HSV(B) | 17.14º | 0.37% | 0.88% | - |
| XYZ | 49.31 | 44.84 | 31.26 | - |
| YUV | 180.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 141 | 0 | 0.27 | 0.37 | 0.12 | 17.14 | 0.58 | 0.72 |
| Hex | E1 | A5 | 8D | 0 | 1B | 25 | C | 11 | 3A | 48 |
| Octal | 341 | 245 | 215 | 0 | 33 | 45 | 14 | 21 | 72 | 110 |
| Binary | 11100001 | 10100101 | 10001101 | 0 | 11011 | 100101 | 1100 | 10001 | 111010 | 1001000 |
Color Harmonies of #E1A58D
Complementary color
Monochromatic Colors of #E1A58D
Black with #E1A58D
Text Example
Text Example
White with #E1A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A58D; }
p { color: rgb(225,165,141); }
H1.HeaderClassName
{
color: #E1A58D;
}
.AnyTagClassName
{
color: #E1A58D;
}
</style>
background-color css
<style>
a { background-color: #E1A58D; }
a { background-color: rgb(225,165,141); }
div.DivClassName
{
background-color: #E1A58D;
}
.BgClassName
{
background-color: #E1A58D;
}
</style>
border-color css
<style>
span { border-color: #E1A58D; }
span { border-color: rgb(225,165,141); }
td.TdClassName
{
border-color: #E1A58D;
}
.TagClassName
{
border-color: #E1A58D;
}
</style>