Shades of Tonys Pink #E7A095
Tints of Tonys Pink #E7A095
RGB
CMYK
RGB Variations
Color information
#E7A095 (or 0xE7A095) is known color: Tonys Pink. HEX triplet: E7, A0 and 95. RGB value is (231,160,149). Sum of RGB (Red+Green+Blue) = 231+160+149=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A095 is #185F6A. Grayscale: #B4B4B4. Windows color (decimal): -1597291 or 9806055. OLE color: 9806055.
HSL color Cylindrical-coordinate representation of color #E7A095: hue angle of 8.05º 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 #E7A095 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 149 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.09 |
| HSL | 8.05º | 0.63% | 0.75% | - |
| HSV(B) | 8.05º | 0.35% | 0.91% | - |
| XYZ | 50.95 | 44.3 | 34.3 | - |
| YUV | 179.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 149 | 0 | 0.31 | 0.35 | 0.09 | 8.05 | 0.63 | 0.75 |
| Hex | E7 | A0 | 95 | 0 | 1F | 23 | 9 | 8 | 3F | 4B |
| Octal | 347 | 240 | 225 | 0 | 37 | 43 | 11 | 10 | 77 | 113 |
| Binary | 11100111 | 10100000 | 10010101 | 0 | 11111 | 100011 | 1001 | 1000 | 111111 | 1001011 |
Color Harmonies of #E7A095
Complementary color
Monochromatic Colors of #E7A095
Black with #E7A095
Text Example
Text Example
White with #E7A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A095; }
p { color: rgb(231,160,149); }
H1.HeaderClassName
{
color: #E7A095;
}
.AnyTagClassName
{
color: #E7A095;
}
</style>
background-color css
<style>
a { background-color: #E7A095; }
a { background-color: rgb(231,160,149); }
div.DivClassName
{
background-color: #E7A095;
}
.BgClassName
{
background-color: #E7A095;
}
</style>
border-color css
<style>
span { border-color: #E7A095; }
span { border-color: rgb(231,160,149); }
td.TdClassName
{
border-color: #E7A095;
}
.TagClassName
{
border-color: #E7A095;
}
</style>