Shades of Tonys Pink #E7A98A
Tints of Tonys Pink #E7A98A
RGB
CMYK
RGB Variations
Color information
#E7A98A (or 0xE7A98A) is known color: Tonys Pink. HEX triplet: E7, A9 and 8A. RGB value is (231,169,138). Sum of RGB (Red+Green+Blue) = 231+169+138=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A98A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A98A is #185675. Grayscale: #B8B8B8. Windows color (decimal): -1594998 or 9087463. OLE color: 9087463.
HSL color Cylindrical-coordinate representation of color #E7A98A: hue angle of 20º 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 #E7A98A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 138 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.09 |
| HSL | 20º | 0.66% | 0.72% | - |
| HSV(B) | 20º | 0.4% | 0.91% | - |
| XYZ | 51.73 | 47.2 | 30.43 | - |
| YUV | 184 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 138 | 0 | 0.27 | 0.40 | 0.09 | 20 | 0.66 | 0.72 |
| Hex | E7 | A9 | 8A | 0 | 1B | 28 | 9 | 14 | 42 | 48 |
| Octal | 347 | 251 | 212 | 0 | 33 | 50 | 11 | 24 | 102 | 110 |
| Binary | 11100111 | 10101001 | 10001010 | 0 | 11011 | 101000 | 1001 | 10100 | 1000010 | 1001000 |
Color Harmonies of #E7A98A
Complementary color
Monochromatic Colors of #E7A98A
Black with #E7A98A
Text Example
Text Example
White with #E7A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A98A; }
p { color: rgb(231,169,138); }
H1.HeaderClassName
{
color: #E7A98A;
}
.AnyTagClassName
{
color: #E7A98A;
}
</style>
background-color css
<style>
a { background-color: #E7A98A; }
a { background-color: rgb(231,169,138); }
div.DivClassName
{
background-color: #E7A98A;
}
.BgClassName
{
background-color: #E7A98A;
}
</style>
border-color css
<style>
span { border-color: #E7A98A; }
span { border-color: rgb(231,169,138); }
td.TdClassName
{
border-color: #E7A98A;
}
.TagClassName
{
border-color: #E7A98A;
}
</style>