Shades of Tonys Pink #E7A196
Tints of Tonys Pink #E7A196
RGB
CMYK
RGB Variations
Color information
#E7A196 (or 0xE7A196) is known color: Tonys Pink. HEX triplet: E7, A1 and 96. RGB value is (231,161,150). Sum of RGB (Red+Green+Blue) = 231+161+150=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A196 is #185E69. Grayscale: #B4B4B4. Windows color (decimal): -1597034 or 9871847. OLE color: 9871847.
HSL color Cylindrical-coordinate representation of color #E7A196: hue angle of 8.15º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7A196 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 150 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.09 |
| HSL | 8.15º | 0.63% | 0.75% | - |
| HSV(B) | 8.15º | 0.35% | 0.91% | - |
| XYZ | 51.2 | 44.68 | 34.78 | - |
| YUV | 180.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 150 | 0 | 0.30 | 0.35 | 0.09 | 8.15 | 0.63 | 0.75 |
| Hex | E7 | A1 | 96 | 0 | 1E | 23 | 9 | 8 | 3F | 4B |
| Octal | 347 | 241 | 226 | 0 | 36 | 43 | 11 | 10 | 77 | 113 |
| Binary | 11100111 | 10100001 | 10010110 | 0 | 11110 | 100011 | 1001 | 1000 | 111111 | 1001011 |
Color Harmonies of #E7A196
Complementary color
Monochromatic Colors of #E7A196
Black with #E7A196
Text Example
Text Example
White with #E7A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A196; }
p { color: rgb(231,161,150); }
H1.HeaderClassName
{
color: #E7A196;
}
.AnyTagClassName
{
color: #E7A196;
}
</style>
background-color css
<style>
a { background-color: #E7A196; }
a { background-color: rgb(231,161,150); }
div.DivClassName
{
background-color: #E7A196;
}
.BgClassName
{
background-color: #E7A196;
}
</style>
border-color css
<style>
span { border-color: #E7A196; }
span { border-color: rgb(231,161,150); }
td.TdClassName
{
border-color: #E7A196;
}
.TagClassName
{
border-color: #E7A196;
}
</style>