Shades of Tonys Pink #E79C8A
Tints of Tonys Pink #E79C8A
RGB
CMYK
RGB Variations
Color information
#E79C8A (or 0xE79C8A) is known color: Tonys Pink. HEX triplet: E7, 9C and 8A. RGB value is (231,156,138). Sum of RGB (Red+Green+Blue) = 231+156+138=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79C8A is #186375. Grayscale: #B0B0B0. Windows color (decimal): -1598326 or 9084135. OLE color: 9084135.
HSL color Cylindrical-coordinate representation of color #E79C8A: hue angle of 11.61º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E79C8A is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 138 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.09 |
| HSL | 11.61º | 0.66% | 0.72% | - |
| HSV(B) | 11.61º | 0.4% | 0.91% | - |
| XYZ | 49.43 | 42.6 | 29.66 | - |
| YUV | 176.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 138 | 0 | 0.32 | 0.40 | 0.09 | 11.61 | 0.66 | 0.72 |
| Hex | E7 | 9C | 8A | 0 | 20 | 28 | 9 | C | 42 | 48 |
| Octal | 347 | 234 | 212 | 0 | 40 | 50 | 11 | 14 | 102 | 110 |
| Binary | 11100111 | 10011100 | 10001010 | 0 | 100000 | 101000 | 1001 | 1100 | 1000010 | 1001000 |
Color Harmonies of #E79C8A
Complementary color
Monochromatic Colors of #E79C8A
Black with #E79C8A
Text Example
Text Example
White with #E79C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C8A; }
p { color: rgb(231,156,138); }
H1.HeaderClassName
{
color: #E79C8A;
}
.AnyTagClassName
{
color: #E79C8A;
}
</style>
background-color css
<style>
a { background-color: #E79C8A; }
a { background-color: rgb(231,156,138); }
div.DivClassName
{
background-color: #E79C8A;
}
.BgClassName
{
background-color: #E79C8A;
}
</style>
border-color css
<style>
span { border-color: #E79C8A; }
span { border-color: rgb(231,156,138); }
td.TdClassName
{
border-color: #E79C8A;
}
.TagClassName
{
border-color: #E79C8A;
}
</style>