Shades of Tonys Pink #EAAA8C
Tints of Tonys Pink #EAAA8C
RGB
CMYK
RGB Variations
Color information
#EAAA8C (or 0xEAAA8C) is known color: Tonys Pink. HEX triplet: EA, AA and 8C. RGB value is (234,170,140). Sum of RGB (Red+Green+Blue) = 234+170+140=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA8C is #155573. Grayscale: #B9B9B9. Windows color (decimal): -1398132 or 9218794. OLE color: 9218794.
HSL color Cylindrical-coordinate representation of color #EAAA8C: hue angle of 19.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAAA8C is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 140 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.08 |
| HSL | 19.15º | 0.69% | 0.73% | - |
| HSV(B) | 19.15º | 0.4% | 0.92% | - |
| XYZ | 53.04 | 48.14 | 31.31 | - |
| YUV | 185.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 140 | 0 | 0.27 | 0.40 | 0.08 | 19.15 | 0.69 | 0.73 |
| Hex | EA | AA | 8C | 0 | 1B | 28 | 8 | 13 | 45 | 49 |
| Octal | 352 | 252 | 214 | 0 | 33 | 50 | 10 | 23 | 105 | 111 |
| Binary | 11101010 | 10101010 | 10001100 | 0 | 11011 | 101000 | 1000 | 10011 | 1000101 | 1001001 |
Color Harmonies of #EAAA8C
Complementary color
Monochromatic Colors of #EAAA8C
Black with #EAAA8C
Text Example
Text Example
White with #EAAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA8C; }
p { color: rgb(234,170,140); }
H1.HeaderClassName
{
color: #EAAA8C;
}
.AnyTagClassName
{
color: #EAAA8C;
}
</style>
background-color css
<style>
a { background-color: #EAAA8C; }
a { background-color: rgb(234,170,140); }
div.DivClassName
{
background-color: #EAAA8C;
}
.BgClassName
{
background-color: #EAAA8C;
}
</style>
border-color css
<style>
span { border-color: #EAAA8C; }
span { border-color: rgb(234,170,140); }
td.TdClassName
{
border-color: #EAAA8C;
}
.TagClassName
{
border-color: #EAAA8C;
}
</style>