Shades of Tonys Pink #EAA584
Tints of Tonys Pink #EAA584
RGB
CMYK
RGB Variations
Color information
#EAA584 (or 0xEAA584) is known color: Tonys Pink. HEX triplet: EA, A5 and 84. RGB value is (234,165,132). Sum of RGB (Red+Green+Blue) = 234+165+132=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA584 is #155A7B. Grayscale: #B6B6B6. Windows color (decimal): -1399420 or 8693226. OLE color: 8693226.
HSL color Cylindrical-coordinate representation of color #EAA584: hue angle of 19.41º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAA584 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 132 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.08 |
| HSL | 19.41º | 0.71% | 0.72% | - |
| HSV(B) | 19.41º | 0.44% | 0.92% | - |
| XYZ | 51.55 | 46.07 | 28 | - |
| YUV | 181.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 132 | 0 | 0.29 | 0.44 | 0.08 | 19.41 | 0.71 | 0.72 |
| Hex | EA | A5 | 84 | 0 | 1D | 2C | 8 | 13 | 47 | 48 |
| Octal | 352 | 245 | 204 | 0 | 35 | 54 | 10 | 23 | 107 | 110 |
| Binary | 11101010 | 10100101 | 10000100 | 0 | 11101 | 101100 | 1000 | 10011 | 1000111 | 1001000 |
Color Harmonies of #EAA584
Complementary color
Monochromatic Colors of #EAA584
Black with #EAA584
Text Example
Text Example
White with #EAA584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA584; }
p { color: rgb(234,165,132); }
H1.HeaderClassName
{
color: #EAA584;
}
.AnyTagClassName
{
color: #EAA584;
}
</style>
background-color css
<style>
a { background-color: #EAA584; }
a { background-color: rgb(234,165,132); }
div.DivClassName
{
background-color: #EAA584;
}
.BgClassName
{
background-color: #EAA584;
}
</style>
border-color css
<style>
span { border-color: #EAA584; }
span { border-color: rgb(234,165,132); }
td.TdClassName
{
border-color: #EAA584;
}
.TagClassName
{
border-color: #EAA584;
}
</style>