Shades of Tonys Pink #E1A28C
Tints of Tonys Pink #E1A28C
RGB
CMYK
RGB Variations
Color information
#E1A28C (or 0xE1A28C) is known color: Tonys Pink. HEX triplet: E1, A2 and 8C. RGB value is (225,162,140). Sum of RGB (Red+Green+Blue) = 225+162+140=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A28C is #1E5D73. Grayscale: #B2B2B2. Windows color (decimal): -1990004 or 9216737. OLE color: 9216737.
HSL color Cylindrical-coordinate representation of color #E1A28C: hue angle of 15.53º 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 #E1A28C is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 140 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.12 |
| HSL | 15.53º | 0.59% | 0.72% | - |
| HSV(B) | 15.53º | 0.38% | 0.88% | - |
| XYZ | 48.71 | 43.74 | 30.69 | - |
| YUV | 178.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 140 | 0 | 0.28 | 0.38 | 0.12 | 15.53 | 0.59 | 0.72 |
| Hex | E1 | A2 | 8C | 0 | 1C | 26 | C | 10 | 3B | 48 |
| Octal | 341 | 242 | 214 | 0 | 34 | 46 | 14 | 20 | 73 | 110 |
| Binary | 11100001 | 10100010 | 10001100 | 0 | 11100 | 100110 | 1100 | 10000 | 111011 | 1001000 |
Color Harmonies of #E1A28C
Complementary color
Monochromatic Colors of #E1A28C
Black with #E1A28C
Text Example
Text Example
White with #E1A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A28C; }
p { color: rgb(225,162,140); }
H1.HeaderClassName
{
color: #E1A28C;
}
.AnyTagClassName
{
color: #E1A28C;
}
</style>
background-color css
<style>
a { background-color: #E1A28C; }
a { background-color: rgb(225,162,140); }
div.DivClassName
{
background-color: #E1A28C;
}
.BgClassName
{
background-color: #E1A28C;
}
</style>
border-color css
<style>
span { border-color: #E1A28C; }
span { border-color: rgb(225,162,140); }
td.TdClassName
{
border-color: #E1A28C;
}
.TagClassName
{
border-color: #E1A28C;
}
</style>