Shades of Tonys Pink #E7A990
Tints of Tonys Pink #E7A990
RGB
CMYK
RGB Variations
Color information
#E7A990 (or 0xE7A990) is known color: Tonys Pink. HEX triplet: E7, A9 and 90. RGB value is (231,169,144). Sum of RGB (Red+Green+Blue) = 231+169+144=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A990 is #18566F. Grayscale: #B8B8B8. Windows color (decimal): -1594992 or 9480679. OLE color: 9480679.
HSL color Cylindrical-coordinate representation of color #E7A990: hue angle of 17.24º 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 #E7A990 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 144 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.09 |
| HSL | 17.24º | 0.64% | 0.74% | - |
| HSV(B) | 17.24º | 0.38% | 0.91% | - |
| XYZ | 52.18 | 47.38 | 32.78 | - |
| YUV | 184.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 144 | 0 | 0.27 | 0.38 | 0.09 | 17.24 | 0.64 | 0.74 |
| Hex | E7 | A9 | 90 | 0 | 1B | 26 | 9 | 11 | 40 | 4A |
| Octal | 347 | 251 | 220 | 0 | 33 | 46 | 11 | 21 | 100 | 112 |
| Binary | 11100111 | 10101001 | 10010000 | 0 | 11011 | 100110 | 1001 | 10001 | 1000000 | 1001010 |
Color Harmonies of #E7A990
Complementary color
Monochromatic Colors of #E7A990
Black with #E7A990
Text Example
Text Example
White with #E7A990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A990; }
p { color: rgb(231,169,144); }
H1.HeaderClassName
{
color: #E7A990;
}
.AnyTagClassName
{
color: #E7A990;
}
</style>
background-color css
<style>
a { background-color: #E7A990; }
a { background-color: rgb(231,169,144); }
div.DivClassName
{
background-color: #E7A990;
}
.BgClassName
{
background-color: #E7A990;
}
</style>
border-color css
<style>
span { border-color: #E7A990; }
span { border-color: rgb(231,169,144); }
td.TdClassName
{
border-color: #E7A990;
}
.TagClassName
{
border-color: #E7A990;
}
</style>