Shades of Tonys Pink #E7A090
Tints of Tonys Pink #E7A090
RGB
CMYK
RGB Variations
Color information
#E7A090 (or 0xE7A090) is known color: Tonys Pink. HEX triplet: E7, A0 and 90. RGB value is (231,160,144). Sum of RGB (Red+Green+Blue) = 231+160+144=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A090 is #185F6F. Grayscale: #B3B3B3. Windows color (decimal): -1597296 or 9478375. OLE color: 9478375.
HSL color Cylindrical-coordinate representation of color #E7A090: hue angle of 11.03º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7A090 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 144 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.09 |
| HSL | 11.03º | 0.64% | 0.74% | - |
| HSV(B) | 11.03º | 0.38% | 0.91% | - |
| XYZ | 50.56 | 44.14 | 32.24 | - |
| YUV | 179.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 144 | 0 | 0.31 | 0.38 | 0.09 | 11.03 | 0.64 | 0.74 |
| Hex | E7 | A0 | 90 | 0 | 1F | 26 | 9 | B | 40 | 4A |
| Octal | 347 | 240 | 220 | 0 | 37 | 46 | 11 | 13 | 100 | 112 |
| Binary | 11100111 | 10100000 | 10010000 | 0 | 11111 | 100110 | 1001 | 1011 | 1000000 | 1001010 |
Color Harmonies of #E7A090
Complementary color
Monochromatic Colors of #E7A090
Black with #E7A090
Text Example
Text Example
White with #E7A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A090; }
p { color: rgb(231,160,144); }
H1.HeaderClassName
{
color: #E7A090;
}
.AnyTagClassName
{
color: #E7A090;
}
</style>
background-color css
<style>
a { background-color: #E7A090; }
a { background-color: rgb(231,160,144); }
div.DivClassName
{
background-color: #E7A090;
}
.BgClassName
{
background-color: #E7A090;
}
</style>
border-color css
<style>
span { border-color: #E7A090; }
span { border-color: rgb(231,160,144); }
td.TdClassName
{
border-color: #E7A090;
}
.TagClassName
{
border-color: #E7A090;
}
</style>