Shades of Tonys Pink #EAA88A
Tints of Tonys Pink #EAA88A
RGB
CMYK
RGB Variations
Color information
#EAA88A (or 0xEAA88A) is known color: Tonys Pink. HEX triplet: EA, A8 and 8A. RGB value is (234,168,138). Sum of RGB (Red+Green+Blue) = 234+168+138=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA88A is #155775. Grayscale: #B8B8B8. Windows color (decimal): -1398646 or 9087210. OLE color: 9087210.
HSL color Cylindrical-coordinate representation of color #EAA88A: hue angle of 18.75º 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 #EAA88A is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 138 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.08 |
| HSL | 18.75º | 0.7% | 0.73% | - |
| HSV(B) | 18.75º | 0.41% | 0.92% | - |
| XYZ | 52.52 | 47.33 | 30.41 | - |
| YUV | 184.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 138 | 0 | 0.28 | 0.41 | 0.08 | 18.75 | 0.7 | 0.73 |
| Hex | EA | A8 | 8A | 0 | 1C | 29 | 8 | 13 | 46 | 49 |
| Octal | 352 | 250 | 212 | 0 | 34 | 51 | 10 | 23 | 106 | 111 |
| Binary | 11101010 | 10101000 | 10001010 | 0 | 11100 | 101001 | 1000 | 10011 | 1000110 | 1001001 |
Color Harmonies of #EAA88A
Complementary color
Monochromatic Colors of #EAA88A
Black with #EAA88A
Text Example
Text Example
White with #EAA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA88A; }
p { color: rgb(234,168,138); }
H1.HeaderClassName
{
color: #EAA88A;
}
.AnyTagClassName
{
color: #EAA88A;
}
</style>
background-color css
<style>
a { background-color: #EAA88A; }
a { background-color: rgb(234,168,138); }
div.DivClassName
{
background-color: #EAA88A;
}
.BgClassName
{
background-color: #EAA88A;
}
</style>
border-color css
<style>
span { border-color: #EAA88A; }
span { border-color: rgb(234,168,138); }
td.TdClassName
{
border-color: #EAA88A;
}
.TagClassName
{
border-color: #EAA88A;
}
</style>