Shades of Tonys Pink #EAA293
Tints of Tonys Pink #EAA293
RGB
CMYK
RGB Variations
Color information
#EAA293 (or 0xEAA293) is known color: Tonys Pink. HEX triplet: EA, A2 and 93. RGB value is (234,162,147). Sum of RGB (Red+Green+Blue) = 234+162+147=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA293 is #155D6C. Grayscale: #B5B5B5. Windows color (decimal): -1400173 or 9675498. OLE color: 9675498.
HSL color Cylindrical-coordinate representation of color #EAA293: hue angle of 10.34º 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 #EAA293 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 147 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.08 |
| HSL | 10.34º | 0.67% | 0.75% | - |
| HSV(B) | 10.34º | 0.37% | 0.92% | - |
| XYZ | 52.12 | 45.44 | 33.63 | - |
| YUV | 181.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 147 | 0 | 0.31 | 0.37 | 0.08 | 10.34 | 0.67 | 0.75 |
| Hex | EA | A2 | 93 | 0 | 1F | 25 | 8 | A | 43 | 4B |
| Octal | 352 | 242 | 223 | 0 | 37 | 45 | 10 | 12 | 103 | 113 |
| Binary | 11101010 | 10100010 | 10010011 | 0 | 11111 | 100101 | 1000 | 1010 | 1000011 | 1001011 |
Color Harmonies of #EAA293
Complementary color
Monochromatic Colors of #EAA293
Black with #EAA293
Text Example
Text Example
White with #EAA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA293; }
p { color: rgb(234,162,147); }
H1.HeaderClassName
{
color: #EAA293;
}
.AnyTagClassName
{
color: #EAA293;
}
</style>
background-color css
<style>
a { background-color: #EAA293; }
a { background-color: rgb(234,162,147); }
div.DivClassName
{
background-color: #EAA293;
}
.BgClassName
{
background-color: #EAA293;
}
</style>
border-color css
<style>
span { border-color: #EAA293; }
span { border-color: rgb(234,162,147); }
td.TdClassName
{
border-color: #EAA293;
}
.TagClassName
{
border-color: #EAA293;
}
</style>