Shades of Tonys Pink #EAA893
Tints of Tonys Pink #EAA893
RGB
CMYK
RGB Variations
Color information
#EAA893 (or 0xEAA893) is known color: Tonys Pink. HEX triplet: EA, A8 and 93. RGB value is (234,168,147). Sum of RGB (Red+Green+Blue) = 234+168+147=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA893 is #15576C. Grayscale: #B9B9B9. Windows color (decimal): -1398637 or 9677034. OLE color: 9677034.
HSL color Cylindrical-coordinate representation of color #EAA893: hue angle of 14.48º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAA893 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 147 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.08 |
| HSL | 14.48º | 0.67% | 0.75% | - |
| HSV(B) | 14.48º | 0.37% | 0.92% | - |
| XYZ | 53.2 | 47.6 | 33.99 | - |
| YUV | 185.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 147 | 0 | 0.28 | 0.37 | 0.08 | 14.48 | 0.67 | 0.75 |
| Hex | EA | A8 | 93 | 0 | 1C | 25 | 8 | E | 43 | 4B |
| Octal | 352 | 250 | 223 | 0 | 34 | 45 | 10 | 16 | 103 | 113 |
| Binary | 11101010 | 10101000 | 10010011 | 0 | 11100 | 100101 | 1000 | 1110 | 1000011 | 1001011 |
Color Harmonies of #EAA893
Complementary color
Monochromatic Colors of #EAA893
Black with #EAA893
Text Example
Text Example
White with #EAA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA893; }
p { color: rgb(234,168,147); }
H1.HeaderClassName
{
color: #EAA893;
}
.AnyTagClassName
{
color: #EAA893;
}
</style>
background-color css
<style>
a { background-color: #EAA893; }
a { background-color: rgb(234,168,147); }
div.DivClassName
{
background-color: #EAA893;
}
.BgClassName
{
background-color: #EAA893;
}
</style>
border-color css
<style>
span { border-color: #EAA893; }
span { border-color: rgb(234,168,147); }
td.TdClassName
{
border-color: #EAA893;
}
.TagClassName
{
border-color: #EAA893;
}
</style>