Shades of Tonys Pink #EAA194
Tints of Tonys Pink #EAA194
RGB
CMYK
RGB Variations
Color information
#EAA194 (or 0xEAA194) is known color: Tonys Pink. HEX triplet: EA, A1 and 94. RGB value is (234,161,148). Sum of RGB (Red+Green+Blue) = 234+161+148=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA194 is #155E6B. Grayscale: #B5B5B5. Windows color (decimal): -1400428 or 9740778. OLE color: 9740778.
HSL color Cylindrical-coordinate representation of color #EAA194: hue angle of 9.07º 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 #EAA194 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 148 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.08 |
| HSL | 9.07º | 0.67% | 0.75% | - |
| HSV(B) | 9.07º | 0.37% | 0.92% | - |
| XYZ | 52.02 | 45.12 | 33.98 | - |
| YUV | 181.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 148 | 0 | 0.31 | 0.37 | 0.08 | 9.07 | 0.67 | 0.75 |
| Hex | EA | A1 | 94 | 0 | 1F | 25 | 8 | 9 | 43 | 4B |
| Octal | 352 | 241 | 224 | 0 | 37 | 45 | 10 | 11 | 103 | 113 |
| Binary | 11101010 | 10100001 | 10010100 | 0 | 11111 | 100101 | 1000 | 1001 | 1000011 | 1001011 |
Color Harmonies of #EAA194
Complementary color
Monochromatic Colors of #EAA194
Black with #EAA194
Text Example
Text Example
White with #EAA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA194; }
p { color: rgb(234,161,148); }
H1.HeaderClassName
{
color: #EAA194;
}
.AnyTagClassName
{
color: #EAA194;
}
</style>
background-color css
<style>
a { background-color: #EAA194; }
a { background-color: rgb(234,161,148); }
div.DivClassName
{
background-color: #EAA194;
}
.BgClassName
{
background-color: #EAA194;
}
</style>
border-color css
<style>
span { border-color: #EAA194; }
span { border-color: rgb(234,161,148); }
td.TdClassName
{
border-color: #EAA194;
}
.TagClassName
{
border-color: #EAA194;
}
</style>