Shades of Tonys Pink #E2A390
Tints of Tonys Pink #E2A390
RGB
CMYK
RGB Variations
Color information
#E2A390 (or 0xE2A390) is known color: Tonys Pink. HEX triplet: E2, A3 and 90. RGB value is (226,163,144). Sum of RGB (Red+Green+Blue) = 226+163+144=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A390 is #1D5C6F. Grayscale: #B3B3B3. Windows color (decimal): -1924208 or 9479138. OLE color: 9479138.
HSL color Cylindrical-coordinate representation of color #E2A390: hue angle of 13.9º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2A390 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 144 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.11 |
| HSL | 13.9º | 0.59% | 0.73% | - |
| HSV(B) | 13.9º | 0.36% | 0.89% | - |
| XYZ | 49.5 | 44.38 | 32.34 | - |
| YUV | 179.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 144 | 0 | 0.28 | 0.36 | 0.11 | 13.9 | 0.59 | 0.73 |
| Hex | E2 | A3 | 90 | 0 | 1C | 24 | B | E | 3B | 49 |
| Octal | 342 | 243 | 220 | 0 | 34 | 44 | 13 | 16 | 73 | 111 |
| Binary | 11100010 | 10100011 | 10010000 | 0 | 11100 | 100100 | 1011 | 1110 | 111011 | 1001001 |
Color Harmonies of #E2A390
Complementary color
Monochromatic Colors of #E2A390
Black with #E2A390
Text Example
Text Example
White with #E2A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A390; }
p { color: rgb(226,163,144); }
H1.HeaderClassName
{
color: #E2A390;
}
.AnyTagClassName
{
color: #E2A390;
}
</style>
background-color css
<style>
a { background-color: #E2A390; }
a { background-color: rgb(226,163,144); }
div.DivClassName
{
background-color: #E2A390;
}
.BgClassName
{
background-color: #E2A390;
}
</style>
border-color css
<style>
span { border-color: #E2A390; }
span { border-color: rgb(226,163,144); }
td.TdClassName
{
border-color: #E2A390;
}
.TagClassName
{
border-color: #E2A390;
}
</style>