Shades of Tonys Pink #EAA488
Tints of Tonys Pink #EAA488
RGB
CMYK
RGB Variations
Color information
#EAA488 (or 0xEAA488) is known color: Tonys Pink. HEX triplet: EA, A4 and 88. RGB value is (234,164,136). Sum of RGB (Red+Green+Blue) = 234+164+136=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA488 is #155B77. Grayscale: #B5B5B5. Windows color (decimal): -1399672 or 8955114. OLE color: 8955114.
HSL color Cylindrical-coordinate representation of color #EAA488: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAA488 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 136 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.08 |
| HSL | 17.14º | 0.7% | 0.73% | - |
| HSV(B) | 17.14º | 0.42% | 0.92% | - |
| XYZ | 51.65 | 45.82 | 29.41 | - |
| YUV | 181.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 136 | 0 | 0.30 | 0.42 | 0.08 | 17.14 | 0.7 | 0.73 |
| Hex | EA | A4 | 88 | 0 | 1E | 2A | 8 | 11 | 46 | 49 |
| Octal | 352 | 244 | 210 | 0 | 36 | 52 | 10 | 21 | 106 | 111 |
| Binary | 11101010 | 10100100 | 10001000 | 0 | 11110 | 101010 | 1000 | 10001 | 1000110 | 1001001 |
Color Harmonies of #EAA488
Complementary color
Monochromatic Colors of #EAA488
Black with #EAA488
Text Example
Text Example
White with #EAA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA488; }
p { color: rgb(234,164,136); }
H1.HeaderClassName
{
color: #EAA488;
}
.AnyTagClassName
{
color: #EAA488;
}
</style>
background-color css
<style>
a { background-color: #EAA488; }
a { background-color: rgb(234,164,136); }
div.DivClassName
{
background-color: #EAA488;
}
.BgClassName
{
background-color: #EAA488;
}
</style>
border-color css
<style>
span { border-color: #EAA488; }
span { border-color: rgb(234,164,136); }
td.TdClassName
{
border-color: #EAA488;
}
.TagClassName
{
border-color: #EAA488;
}
</style>