Shades of Tonys Pink #EAA094
Tints of Tonys Pink #EAA094
RGB
CMYK
RGB Variations
Color information
#EAA094 (or 0xEAA094) is known color: Tonys Pink. HEX triplet: EA, A0 and 94. RGB value is (234,160,148). Sum of RGB (Red+Green+Blue) = 234+160+148=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA094 is #155F6B. Grayscale: #B4B4B4. Windows color (decimal): -1400684 or 9740522. OLE color: 9740522.
HSL color Cylindrical-coordinate representation of color #EAA094: hue angle of 8.37º 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 #EAA094 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 148 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.08 |
| HSL | 8.37º | 0.67% | 0.75% | - |
| HSV(B) | 8.37º | 0.37% | 0.92% | - |
| XYZ | 51.85 | 44.77 | 33.93 | - |
| YUV | 180.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 148 | 0 | 0.32 | 0.37 | 0.08 | 8.37 | 0.67 | 0.75 |
| Hex | EA | A0 | 94 | 0 | 20 | 25 | 8 | 8 | 43 | 4B |
| Octal | 352 | 240 | 224 | 0 | 40 | 45 | 10 | 10 | 103 | 113 |
| Binary | 11101010 | 10100000 | 10010100 | 0 | 100000 | 100101 | 1000 | 1000 | 1000011 | 1001011 |
Color Harmonies of #EAA094
Complementary color
Monochromatic Colors of #EAA094
Black with #EAA094
Text Example
Text Example
White with #EAA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA094; }
p { color: rgb(234,160,148); }
H1.HeaderClassName
{
color: #EAA094;
}
.AnyTagClassName
{
color: #EAA094;
}
</style>
background-color css
<style>
a { background-color: #EAA094; }
a { background-color: rgb(234,160,148); }
div.DivClassName
{
background-color: #EAA094;
}
.BgClassName
{
background-color: #EAA094;
}
</style>
border-color css
<style>
span { border-color: #EAA094; }
span { border-color: rgb(234,160,148); }
td.TdClassName
{
border-color: #EAA094;
}
.TagClassName
{
border-color: #EAA094;
}
</style>