Shades of Tonys Pink #EAA080
Tints of Tonys Pink #EAA080
RGB
CMYK
RGB Variations
Color information
#EAA080 (or 0xEAA080) is known color: Tonys Pink. HEX triplet: EA, A0 and 80. RGB value is (234,160,128). Sum of RGB (Red+Green+Blue) = 234+160+128=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA080 is #155F7F. Grayscale: #B2B2B2. Windows color (decimal): -1400704 or 8429802. OLE color: 8429802.
HSL color Cylindrical-coordinate representation of color #EAA080: hue angle of 18.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAA080 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 128 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.08 |
| HSL | 18.11º | 0.72% | 0.71% | - |
| HSV(B) | 18.11º | 0.45% | 0.92% | - |
| XYZ | 50.4 | 44.19 | 26.3 | - |
| YUV | 178.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 128 | 0 | 0.32 | 0.45 | 0.08 | 18.11 | 0.72 | 0.71 |
| Hex | EA | A0 | 80 | 0 | 20 | 2D | 8 | 12 | 48 | 47 |
| Octal | 352 | 240 | 200 | 0 | 40 | 55 | 10 | 22 | 110 | 107 |
| Binary | 11101010 | 10100000 | 10000000 | 0 | 100000 | 101101 | 1000 | 10010 | 1001000 | 1000111 |
Color Harmonies of #EAA080
Complementary color
Monochromatic Colors of #EAA080
Black with #EAA080
Text Example
Text Example
White with #EAA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA080; }
p { color: rgb(234,160,128); }
H1.HeaderClassName
{
color: #EAA080;
}
.AnyTagClassName
{
color: #EAA080;
}
</style>
background-color css
<style>
a { background-color: #EAA080; }
a { background-color: rgb(234,160,128); }
div.DivClassName
{
background-color: #EAA080;
}
.BgClassName
{
background-color: #EAA080;
}
</style>
border-color css
<style>
span { border-color: #EAA080; }
span { border-color: rgb(234,160,128); }
td.TdClassName
{
border-color: #EAA080;
}
.TagClassName
{
border-color: #EAA080;
}
</style>