Shades of Tonys Pink #EAA28C
Tints of Tonys Pink #EAA28C
RGB
CMYK
RGB Variations
Color information
#EAA28C (or 0xEAA28C) is known color: Tonys Pink. HEX triplet: EA, A2 and 8C. RGB value is (234,162,140). Sum of RGB (Red+Green+Blue) = 234+162+140=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA28C is #155D73. Grayscale: #B5B5B5. Windows color (decimal): -1400180 or 9216746. OLE color: 9216746.
HSL color Cylindrical-coordinate representation of color #EAA28C: hue angle of 14.04º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAA28C is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 140 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.08 |
| HSL | 14.04º | 0.69% | 0.73% | - |
| HSV(B) | 14.04º | 0.4% | 0.92% | - |
| XYZ | 51.59 | 45.23 | 30.82 | - |
| YUV | 181.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 140 | 0 | 0.31 | 0.40 | 0.08 | 14.04 | 0.69 | 0.73 |
| Hex | EA | A2 | 8C | 0 | 1F | 28 | 8 | E | 45 | 49 |
| Octal | 352 | 242 | 214 | 0 | 37 | 50 | 10 | 16 | 105 | 111 |
| Binary | 11101010 | 10100010 | 10001100 | 0 | 11111 | 101000 | 1000 | 1110 | 1000101 | 1001001 |
Color Harmonies of #EAA28C
Complementary color
Monochromatic Colors of #EAA28C
Black with #EAA28C
Text Example
Text Example
White with #EAA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA28C; }
p { color: rgb(234,162,140); }
H1.HeaderClassName
{
color: #EAA28C;
}
.AnyTagClassName
{
color: #EAA28C;
}
</style>
background-color css
<style>
a { background-color: #EAA28C; }
a { background-color: rgb(234,162,140); }
div.DivClassName
{
background-color: #EAA28C;
}
.BgClassName
{
background-color: #EAA28C;
}
</style>
border-color css
<style>
span { border-color: #EAA28C; }
span { border-color: rgb(234,162,140); }
td.TdClassName
{
border-color: #EAA28C;
}
.TagClassName
{
border-color: #EAA28C;
}
</style>