Shades of Tonys Pink #E6A092
Tints of Tonys Pink #E6A092
RGB
CMYK
RGB Variations
Color information
#E6A092 (or 0xE6A092) is known color: Tonys Pink. HEX triplet: E6, A0 and 92. RGB value is (230,160,146). Sum of RGB (Red+Green+Blue) = 230+160+146=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A092 is #195F6D. Grayscale: #B3B3B3. Windows color (decimal): -1662830 or 9609446. OLE color: 9609446.
HSL color Cylindrical-coordinate representation of color #E6A092: hue angle of 10º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6A092 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 146 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.10 |
| HSL | 10º | 0.63% | 0.74% | - |
| HSV(B) | 10º | 0.37% | 0.9% | - |
| XYZ | 50.39 | 44.04 | 33.04 | - |
| YUV | 179.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 146 | 0 | 0.30 | 0.37 | 0.10 | 10 | 0.63 | 0.74 |
| Hex | E6 | A0 | 92 | 0 | 1E | 25 | A | A | 3F | 4A |
| Octal | 346 | 240 | 222 | 0 | 36 | 45 | 12 | 12 | 77 | 112 |
| Binary | 11100110 | 10100000 | 10010010 | 0 | 11110 | 100101 | 1010 | 1010 | 111111 | 1001010 |
Color Harmonies of #E6A092
Complementary color
Monochromatic Colors of #E6A092
Black with #E6A092
Text Example
Text Example
White with #E6A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A092; }
p { color: rgb(230,160,146); }
H1.HeaderClassName
{
color: #E6A092;
}
.AnyTagClassName
{
color: #E6A092;
}
</style>
background-color css
<style>
a { background-color: #E6A092; }
a { background-color: rgb(230,160,146); }
div.DivClassName
{
background-color: #E6A092;
}
.BgClassName
{
background-color: #E6A092;
}
</style>
border-color css
<style>
span { border-color: #E6A092; }
span { border-color: rgb(230,160,146); }
td.TdClassName
{
border-color: #E6A092;
}
.TagClassName
{
border-color: #E6A092;
}
</style>