Shades of Tonys Pink #E79A90
Tints of Tonys Pink #E79A90
RGB
CMYK
RGB Variations
Color information
#E79A90 (or 0xE79A90) is known color: Tonys Pink. HEX triplet: E7, 9A and 90. RGB value is (231,154,144). Sum of RGB (Red+Green+Blue) = 231+154+144=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79A90 is #18656F. Grayscale: #B0B0B0. Windows color (decimal): -1598832 or 9476839. OLE color: 9476839.
HSL color Cylindrical-coordinate representation of color #E79A90: hue angle of 6.9º 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 #E79A90 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 144 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.09 |
| HSL | 6.9º | 0.64% | 0.74% | - |
| HSV(B) | 6.9º | 0.38% | 0.91% | - |
| XYZ | 49.54 | 42.11 | 31.9 | - |
| YUV | 175.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 144 | 0 | 0.33 | 0.38 | 0.09 | 6.9 | 0.64 | 0.74 |
| Hex | E7 | 9A | 90 | 0 | 21 | 26 | 9 | 7 | 40 | 4A |
| Octal | 347 | 232 | 220 | 0 | 41 | 46 | 11 | 7 | 100 | 112 |
| Binary | 11100111 | 10011010 | 10010000 | 0 | 100001 | 100110 | 1001 | 111 | 1000000 | 1001010 |
Color Harmonies of #E79A90
Complementary color
Monochromatic Colors of #E79A90
Black with #E79A90
Text Example
Text Example
White with #E79A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A90; }
p { color: rgb(231,154,144); }
H1.HeaderClassName
{
color: #E79A90;
}
.AnyTagClassName
{
color: #E79A90;
}
</style>
background-color css
<style>
a { background-color: #E79A90; }
a { background-color: rgb(231,154,144); }
div.DivClassName
{
background-color: #E79A90;
}
.BgClassName
{
background-color: #E79A90;
}
</style>
border-color css
<style>
span { border-color: #E79A90; }
span { border-color: rgb(231,154,144); }
td.TdClassName
{
border-color: #E79A90;
}
.TagClassName
{
border-color: #E79A90;
}
</style>