Shades of Tonys Pink #E9A28C
Tints of Tonys Pink #E9A28C
RGB
CMYK
RGB Variations
Color information
#E9A28C (or 0xE9A28C) is known color: Tonys Pink. HEX triplet: E9, A2 and 8C. RGB value is (233,162,140). Sum of RGB (Red+Green+Blue) = 233+162+140=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A28C is #165D73. Grayscale: #B4B4B4. Windows color (decimal): -1465716 or 9216745. OLE color: 9216745.
HSL color Cylindrical-coordinate representation of color #E9A28C: hue angle of 14.19º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9A28C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 140 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.09 |
| HSL | 14.19º | 0.68% | 0.73% | - |
| HSV(B) | 14.19º | 0.4% | 0.91% | - |
| XYZ | 51.26 | 45.06 | 30.81 | - |
| YUV | 180.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 140 | 0 | 0.30 | 0.40 | 0.09 | 14.19 | 0.68 | 0.73 |
| Hex | E9 | A2 | 8C | 0 | 1E | 28 | 9 | E | 44 | 49 |
| Octal | 351 | 242 | 214 | 0 | 36 | 50 | 11 | 16 | 104 | 111 |
| Binary | 11101001 | 10100010 | 10001100 | 0 | 11110 | 101000 | 1001 | 1110 | 1000100 | 1001001 |
Color Harmonies of #E9A28C
Complementary color
Monochromatic Colors of #E9A28C
Black with #E9A28C
Text Example
Text Example
White with #E9A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A28C; }
p { color: rgb(233,162,140); }
H1.HeaderClassName
{
color: #E9A28C;
}
.AnyTagClassName
{
color: #E9A28C;
}
</style>
background-color css
<style>
a { background-color: #E9A28C; }
a { background-color: rgb(233,162,140); }
div.DivClassName
{
background-color: #E9A28C;
}
.BgClassName
{
background-color: #E9A28C;
}
</style>
border-color css
<style>
span { border-color: #E9A28C; }
span { border-color: rgb(233,162,140); }
td.TdClassName
{
border-color: #E9A28C;
}
.TagClassName
{
border-color: #E9A28C;
}
</style>