Shades of Tonys Pink #E7A694
Tints of Tonys Pink #E7A694
RGB
CMYK
RGB Variations
Color information
#E7A694 (or 0xE7A694) is known color: Tonys Pink. HEX triplet: E7, A6 and 94. RGB value is (231,166,148). Sum of RGB (Red+Green+Blue) = 231+166+148=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A694 is #18596B. Grayscale: #B7B7B7. Windows color (decimal): -1595756 or 9742055. OLE color: 9742055.
HSL color Cylindrical-coordinate representation of color #E7A694: hue angle of 13.01º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A694 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 148 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.09 |
| HSL | 13.01º | 0.63% | 0.74% | - |
| HSV(B) | 13.01º | 0.36% | 0.91% | - |
| XYZ | 51.94 | 46.4 | 34.24 | - |
| YUV | 183.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 148 | 0 | 0.28 | 0.36 | 0.09 | 13.01 | 0.63 | 0.74 |
| Hex | E7 | A6 | 94 | 0 | 1C | 24 | 9 | D | 3F | 4A |
| Octal | 347 | 246 | 224 | 0 | 34 | 44 | 11 | 15 | 77 | 112 |
| Binary | 11100111 | 10100110 | 10010100 | 0 | 11100 | 100100 | 1001 | 1101 | 111111 | 1001010 |
Color Harmonies of #E7A694
Complementary color
Monochromatic Colors of #E7A694
Black with #E7A694
Text Example
Text Example
White with #E7A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A694; }
p { color: rgb(231,166,148); }
H1.HeaderClassName
{
color: #E7A694;
}
.AnyTagClassName
{
color: #E7A694;
}
</style>
background-color css
<style>
a { background-color: #E7A694; }
a { background-color: rgb(231,166,148); }
div.DivClassName
{
background-color: #E7A694;
}
.BgClassName
{
background-color: #E7A694;
}
</style>
border-color css
<style>
span { border-color: #E7A694; }
span { border-color: rgb(231,166,148); }
td.TdClassName
{
border-color: #E7A694;
}
.TagClassName
{
border-color: #E7A694;
}
</style>