Shades of Tonys Pink #E8A88D
Tints of Tonys Pink #E8A88D
RGB
CMYK
RGB Variations
Color information
#E8A88D (or 0xE8A88D) is known color: Tonys Pink. HEX triplet: E8, A8 and 8D. RGB value is (232,168,141). Sum of RGB (Red+Green+Blue) = 232+168+141=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A88D is #175772. Grayscale: #B8B8B8. Windows color (decimal): -1529715 or 9283816. OLE color: 9283816.
HSL color Cylindrical-coordinate representation of color #E8A88D: hue angle of 17.8º 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 #E8A88D is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 141 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.09 |
| HSL | 17.8º | 0.66% | 0.73% | - |
| HSV(B) | 17.8º | 0.39% | 0.91% | - |
| XYZ | 52.09 | 47.08 | 31.54 | - |
| YUV | 184.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 141 | 0 | 0.28 | 0.39 | 0.09 | 17.8 | 0.66 | 0.73 |
| Hex | E8 | A8 | 8D | 0 | 1C | 27 | 9 | 12 | 42 | 49 |
| Octal | 350 | 250 | 215 | 0 | 34 | 47 | 11 | 22 | 102 | 111 |
| Binary | 11101000 | 10101000 | 10001101 | 0 | 11100 | 100111 | 1001 | 10010 | 1000010 | 1001001 |
Color Harmonies of #E8A88D
Complementary color
Monochromatic Colors of #E8A88D
Black with #E8A88D
Text Example
Text Example
White with #E8A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A88D; }
p { color: rgb(232,168,141); }
H1.HeaderClassName
{
color: #E8A88D;
}
.AnyTagClassName
{
color: #E8A88D;
}
</style>
background-color css
<style>
a { background-color: #E8A88D; }
a { background-color: rgb(232,168,141); }
div.DivClassName
{
background-color: #E8A88D;
}
.BgClassName
{
background-color: #E8A88D;
}
</style>
border-color css
<style>
span { border-color: #E8A88D; }
span { border-color: rgb(232,168,141); }
td.TdClassName
{
border-color: #E8A88D;
}
.TagClassName
{
border-color: #E8A88D;
}
</style>