Shades of Tonys Pink #E9A095
Tints of Tonys Pink #E9A095
RGB
CMYK
RGB Variations
Color information
#E9A095 (or 0xE9A095) is known color: Tonys Pink. HEX triplet: E9, A0 and 95. RGB value is (233,160,149). Sum of RGB (Red+Green+Blue) = 233+160+149=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A095 is #165F6A. Grayscale: #B4B4B4. Windows color (decimal): -1466219 or 9806057. OLE color: 9806057.
HSL color Cylindrical-coordinate representation of color #E9A095: hue angle of 7.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9A095 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 149 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.09 |
| HSL | 7.86º | 0.66% | 0.75% | - |
| HSV(B) | 7.86º | 0.36% | 0.91% | - |
| XYZ | 51.6 | 44.64 | 34.33 | - |
| YUV | 180.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 149 | 0 | 0.31 | 0.36 | 0.09 | 7.86 | 0.66 | 0.75 |
| Hex | E9 | A0 | 95 | 0 | 1F | 24 | 9 | 8 | 42 | 4B |
| Octal | 351 | 240 | 225 | 0 | 37 | 44 | 11 | 10 | 102 | 113 |
| Binary | 11101001 | 10100000 | 10010101 | 0 | 11111 | 100100 | 1001 | 1000 | 1000010 | 1001011 |
Color Harmonies of #E9A095
Complementary color
Monochromatic Colors of #E9A095
Black with #E9A095
Text Example
Text Example
White with #E9A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A095; }
p { color: rgb(233,160,149); }
H1.HeaderClassName
{
color: #E9A095;
}
.AnyTagClassName
{
color: #E9A095;
}
</style>
background-color css
<style>
a { background-color: #E9A095; }
a { background-color: rgb(233,160,149); }
div.DivClassName
{
background-color: #E9A095;
}
.BgClassName
{
background-color: #E9A095;
}
</style>
border-color css
<style>
span { border-color: #E9A095; }
span { border-color: rgb(233,160,149); }
td.TdClassName
{
border-color: #E9A095;
}
.TagClassName
{
border-color: #E9A095;
}
</style>