Shades of Tonys Pink #E79C85
Tints of Tonys Pink #E79C85
RGB
CMYK
RGB Variations
Color information
#E79C85 (or 0xE79C85) is known color: Tonys Pink. HEX triplet: E7, 9C and 85. RGB value is (231,156,133). Sum of RGB (Red+Green+Blue) = 231+156+133=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79C85 is #18637A. Grayscale: #AFAFAF. Windows color (decimal): -1598331 or 8756455. OLE color: 8756455.
HSL color Cylindrical-coordinate representation of color #E79C85: hue angle of 14.08º 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 #E79C85 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 133 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.09 |
| HSL | 14.08º | 0.67% | 0.71% | - |
| HSV(B) | 14.08º | 0.42% | 0.91% | - |
| XYZ | 49.08 | 42.46 | 27.8 | - |
| YUV | 175.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 133 | 0 | 0.32 | 0.42 | 0.09 | 14.08 | 0.67 | 0.71 |
| Hex | E7 | 9C | 85 | 0 | 20 | 2A | 9 | E | 43 | 47 |
| Octal | 347 | 234 | 205 | 0 | 40 | 52 | 11 | 16 | 103 | 107 |
| Binary | 11100111 | 10011100 | 10000101 | 0 | 100000 | 101010 | 1001 | 1110 | 1000011 | 1000111 |
Color Harmonies of #E79C85
Complementary color
Monochromatic Colors of #E79C85
Black with #E79C85
Text Example
Text Example
White with #E79C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C85; }
p { color: rgb(231,156,133); }
H1.HeaderClassName
{
color: #E79C85;
}
.AnyTagClassName
{
color: #E79C85;
}
</style>
background-color css
<style>
a { background-color: #E79C85; }
a { background-color: rgb(231,156,133); }
div.DivClassName
{
background-color: #E79C85;
}
.BgClassName
{
background-color: #E79C85;
}
</style>
border-color css
<style>
span { border-color: #E79C85; }
span { border-color: rgb(231,156,133); }
td.TdClassName
{
border-color: #E79C85;
}
.TagClassName
{
border-color: #E79C85;
}
</style>