Shades of Tonys Pink #E1A28B
Tints of Tonys Pink #E1A28B
RGB
CMYK
RGB Variations
Color information
#E1A28B (or 0xE1A28B) is known color: Tonys Pink. HEX triplet: E1, A2 and 8B. RGB value is (225,162,139). Sum of RGB (Red+Green+Blue) = 225+162+139=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A28B is #1E5D74. Grayscale: #B2B2B2. Windows color (decimal): -1990005 or 9151201. OLE color: 9151201.
HSL color Cylindrical-coordinate representation of color #E1A28B: hue angle of 16.05º degrees, saturation: 0.59, 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 #E1A28B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 139 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.12 |
| HSL | 16.05º | 0.59% | 0.71% | - |
| HSV(B) | 16.05º | 0.38% | 0.88% | - |
| XYZ | 48.63 | 43.71 | 30.3 | - |
| YUV | 178.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 139 | 0 | 0.28 | 0.38 | 0.12 | 16.05 | 0.59 | 0.71 |
| Hex | E1 | A2 | 8B | 0 | 1C | 26 | C | 10 | 3B | 47 |
| Octal | 341 | 242 | 213 | 0 | 34 | 46 | 14 | 20 | 73 | 107 |
| Binary | 11100001 | 10100010 | 10001011 | 0 | 11100 | 100110 | 1100 | 10000 | 111011 | 1000111 |
Color Harmonies of #E1A28B
Complementary color
Monochromatic Colors of #E1A28B
Black with #E1A28B
Text Example
Text Example
White with #E1A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A28B; }
p { color: rgb(225,162,139); }
H1.HeaderClassName
{
color: #E1A28B;
}
.AnyTagClassName
{
color: #E1A28B;
}
</style>
background-color css
<style>
a { background-color: #E1A28B; }
a { background-color: rgb(225,162,139); }
div.DivClassName
{
background-color: #E1A28B;
}
.BgClassName
{
background-color: #E1A28B;
}
</style>
border-color css
<style>
span { border-color: #E1A28B; }
span { border-color: rgb(225,162,139); }
td.TdClassName
{
border-color: #E1A28B;
}
.TagClassName
{
border-color: #E1A28B;
}
</style>