Shades of Tonys Pink #EAA085
Tints of Tonys Pink #EAA085
RGB
CMYK
RGB Variations
Color information
#EAA085 (or 0xEAA085) is known color: Tonys Pink. HEX triplet: EA, A0 and 85. RGB value is (234,160,133). Sum of RGB (Red+Green+Blue) = 234+160+133=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA085 is #155F7A. Grayscale: #B3B3B3. Windows color (decimal): -1400699 or 8757482. OLE color: 8757482.
HSL color Cylindrical-coordinate representation of color #EAA085: hue angle of 16.04º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAA085 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 133 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.08 |
| HSL | 16.04º | 0.71% | 0.72% | - |
| HSV(B) | 16.04º | 0.43% | 0.92% | - |
| XYZ | 50.74 | 44.33 | 28.07 | - |
| YUV | 179.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 133 | 0 | 0.32 | 0.43 | 0.08 | 16.04 | 0.71 | 0.72 |
| Hex | EA | A0 | 85 | 0 | 20 | 2B | 8 | 10 | 47 | 48 |
| Octal | 352 | 240 | 205 | 0 | 40 | 53 | 10 | 20 | 107 | 110 |
| Binary | 11101010 | 10100000 | 10000101 | 0 | 100000 | 101011 | 1000 | 10000 | 1000111 | 1001000 |
Color Harmonies of #EAA085
Complementary color
Monochromatic Colors of #EAA085
Black with #EAA085
Text Example
Text Example
White with #EAA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA085; }
p { color: rgb(234,160,133); }
H1.HeaderClassName
{
color: #EAA085;
}
.AnyTagClassName
{
color: #EAA085;
}
</style>
background-color css
<style>
a { background-color: #EAA085; }
a { background-color: rgb(234,160,133); }
div.DivClassName
{
background-color: #EAA085;
}
.BgClassName
{
background-color: #EAA085;
}
</style>
border-color css
<style>
span { border-color: #EAA085; }
span { border-color: rgb(234,160,133); }
td.TdClassName
{
border-color: #EAA085;
}
.TagClassName
{
border-color: #EAA085;
}
</style>