Shades of Tonys Pink #E79B8A
Tints of Tonys Pink #E79B8A
RGB
CMYK
RGB Variations
Color information
#E79B8A (or 0xE79B8A) is known color: Tonys Pink. HEX triplet: E7, 9B and 8A. RGB value is (231,155,138). Sum of RGB (Red+Green+Blue) = 231+155+138=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79B8A is #186475. Grayscale: #AFAFAF. Windows color (decimal): -1598582 or 9083879. OLE color: 9083879.
HSL color Cylindrical-coordinate representation of color #E79B8A: hue angle of 10.97º 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 #E79B8A is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 138 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.09 |
| HSL | 10.97º | 0.66% | 0.72% | - |
| HSV(B) | 10.97º | 0.4% | 0.91% | - |
| XYZ | 49.26 | 42.27 | 29.61 | - |
| YUV | 175.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 138 | 0 | 0.33 | 0.40 | 0.09 | 10.97 | 0.66 | 0.72 |
| Hex | E7 | 9B | 8A | 0 | 21 | 28 | 9 | B | 42 | 48 |
| Octal | 347 | 233 | 212 | 0 | 41 | 50 | 11 | 13 | 102 | 110 |
| Binary | 11100111 | 10011011 | 10001010 | 0 | 100001 | 101000 | 1001 | 1011 | 1000010 | 1001000 |
Color Harmonies of #E79B8A
Complementary color
Monochromatic Colors of #E79B8A
Black with #E79B8A
Text Example
Text Example
White with #E79B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79B8A; }
p { color: rgb(231,155,138); }
H1.HeaderClassName
{
color: #E79B8A;
}
.AnyTagClassName
{
color: #E79B8A;
}
</style>
background-color css
<style>
a { background-color: #E79B8A; }
a { background-color: rgb(231,155,138); }
div.DivClassName
{
background-color: #E79B8A;
}
.BgClassName
{
background-color: #E79B8A;
}
</style>
border-color css
<style>
span { border-color: #E79B8A; }
span { border-color: rgb(231,155,138); }
td.TdClassName
{
border-color: #E79B8A;
}
.TagClassName
{
border-color: #E79B8A;
}
</style>