Shades of Tonys Pink #E9A494
Tints of Tonys Pink #E9A494
RGB
CMYK
RGB Variations
Color information
#E9A494 (or 0xE9A494) is known color: Tonys Pink. HEX triplet: E9, A4 and 94. RGB value is (233,164,148). Sum of RGB (Red+Green+Blue) = 233+164+148=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A494 is #165B6B. Grayscale: #B6B6B6. Windows color (decimal): -1465196 or 9741545. OLE color: 9741545.
HSL color Cylindrical-coordinate representation of color #E9A494: hue angle of 11.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9A494 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 148 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.09 |
| HSL | 11.29º | 0.66% | 0.75% | - |
| HSV(B) | 11.29º | 0.36% | 0.91% | - |
| XYZ | 52.23 | 46.01 | 34.15 | - |
| YUV | 182.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 148 | 0 | 0.30 | 0.36 | 0.09 | 11.29 | 0.66 | 0.75 |
| Hex | E9 | A4 | 94 | 0 | 1E | 24 | 9 | B | 42 | 4B |
| Octal | 351 | 244 | 224 | 0 | 36 | 44 | 11 | 13 | 102 | 113 |
| Binary | 11101001 | 10100100 | 10010100 | 0 | 11110 | 100100 | 1001 | 1011 | 1000010 | 1001011 |
Color Harmonies of #E9A494
Complementary color
Monochromatic Colors of #E9A494
Black with #E9A494
Text Example
Text Example
White with #E9A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A494; }
p { color: rgb(233,164,148); }
H1.HeaderClassName
{
color: #E9A494;
}
.AnyTagClassName
{
color: #E9A494;
}
</style>
background-color css
<style>
a { background-color: #E9A494; }
a { background-color: rgb(233,164,148); }
div.DivClassName
{
background-color: #E9A494;
}
.BgClassName
{
background-color: #E9A494;
}
</style>
border-color css
<style>
span { border-color: #E9A494; }
span { border-color: rgb(233,164,148); }
td.TdClassName
{
border-color: #E9A494;
}
.TagClassName
{
border-color: #E9A494;
}
</style>