Shades of Tonys Pink #E6AA92
Tints of Tonys Pink #E6AA92
RGB
CMYK
RGB Variations
Color information
#E6AA92 (or 0xE6AA92) is known color: Tonys Pink. HEX triplet: E6, AA and 92. RGB value is (230,170,146). Sum of RGB (Red+Green+Blue) = 230+170+146=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA92 is #19556D. Grayscale: #B9B9B9. Windows color (decimal): -1660270 or 9612006. OLE color: 9612006.
HSL color Cylindrical-coordinate representation of color #E6AA92: hue angle of 17.14º 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 #E6AA92 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 146 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.10 |
| HSL | 17.14º | 0.63% | 0.74% | - |
| HSV(B) | 17.14º | 0.37% | 0.9% | - |
| XYZ | 52.2 | 47.65 | 33.64 | - |
| YUV | 185.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 146 | 0 | 0.26 | 0.37 | 0.10 | 17.14 | 0.63 | 0.74 |
| Hex | E6 | AA | 92 | 0 | 1A | 25 | A | 11 | 3F | 4A |
| Octal | 346 | 252 | 222 | 0 | 32 | 45 | 12 | 21 | 77 | 112 |
| Binary | 11100110 | 10101010 | 10010010 | 0 | 11010 | 100101 | 1010 | 10001 | 111111 | 1001010 |
Color Harmonies of #E6AA92
Complementary color
Monochromatic Colors of #E6AA92
Black with #E6AA92
Text Example
Text Example
White with #E6AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA92; }
p { color: rgb(230,170,146); }
H1.HeaderClassName
{
color: #E6AA92;
}
.AnyTagClassName
{
color: #E6AA92;
}
</style>
background-color css
<style>
a { background-color: #E6AA92; }
a { background-color: rgb(230,170,146); }
div.DivClassName
{
background-color: #E6AA92;
}
.BgClassName
{
background-color: #E6AA92;
}
</style>
border-color css
<style>
span { border-color: #E6AA92; }
span { border-color: rgb(230,170,146); }
td.TdClassName
{
border-color: #E6AA92;
}
.TagClassName
{
border-color: #E6AA92;
}
</style>