Shades of Tonys Pink #E7A08C
Tints of Tonys Pink #E7A08C
RGB
CMYK
RGB Variations
Color information
#E7A08C (or 0xE7A08C) is known color: Tonys Pink. HEX triplet: E7, A0 and 8C. RGB value is (231,160,140). Sum of RGB (Red+Green+Blue) = 231+160+140=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A08C is #185F73. Grayscale: #B3B3B3. Windows color (decimal): -1597300 or 9216231. OLE color: 9216231.
HSL color Cylindrical-coordinate representation of color #E7A08C: hue angle of 13.19º degrees, saturation: 0.65, 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 #E7A08C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 140 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.09 |
| HSL | 13.19º | 0.65% | 0.73% | - |
| HSV(B) | 13.19º | 0.39% | 0.91% | - |
| XYZ | 50.26 | 44.02 | 30.66 | - |
| YUV | 178.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 140 | 0 | 0.31 | 0.39 | 0.09 | 13.19 | 0.65 | 0.73 |
| Hex | E7 | A0 | 8C | 0 | 1F | 27 | 9 | D | 41 | 49 |
| Octal | 347 | 240 | 214 | 0 | 37 | 47 | 11 | 15 | 101 | 111 |
| Binary | 11100111 | 10100000 | 10001100 | 0 | 11111 | 100111 | 1001 | 1101 | 1000001 | 1001001 |
Color Harmonies of #E7A08C
Complementary color
Monochromatic Colors of #E7A08C
Black with #E7A08C
Text Example
Text Example
White with #E7A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A08C; }
p { color: rgb(231,160,140); }
H1.HeaderClassName
{
color: #E7A08C;
}
.AnyTagClassName
{
color: #E7A08C;
}
</style>
background-color css
<style>
a { background-color: #E7A08C; }
a { background-color: rgb(231,160,140); }
div.DivClassName
{
background-color: #E7A08C;
}
.BgClassName
{
background-color: #E7A08C;
}
</style>
border-color css
<style>
span { border-color: #E7A08C; }
span { border-color: rgb(231,160,140); }
td.TdClassName
{
border-color: #E7A08C;
}
.TagClassName
{
border-color: #E7A08C;
}
</style>