Shades of Tonys Pink #EAA08F
Tints of Tonys Pink #EAA08F
RGB
CMYK
RGB Variations
Color information
#EAA08F (or 0xEAA08F) is known color: Tonys Pink. HEX triplet: EA, A0 and 8F. RGB value is (234,160,143). Sum of RGB (Red+Green+Blue) = 234+160+143=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA08F is #155F70. Grayscale: #B4B4B4. Windows color (decimal): -1400689 or 9412842. OLE color: 9412842.
HSL color Cylindrical-coordinate representation of color #EAA08F: hue angle of 11.21º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAA08F is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 143 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.08 |
| HSL | 11.21º | 0.68% | 0.74% | - |
| HSV(B) | 11.21º | 0.39% | 0.92% | - |
| XYZ | 51.46 | 44.62 | 31.89 | - |
| YUV | 180.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 143 | 0 | 0.32 | 0.39 | 0.08 | 11.21 | 0.68 | 0.74 |
| Hex | EA | A0 | 8F | 0 | 20 | 27 | 8 | B | 44 | 4A |
| Octal | 352 | 240 | 217 | 0 | 40 | 47 | 10 | 13 | 104 | 112 |
| Binary | 11101010 | 10100000 | 10001111 | 0 | 100000 | 100111 | 1000 | 1011 | 1000100 | 1001010 |
Color Harmonies of #EAA08F
Complementary color
Monochromatic Colors of #EAA08F
Black with #EAA08F
Text Example
Text Example
White with #EAA08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA08F; }
p { color: rgb(234,160,143); }
H1.HeaderClassName
{
color: #EAA08F;
}
.AnyTagClassName
{
color: #EAA08F;
}
</style>
background-color css
<style>
a { background-color: #EAA08F; }
a { background-color: rgb(234,160,143); }
div.DivClassName
{
background-color: #EAA08F;
}
.BgClassName
{
background-color: #EAA08F;
}
</style>
border-color css
<style>
span { border-color: #EAA08F; }
span { border-color: rgb(234,160,143); }
td.TdClassName
{
border-color: #EAA08F;
}
.TagClassName
{
border-color: #EAA08F;
}
</style>