Shades of Tonys Pink #E8A18E
Tints of Tonys Pink #E8A18E
RGB
CMYK
RGB Variations
Color information
#E8A18E (or 0xE8A18E) is known color: Tonys Pink. HEX triplet: E8, A1 and 8E. RGB value is (232,161,142). Sum of RGB (Red+Green+Blue) = 232+161+142=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A18E is #175E71. Grayscale: #B4B4B4. Windows color (decimal): -1531506 or 9347560. OLE color: 9347560.
HSL color Cylindrical-coordinate representation of color #E8A18E: hue angle of 12.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8A18E is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 142 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.09 |
| HSL | 12.67º | 0.66% | 0.73% | - |
| HSV(B) | 12.67º | 0.39% | 0.91% | - |
| XYZ | 50.91 | 44.6 | 31.52 | - |
| YUV | 180.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 142 | 0 | 0.31 | 0.39 | 0.09 | 12.67 | 0.66 | 0.73 |
| Hex | E8 | A1 | 8E | 0 | 1F | 27 | 9 | D | 42 | 49 |
| Octal | 350 | 241 | 216 | 0 | 37 | 47 | 11 | 15 | 102 | 111 |
| Binary | 11101000 | 10100001 | 10001110 | 0 | 11111 | 100111 | 1001 | 1101 | 1000010 | 1001001 |
Color Harmonies of #E8A18E
Complementary color
Monochromatic Colors of #E8A18E
Black with #E8A18E
Text Example
Text Example
White with #E8A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A18E; }
p { color: rgb(232,161,142); }
H1.HeaderClassName
{
color: #E8A18E;
}
.AnyTagClassName
{
color: #E8A18E;
}
</style>
background-color css
<style>
a { background-color: #E8A18E; }
a { background-color: rgb(232,161,142); }
div.DivClassName
{
background-color: #E8A18E;
}
.BgClassName
{
background-color: #E8A18E;
}
</style>
border-color css
<style>
span { border-color: #E8A18E; }
span { border-color: rgb(232,161,142); }
td.TdClassName
{
border-color: #E8A18E;
}
.TagClassName
{
border-color: #E8A18E;
}
</style>