Shades of Tonys Pink #E7A084
Tints of Tonys Pink #E7A084
RGB
CMYK
RGB Variations
Color information
#E7A084 (or 0xE7A084) is known color: Tonys Pink. HEX triplet: E7, A0 and 84. RGB value is (231,160,132). Sum of RGB (Red+Green+Blue) = 231+160+132=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A084 is #185F7B. Grayscale: #B2B2B2. Windows color (decimal): -1597308 or 8691943. OLE color: 8691943.
HSL color Cylindrical-coordinate representation of color #E7A084: hue angle of 16.97º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E7A084 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 132 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.09 |
| HSL | 16.97º | 0.67% | 0.71% | - |
| HSV(B) | 16.97º | 0.43% | 0.91% | - |
| XYZ | 49.69 | 43.8 | 27.66 | - |
| YUV | 178.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 132 | 0 | 0.31 | 0.43 | 0.09 | 16.97 | 0.67 | 0.71 |
| Hex | E7 | A0 | 84 | 0 | 1F | 2B | 9 | 11 | 43 | 47 |
| Octal | 347 | 240 | 204 | 0 | 37 | 53 | 11 | 21 | 103 | 107 |
| Binary | 11100111 | 10100000 | 10000100 | 0 | 11111 | 101011 | 1001 | 10001 | 1000011 | 1000111 |
Color Harmonies of #E7A084
Complementary color
Monochromatic Colors of #E7A084
Black with #E7A084
Text Example
Text Example
White with #E7A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A084; }
p { color: rgb(231,160,132); }
H1.HeaderClassName
{
color: #E7A084;
}
.AnyTagClassName
{
color: #E7A084;
}
</style>
background-color css
<style>
a { background-color: #E7A084; }
a { background-color: rgb(231,160,132); }
div.DivClassName
{
background-color: #E7A084;
}
.BgClassName
{
background-color: #E7A084;
}
</style>
border-color css
<style>
span { border-color: #E7A084; }
span { border-color: rgb(231,160,132); }
td.TdClassName
{
border-color: #E7A084;
}
.TagClassName
{
border-color: #E7A084;
}
</style>