Shades of Tonys Pink #E6A290
Tints of Tonys Pink #E6A290
RGB
CMYK
RGB Variations
Color information
#E6A290 (or 0xE6A290) is known color: Tonys Pink. HEX triplet: E6, A2 and 90. RGB value is (230,162,144). Sum of RGB (Red+Green+Blue) = 230+162+144=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A290 is #195D6F. Grayscale: #B4B4B4. Windows color (decimal): -1662320 or 9478886. OLE color: 9478886.
HSL color Cylindrical-coordinate representation of color #E6A290: hue angle of 12.56º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6A290 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 144 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.10 |
| HSL | 12.56º | 0.63% | 0.73% | - |
| HSV(B) | 12.56º | 0.37% | 0.9% | - |
| XYZ | 50.59 | 44.68 | 32.34 | - |
| YUV | 180.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 144 | 0 | 0.30 | 0.37 | 0.10 | 12.56 | 0.63 | 0.73 |
| Hex | E6 | A2 | 90 | 0 | 1E | 25 | A | D | 3F | 49 |
| Octal | 346 | 242 | 220 | 0 | 36 | 45 | 12 | 15 | 77 | 111 |
| Binary | 11100110 | 10100010 | 10010000 | 0 | 11110 | 100101 | 1010 | 1101 | 111111 | 1001001 |
Color Harmonies of #E6A290
Complementary color
Monochromatic Colors of #E6A290
Black with #E6A290
Text Example
Text Example
White with #E6A290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A290; }
p { color: rgb(230,162,144); }
H1.HeaderClassName
{
color: #E6A290;
}
.AnyTagClassName
{
color: #E6A290;
}
</style>
background-color css
<style>
a { background-color: #E6A290; }
a { background-color: rgb(230,162,144); }
div.DivClassName
{
background-color: #E6A290;
}
.BgClassName
{
background-color: #E6A290;
}
</style>
border-color css
<style>
span { border-color: #E6A290; }
span { border-color: rgb(230,162,144); }
td.TdClassName
{
border-color: #E6A290;
}
.TagClassName
{
border-color: #E6A290;
}
</style>