Shades of Tonys Pink #EAA183
Tints of Tonys Pink #EAA183
RGB
CMYK
RGB Variations
Color information
#EAA183 (or 0xEAA183) is known color: Tonys Pink. HEX triplet: EA, A1 and 83. RGB value is (234,161,131). Sum of RGB (Red+Green+Blue) = 234+161+131=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA183 is #155E7C. Grayscale: #B3B3B3. Windows color (decimal): -1400445 or 8626666. OLE color: 8626666.
HSL color Cylindrical-coordinate representation of color #EAA183: hue angle of 17.48º 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 #EAA183 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 131 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.08 |
| HSL | 17.48º | 0.71% | 0.72% | - |
| HSV(B) | 17.48º | 0.44% | 0.92% | - |
| XYZ | 50.77 | 44.62 | 27.41 | - |
| YUV | 179.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 131 | 0 | 0.31 | 0.44 | 0.08 | 17.48 | 0.71 | 0.72 |
| Hex | EA | A1 | 83 | 0 | 1F | 2C | 8 | 11 | 47 | 48 |
| Octal | 352 | 241 | 203 | 0 | 37 | 54 | 10 | 21 | 107 | 110 |
| Binary | 11101010 | 10100001 | 10000011 | 0 | 11111 | 101100 | 1000 | 10001 | 1000111 | 1001000 |
Color Harmonies of #EAA183
Complementary color
Monochromatic Colors of #EAA183
Black with #EAA183
Text Example
Text Example
White with #EAA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA183; }
p { color: rgb(234,161,131); }
H1.HeaderClassName
{
color: #EAA183;
}
.AnyTagClassName
{
color: #EAA183;
}
</style>
background-color css
<style>
a { background-color: #EAA183; }
a { background-color: rgb(234,161,131); }
div.DivClassName
{
background-color: #EAA183;
}
.BgClassName
{
background-color: #EAA183;
}
</style>
border-color css
<style>
span { border-color: #EAA183; }
span { border-color: rgb(234,161,131); }
td.TdClassName
{
border-color: #EAA183;
}
.TagClassName
{
border-color: #EAA183;
}
</style>