Shades of Tonys Pink #EAA082
Tints of Tonys Pink #EAA082
RGB
CMYK
RGB Variations
Color information
#EAA082 (or 0xEAA082) is known color: Tonys Pink. HEX triplet: EA, A0 and 82. RGB value is (234,160,130). Sum of RGB (Red+Green+Blue) = 234+160+130=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA082 is #155F7D. Grayscale: #B2B2B2. Windows color (decimal): -1400702 or 8560874. OLE color: 8560874.
HSL color Cylindrical-coordinate representation of color #EAA082: hue angle of 17.31º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAA082 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 130 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.08 |
| HSL | 17.31º | 0.71% | 0.71% | - |
| HSV(B) | 17.31º | 0.44% | 0.92% | - |
| XYZ | 50.53 | 44.25 | 27 | - |
| YUV | 178.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 130 | 0 | 0.32 | 0.44 | 0.08 | 17.31 | 0.71 | 0.71 |
| Hex | EA | A0 | 82 | 0 | 20 | 2C | 8 | 11 | 47 | 47 |
| Octal | 352 | 240 | 202 | 0 | 40 | 54 | 10 | 21 | 107 | 107 |
| Binary | 11101010 | 10100000 | 10000010 | 0 | 100000 | 101100 | 1000 | 10001 | 1000111 | 1000111 |
Color Harmonies of #EAA082
Complementary color
Monochromatic Colors of #EAA082
Black with #EAA082
Text Example
Text Example
White with #EAA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA082; }
p { color: rgb(234,160,130); }
H1.HeaderClassName
{
color: #EAA082;
}
.AnyTagClassName
{
color: #EAA082;
}
</style>
background-color css
<style>
a { background-color: #EAA082; }
a { background-color: rgb(234,160,130); }
div.DivClassName
{
background-color: #EAA082;
}
.BgClassName
{
background-color: #EAA082;
}
</style>
border-color css
<style>
span { border-color: #EAA082; }
span { border-color: rgb(234,160,130); }
td.TdClassName
{
border-color: #EAA082;
}
.TagClassName
{
border-color: #EAA082;
}
</style>