Shades of Tonys Pink #E9A07F
Tints of Tonys Pink #E9A07F
RGB
CMYK
RGB Variations
Color information
#E9A07F (or 0xE9A07F) is known color: Tonys Pink. HEX triplet: E9, A0 and 7F. RGB value is (233,160,127). Sum of RGB (Red+Green+Blue) = 233+160+127=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A07F is #165F80. Grayscale: #B2B2B2. Windows color (decimal): -1466241 or 8364265. OLE color: 8364265.
HSL color Cylindrical-coordinate representation of color #E9A07F: hue angle of 18.68º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9A07F is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 127 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.09 |
| HSL | 18.68º | 0.71% | 0.71% | - |
| HSV(B) | 18.68º | 0.45% | 0.91% | - |
| XYZ | 50.01 | 44 | 25.94 | - |
| YUV | 178.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 127 | 0 | 0.31 | 0.45 | 0.09 | 18.68 | 0.71 | 0.71 |
| Hex | E9 | A0 | 7F | 0 | 1F | 2D | 9 | 13 | 47 | 47 |
| Octal | 351 | 240 | 177 | 0 | 37 | 55 | 11 | 23 | 107 | 107 |
| Binary | 11101001 | 10100000 | 1111111 | 0 | 11111 | 101101 | 1001 | 10011 | 1000111 | 1000111 |
Color Harmonies of #E9A07F
Complementary color
Monochromatic Colors of #E9A07F
Black with #E9A07F
Text Example
Text Example
White with #E9A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A07F; }
p { color: rgb(233,160,127); }
H1.HeaderClassName
{
color: #E9A07F;
}
.AnyTagClassName
{
color: #E9A07F;
}
</style>
background-color css
<style>
a { background-color: #E9A07F; }
a { background-color: rgb(233,160,127); }
div.DivClassName
{
background-color: #E9A07F;
}
.BgClassName
{
background-color: #E9A07F;
}
</style>
border-color css
<style>
span { border-color: #E9A07F; }
span { border-color: rgb(233,160,127); }
td.TdClassName
{
border-color: #E9A07F;
}
.TagClassName
{
border-color: #E9A07F;
}
</style>