Shades of Tonys Pink #E79A85
Tints of Tonys Pink #E79A85
RGB
CMYK
RGB Variations
Color information
#E79A85 (or 0xE79A85) is known color: Tonys Pink. HEX triplet: E7, 9A and 85. RGB value is (231,154,133). Sum of RGB (Red+Green+Blue) = 231+154+133=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79A85 is #18657A. Grayscale: #AEAEAE. Windows color (decimal): -1598843 or 8755943. OLE color: 8755943.
HSL color Cylindrical-coordinate representation of color #E79A85: hue angle of 12.86º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E79A85 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 133 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.09 |
| HSL | 12.86º | 0.67% | 0.71% | - |
| HSV(B) | 12.86º | 0.42% | 0.91% | - |
| XYZ | 48.74 | 41.79 | 27.69 | - |
| YUV | 174.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 133 | 0 | 0.33 | 0.42 | 0.09 | 12.86 | 0.67 | 0.71 |
| Hex | E7 | 9A | 85 | 0 | 21 | 2A | 9 | D | 43 | 47 |
| Octal | 347 | 232 | 205 | 0 | 41 | 52 | 11 | 15 | 103 | 107 |
| Binary | 11100111 | 10011010 | 10000101 | 0 | 100001 | 101010 | 1001 | 1101 | 1000011 | 1000111 |
Color Harmonies of #E79A85
Complementary color
Monochromatic Colors of #E79A85
Black with #E79A85
Text Example
Text Example
White with #E79A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A85; }
p { color: rgb(231,154,133); }
H1.HeaderClassName
{
color: #E79A85;
}
.AnyTagClassName
{
color: #E79A85;
}
</style>
background-color css
<style>
a { background-color: #E79A85; }
a { background-color: rgb(231,154,133); }
div.DivClassName
{
background-color: #E79A85;
}
.BgClassName
{
background-color: #E79A85;
}
</style>
border-color css
<style>
span { border-color: #E79A85; }
span { border-color: rgb(231,154,133); }
td.TdClassName
{
border-color: #E79A85;
}
.TagClassName
{
border-color: #E79A85;
}
</style>