Shades of Tonys Pink #EAA096
Tints of Tonys Pink #EAA096
RGB
CMYK
RGB Variations
Color information
#EAA096 (or 0xEAA096) is known color: Tonys Pink. HEX triplet: EA, A0 and 96. RGB value is (234,160,150). Sum of RGB (Red+Green+Blue) = 234+160+150=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA096 is #155F69. Grayscale: #B5B5B5. Windows color (decimal): -1400682 or 9871594. OLE color: 9871594.
HSL color Cylindrical-coordinate representation of color #EAA096: hue angle of 7.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAA096 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 150 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.08 |
| HSL | 7.14º | 0.67% | 0.75% | - |
| HSV(B) | 7.14º | 0.36% | 0.92% | - |
| XYZ | 52.01 | 44.84 | 34.77 | - |
| YUV | 180.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 150 | 0 | 0.32 | 0.36 | 0.08 | 7.14 | 0.67 | 0.75 |
| Hex | EA | A0 | 96 | 0 | 20 | 24 | 8 | 7 | 43 | 4B |
| Octal | 352 | 240 | 226 | 0 | 40 | 44 | 10 | 7 | 103 | 113 |
| Binary | 11101010 | 10100000 | 10010110 | 0 | 100000 | 100100 | 1000 | 111 | 1000011 | 1001011 |
Color Harmonies of #EAA096
Complementary color
Monochromatic Colors of #EAA096
Black with #EAA096
Text Example
Text Example
White with #EAA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA096; }
p { color: rgb(234,160,150); }
H1.HeaderClassName
{
color: #EAA096;
}
.AnyTagClassName
{
color: #EAA096;
}
</style>
background-color css
<style>
a { background-color: #EAA096; }
a { background-color: rgb(234,160,150); }
div.DivClassName
{
background-color: #EAA096;
}
.BgClassName
{
background-color: #EAA096;
}
</style>
border-color css
<style>
span { border-color: #EAA096; }
span { border-color: rgb(234,160,150); }
td.TdClassName
{
border-color: #EAA096;
}
.TagClassName
{
border-color: #EAA096;
}
</style>