Shades of Tonys Pink #E9A086
Tints of Tonys Pink #E9A086
RGB
CMYK
RGB Variations
Color information
#E9A086 (or 0xE9A086) is known color: Tonys Pink. HEX triplet: E9, A0 and 86. RGB value is (233,160,134). Sum of RGB (Red+Green+Blue) = 233+160+134=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A086 is #165F79. Grayscale: #B3B3B3. Windows color (decimal): -1466234 or 8823017. OLE color: 8823017.
HSL color Cylindrical-coordinate representation of color #E9A086: hue angle of 15.76º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E9A086 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 134 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.09 |
| HSL | 15.76º | 0.69% | 0.72% | - |
| HSV(B) | 15.76º | 0.42% | 0.91% | - |
| XYZ | 50.48 | 44.19 | 28.42 | - |
| YUV | 178.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 134 | 0 | 0.31 | 0.42 | 0.09 | 15.76 | 0.69 | 0.72 |
| Hex | E9 | A0 | 86 | 0 | 1F | 2A | 9 | 10 | 45 | 48 |
| Octal | 351 | 240 | 206 | 0 | 37 | 52 | 11 | 20 | 105 | 110 |
| Binary | 11101001 | 10100000 | 10000110 | 0 | 11111 | 101010 | 1001 | 10000 | 1000101 | 1001000 |
Color Harmonies of #E9A086
Complementary color
Monochromatic Colors of #E9A086
Black with #E9A086
Text Example
Text Example
White with #E9A086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A086; }
p { color: rgb(233,160,134); }
H1.HeaderClassName
{
color: #E9A086;
}
.AnyTagClassName
{
color: #E9A086;
}
</style>
background-color css
<style>
a { background-color: #E9A086; }
a { background-color: rgb(233,160,134); }
div.DivClassName
{
background-color: #E9A086;
}
.BgClassName
{
background-color: #E9A086;
}
</style>
border-color css
<style>
span { border-color: #E9A086; }
span { border-color: rgb(233,160,134); }
td.TdClassName
{
border-color: #E9A086;
}
.TagClassName
{
border-color: #E9A086;
}
</style>