Shades of Tonys Pink #E7A190
Tints of Tonys Pink #E7A190
RGB
CMYK
RGB Variations
Color information
#E7A190 (or 0xE7A190) is known color: Tonys Pink. HEX triplet: E7, A1 and 90. RGB value is (231,161,144). Sum of RGB (Red+Green+Blue) = 231+161+144=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A190 is #185E6F. Grayscale: #B4B4B4. Windows color (decimal): -1597040 or 9478631. OLE color: 9478631.
HSL color Cylindrical-coordinate representation of color #E7A190: hue angle of 11.72º 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 #E7A190 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 144 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.09 |
| HSL | 11.72º | 0.64% | 0.74% | - |
| HSV(B) | 11.72º | 0.38% | 0.91% | - |
| XYZ | 50.73 | 44.49 | 32.3 | - |
| YUV | 179.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 144 | 0 | 0.30 | 0.38 | 0.09 | 11.72 | 0.64 | 0.74 |
| Hex | E7 | A1 | 90 | 0 | 1E | 26 | 9 | C | 40 | 4A |
| Octal | 347 | 241 | 220 | 0 | 36 | 46 | 11 | 14 | 100 | 112 |
| Binary | 11100111 | 10100001 | 10010000 | 0 | 11110 | 100110 | 1001 | 1100 | 1000000 | 1001010 |
Color Harmonies of #E7A190
Complementary color
Monochromatic Colors of #E7A190
Black with #E7A190
Text Example
Text Example
White with #E7A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A190; }
p { color: rgb(231,161,144); }
H1.HeaderClassName
{
color: #E7A190;
}
.AnyTagClassName
{
color: #E7A190;
}
</style>
background-color css
<style>
a { background-color: #E7A190; }
a { background-color: rgb(231,161,144); }
div.DivClassName
{
background-color: #E7A190;
}
.BgClassName
{
background-color: #E7A190;
}
</style>
border-color css
<style>
span { border-color: #E7A190; }
span { border-color: rgb(231,161,144); }
td.TdClassName
{
border-color: #E7A190;
}
.TagClassName
{
border-color: #E7A190;
}
</style>