Shades of Tonys Pink #EAAA8A
Tints of Tonys Pink #EAAA8A
RGB
CMYK
RGB Variations
Color information
#EAAA8A (or 0xEAAA8A) is known color: Tonys Pink. HEX triplet: EA, AA and 8A. RGB value is (234,170,138). Sum of RGB (Red+Green+Blue) = 234+170+138=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA8A is #155575. Grayscale: #B9B9B9. Windows color (decimal): -1398134 or 9087722. OLE color: 9087722.
HSL color Cylindrical-coordinate representation of color #EAAA8A: hue angle of 20º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAAA8A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 138 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.08 |
| HSL | 20º | 0.7% | 0.73% | - |
| HSV(B) | 20º | 0.41% | 0.92% | - |
| XYZ | 52.89 | 48.08 | 30.54 | - |
| YUV | 185.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 138 | 0 | 0.27 | 0.41 | 0.08 | 20 | 0.7 | 0.73 |
| Hex | EA | AA | 8A | 0 | 1B | 29 | 8 | 14 | 46 | 49 |
| Octal | 352 | 252 | 212 | 0 | 33 | 51 | 10 | 24 | 106 | 111 |
| Binary | 11101010 | 10101010 | 10001010 | 0 | 11011 | 101001 | 1000 | 10100 | 1000110 | 1001001 |
Color Harmonies of #EAAA8A
Complementary color
Monochromatic Colors of #EAAA8A
Black with #EAAA8A
Text Example
Text Example
White with #EAAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA8A; }
p { color: rgb(234,170,138); }
H1.HeaderClassName
{
color: #EAAA8A;
}
.AnyTagClassName
{
color: #EAAA8A;
}
</style>
background-color css
<style>
a { background-color: #EAAA8A; }
a { background-color: rgb(234,170,138); }
div.DivClassName
{
background-color: #EAAA8A;
}
.BgClassName
{
background-color: #EAAA8A;
}
</style>
border-color css
<style>
span { border-color: #EAAA8A; }
span { border-color: rgb(234,170,138); }
td.TdClassName
{
border-color: #EAAA8A;
}
.TagClassName
{
border-color: #EAAA8A;
}
</style>