Shades of Tonys Pink #E2A18B
Tints of Tonys Pink #E2A18B
RGB
CMYK
RGB Variations
Color information
#E2A18B (or 0xE2A18B) is known color: Tonys Pink. HEX triplet: E2, A1 and 8B. RGB value is (226,161,139). Sum of RGB (Red+Green+Blue) = 226+161+139=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A18B is #1D5E74. Grayscale: #B2B2B2. Windows color (decimal): -1924725 or 9150946. OLE color: 9150946.
HSL color Cylindrical-coordinate representation of color #E2A18B: hue angle of 15.17º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2A18B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 139 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.11 |
| HSL | 15.17º | 0.6% | 0.72% | - |
| HSV(B) | 15.17º | 0.38% | 0.89% | - |
| XYZ | 48.77 | 43.52 | 30.26 | - |
| YUV | 177.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 139 | 0 | 0.29 | 0.38 | 0.11 | 15.17 | 0.6 | 0.72 |
| Hex | E2 | A1 | 8B | 0 | 1D | 26 | B | F | 3C | 48 |
| Octal | 342 | 241 | 213 | 0 | 35 | 46 | 13 | 17 | 74 | 110 |
| Binary | 11100010 | 10100001 | 10001011 | 0 | 11101 | 100110 | 1011 | 1111 | 111100 | 1001000 |
Color Harmonies of #E2A18B
Complementary color
Monochromatic Colors of #E2A18B
Black with #E2A18B
Text Example
Text Example
White with #E2A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A18B; }
p { color: rgb(226,161,139); }
H1.HeaderClassName
{
color: #E2A18B;
}
.AnyTagClassName
{
color: #E2A18B;
}
</style>
background-color css
<style>
a { background-color: #E2A18B; }
a { background-color: rgb(226,161,139); }
div.DivClassName
{
background-color: #E2A18B;
}
.BgClassName
{
background-color: #E2A18B;
}
</style>
border-color css
<style>
span { border-color: #E2A18B; }
span { border-color: rgb(226,161,139); }
td.TdClassName
{
border-color: #E2A18B;
}
.TagClassName
{
border-color: #E2A18B;
}
</style>