Shades of Tonys Pink #E3A596
Tints of Tonys Pink #E3A596
RGB
CMYK
RGB Variations
Color information
#E3A596 (or 0xE3A596) is known color: Tonys Pink. HEX triplet: E3, A5 and 96. RGB value is (227,165,150). Sum of RGB (Red+Green+Blue) = 227+165+150=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A596 is #1C5A69. Grayscale: #B5B5B5. Windows color (decimal): -1858154 or 9872867. OLE color: 9872867.
HSL color Cylindrical-coordinate representation of color #E3A596: hue angle of 11.69º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3A596 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 150 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.11 |
| HSL | 11.69º | 0.58% | 0.74% | - |
| HSV(B) | 11.69º | 0.34% | 0.89% | - |
| XYZ | 50.64 | 45.44 | 34.96 | - |
| YUV | 181.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 150 | 0 | 0.27 | 0.34 | 0.11 | 11.69 | 0.58 | 0.74 |
| Hex | E3 | A5 | 96 | 0 | 1B | 22 | B | C | 3A | 4A |
| Octal | 343 | 245 | 226 | 0 | 33 | 42 | 13 | 14 | 72 | 112 |
| Binary | 11100011 | 10100101 | 10010110 | 0 | 11011 | 100010 | 1011 | 1100 | 111010 | 1001010 |
Color Harmonies of #E3A596
Complementary color
Monochromatic Colors of #E3A596
Black with #E3A596
Text Example
Text Example
White with #E3A596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A596; }
p { color: rgb(227,165,150); }
H1.HeaderClassName
{
color: #E3A596;
}
.AnyTagClassName
{
color: #E3A596;
}
</style>
background-color css
<style>
a { background-color: #E3A596; }
a { background-color: rgb(227,165,150); }
div.DivClassName
{
background-color: #E3A596;
}
.BgClassName
{
background-color: #E3A596;
}
</style>
border-color css
<style>
span { border-color: #E3A596; }
span { border-color: rgb(227,165,150); }
td.TdClassName
{
border-color: #E3A596;
}
.TagClassName
{
border-color: #E3A596;
}
</style>