Shades of Tonys Pink #E7A091
Tints of Tonys Pink #E7A091
RGB
CMYK
RGB Variations
Color information
#E7A091 (or 0xE7A091) is known color: Tonys Pink. HEX triplet: E7, A0 and 91. RGB value is (231,160,145). Sum of RGB (Red+Green+Blue) = 231+160+145=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A091 is #185F6E. Grayscale: #B3B3B3. Windows color (decimal): -1597295 or 9543911. OLE color: 9543911.
HSL color Cylindrical-coordinate representation of color #E7A091: hue angle of 10.47º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7A091 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 145 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.09 |
| HSL | 10.47º | 0.64% | 0.74% | - |
| HSV(B) | 10.47º | 0.37% | 0.91% | - |
| XYZ | 50.64 | 44.17 | 32.65 | - |
| YUV | 179.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 145 | 0 | 0.31 | 0.37 | 0.09 | 10.47 | 0.64 | 0.74 |
| Hex | E7 | A0 | 91 | 0 | 1F | 25 | 9 | A | 40 | 4A |
| Octal | 347 | 240 | 221 | 0 | 37 | 45 | 11 | 12 | 100 | 112 |
| Binary | 11100111 | 10100000 | 10010001 | 0 | 11111 | 100101 | 1001 | 1010 | 1000000 | 1001010 |
Color Harmonies of #E7A091
Complementary color
Monochromatic Colors of #E7A091
Black with #E7A091
Text Example
Text Example
White with #E7A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A091; }
p { color: rgb(231,160,145); }
H1.HeaderClassName
{
color: #E7A091;
}
.AnyTagClassName
{
color: #E7A091;
}
</style>
background-color css
<style>
a { background-color: #E7A091; }
a { background-color: rgb(231,160,145); }
div.DivClassName
{
background-color: #E7A091;
}
.BgClassName
{
background-color: #E7A091;
}
</style>
border-color css
<style>
span { border-color: #E7A091; }
span { border-color: rgb(231,160,145); }
td.TdClassName
{
border-color: #E7A091;
}
.TagClassName
{
border-color: #E7A091;
}
</style>