Shades of Tonys Pink #EAA385
Tints of Tonys Pink #EAA385
RGB
CMYK
RGB Variations
Color information
#EAA385 (or 0xEAA385) is known color: Tonys Pink. HEX triplet: EA, A3 and 85. RGB value is (234,163,133). Sum of RGB (Red+Green+Blue) = 234+163+133=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA385 is #155C7A. Grayscale: #B5B5B5. Windows color (decimal): -1399931 or 8758250. OLE color: 8758250.
HSL color Cylindrical-coordinate representation of color #EAA385: hue angle of 17.82º 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 #EAA385 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 133 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.08 |
| HSL | 17.82º | 0.71% | 0.72% | - |
| HSV(B) | 17.82º | 0.43% | 0.92% | - |
| XYZ | 51.26 | 45.38 | 28.25 | - |
| YUV | 180.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 133 | 0 | 0.30 | 0.43 | 0.08 | 17.82 | 0.71 | 0.72 |
| Hex | EA | A3 | 85 | 0 | 1E | 2B | 8 | 12 | 47 | 48 |
| Octal | 352 | 243 | 205 | 0 | 36 | 53 | 10 | 22 | 107 | 110 |
| Binary | 11101010 | 10100011 | 10000101 | 0 | 11110 | 101011 | 1000 | 10010 | 1000111 | 1001000 |
Color Harmonies of #EAA385
Complementary color
Monochromatic Colors of #EAA385
Black with #EAA385
Text Example
Text Example
White with #EAA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA385; }
p { color: rgb(234,163,133); }
H1.HeaderClassName
{
color: #EAA385;
}
.AnyTagClassName
{
color: #EAA385;
}
</style>
background-color css
<style>
a { background-color: #EAA385; }
a { background-color: rgb(234,163,133); }
div.DivClassName
{
background-color: #EAA385;
}
.BgClassName
{
background-color: #EAA385;
}
</style>
border-color css
<style>
span { border-color: #EAA385; }
span { border-color: rgb(234,163,133); }
td.TdClassName
{
border-color: #EAA385;
}
.TagClassName
{
border-color: #EAA385;
}
</style>