Shades of Tonys Pink #E7A081
Tints of Tonys Pink #E7A081
RGB
CMYK
RGB Variations
Color information
#E7A081 (or 0xE7A081) is known color: Tonys Pink. HEX triplet: E7, A0 and 81. RGB value is (231,160,129). Sum of RGB (Red+Green+Blue) = 231+160+129=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A081 is #185F7E. Grayscale: #B1B1B1. Windows color (decimal): -1597311 or 8495335. OLE color: 8495335.
HSL color Cylindrical-coordinate representation of color #E7A081: hue angle of 18.24º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7A081 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 129 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.09 |
| HSL | 18.24º | 0.68% | 0.71% | - |
| HSV(B) | 18.24º | 0.44% | 0.91% | - |
| XYZ | 49.49 | 43.72 | 26.6 | - |
| YUV | 177.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 129 | 0 | 0.31 | 0.44 | 0.09 | 18.24 | 0.68 | 0.71 |
| Hex | E7 | A0 | 81 | 0 | 1F | 2C | 9 | 12 | 44 | 47 |
| Octal | 347 | 240 | 201 | 0 | 37 | 54 | 11 | 22 | 104 | 107 |
| Binary | 11100111 | 10100000 | 10000001 | 0 | 11111 | 101100 | 1001 | 10010 | 1000100 | 1000111 |
Color Harmonies of #E7A081
Complementary color
Monochromatic Colors of #E7A081
Black with #E7A081
Text Example
Text Example
White with #E7A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A081; }
p { color: rgb(231,160,129); }
H1.HeaderClassName
{
color: #E7A081;
}
.AnyTagClassName
{
color: #E7A081;
}
</style>
background-color css
<style>
a { background-color: #E7A081; }
a { background-color: rgb(231,160,129); }
div.DivClassName
{
background-color: #E7A081;
}
.BgClassName
{
background-color: #E7A081;
}
</style>
border-color css
<style>
span { border-color: #E7A081; }
span { border-color: rgb(231,160,129); }
td.TdClassName
{
border-color: #E7A081;
}
.TagClassName
{
border-color: #E7A081;
}
</style>