Shades of Tonys Pink #E7A088
Tints of Tonys Pink #E7A088
RGB
CMYK
RGB Variations
Color information
#E7A088 (or 0xE7A088) is known color: Tonys Pink. HEX triplet: E7, A0 and 88. RGB value is (231,160,136). Sum of RGB (Red+Green+Blue) = 231+160+136=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A088 is #185F77. Grayscale: #B2B2B2. Windows color (decimal): -1597304 or 8954087. OLE color: 8954087.
HSL color Cylindrical-coordinate representation of color #E7A088: hue angle of 15.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E7A088 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 136 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.09 |
| HSL | 15.16º | 0.66% | 0.72% | - |
| HSV(B) | 15.16º | 0.41% | 0.91% | - |
| XYZ | 49.97 | 43.91 | 29.13 | - |
| YUV | 178.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 136 | 0 | 0.31 | 0.41 | 0.09 | 15.16 | 0.66 | 0.72 |
| Hex | E7 | A0 | 88 | 0 | 1F | 29 | 9 | F | 42 | 48 |
| Octal | 347 | 240 | 210 | 0 | 37 | 51 | 11 | 17 | 102 | 110 |
| Binary | 11100111 | 10100000 | 10001000 | 0 | 11111 | 101001 | 1001 | 1111 | 1000010 | 1001000 |
Color Harmonies of #E7A088
Complementary color
Monochromatic Colors of #E7A088
Black with #E7A088
Text Example
Text Example
White with #E7A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A088; }
p { color: rgb(231,160,136); }
H1.HeaderClassName
{
color: #E7A088;
}
.AnyTagClassName
{
color: #E7A088;
}
</style>
background-color css
<style>
a { background-color: #E7A088; }
a { background-color: rgb(231,160,136); }
div.DivClassName
{
background-color: #E7A088;
}
.BgClassName
{
background-color: #E7A088;
}
</style>
border-color css
<style>
span { border-color: #E7A088; }
span { border-color: rgb(231,160,136); }
td.TdClassName
{
border-color: #E7A088;
}
.TagClassName
{
border-color: #E7A088;
}
</style>