Shades of Tonys Pink #EAA097
Tints of Tonys Pink #EAA097
RGB
CMYK
RGB Variations
Color information
#EAA097 (or 0xEAA097) is known color: Tonys Pink. HEX triplet: EA, A0 and 97. RGB value is (234,160,151). Sum of RGB (Red+Green+Blue) = 234+160+151=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA097 is #155F68. Grayscale: #B5B5B5. Windows color (decimal): -1400681 or 9937130. OLE color: 9937130.
HSL color Cylindrical-coordinate representation of color #EAA097: hue angle of 6.51º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA097 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 151 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.08 |
| HSL | 6.51º | 0.66% | 0.75% | - |
| HSV(B) | 6.51º | 0.35% | 0.92% | - |
| XYZ | 52.09 | 44.87 | 35.19 | - |
| YUV | 181.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 151 | 0 | 0.32 | 0.35 | 0.08 | 6.51 | 0.66 | 0.75 |
| Hex | EA | A0 | 97 | 0 | 20 | 23 | 8 | 7 | 42 | 4B |
| Octal | 352 | 240 | 227 | 0 | 40 | 43 | 10 | 7 | 102 | 113 |
| Binary | 11101010 | 10100000 | 10010111 | 0 | 100000 | 100011 | 1000 | 111 | 1000010 | 1001011 |
Color Harmonies of #EAA097
Complementary color
Monochromatic Colors of #EAA097
Black with #EAA097
Text Example
Text Example
White with #EAA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA097; }
p { color: rgb(234,160,151); }
H1.HeaderClassName
{
color: #EAA097;
}
.AnyTagClassName
{
color: #EAA097;
}
</style>
background-color css
<style>
a { background-color: #EAA097; }
a { background-color: rgb(234,160,151); }
div.DivClassName
{
background-color: #EAA097;
}
.BgClassName
{
background-color: #EAA097;
}
</style>
border-color css
<style>
span { border-color: #EAA097; }
span { border-color: rgb(234,160,151); }
td.TdClassName
{
border-color: #EAA097;
}
.TagClassName
{
border-color: #EAA097;
}
</style>