Shades of Tonys Pink #E6A98B
Tints of Tonys Pink #E6A98B
RGB
CMYK
RGB Variations
Color information
#E6A98B (or 0xE6A98B) is known color: Tonys Pink. HEX triplet: E6, A9 and 8B. RGB value is (230,169,139). Sum of RGB (Red+Green+Blue) = 230+169+139=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A98B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A98B is #195674. Grayscale: #B7B7B7. Windows color (decimal): -1660533 or 9152998. OLE color: 9152998.
HSL color Cylindrical-coordinate representation of color #E6A98B: hue angle of 19.78º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6A98B is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 139 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.10 |
| HSL | 19.78º | 0.65% | 0.72% | - |
| HSV(B) | 19.78º | 0.4% | 0.9% | - |
| XYZ | 51.48 | 47.06 | 30.8 | - |
| YUV | 183.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 139 | 0 | 0.27 | 0.40 | 0.10 | 19.78 | 0.65 | 0.72 |
| Hex | E6 | A9 | 8B | 0 | 1B | 28 | A | 14 | 41 | 48 |
| Octal | 346 | 251 | 213 | 0 | 33 | 50 | 12 | 24 | 101 | 110 |
| Binary | 11100110 | 10101001 | 10001011 | 0 | 11011 | 101000 | 1010 | 10100 | 1000001 | 1001000 |
Color Harmonies of #E6A98B
Complementary color
Monochromatic Colors of #E6A98B
Black with #E6A98B
Text Example
Text Example
White with #E6A98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A98B; }
p { color: rgb(230,169,139); }
H1.HeaderClassName
{
color: #E6A98B;
}
.AnyTagClassName
{
color: #E6A98B;
}
</style>
background-color css
<style>
a { background-color: #E6A98B; }
a { background-color: rgb(230,169,139); }
div.DivClassName
{
background-color: #E6A98B;
}
.BgClassName
{
background-color: #E6A98B;
}
</style>
border-color css
<style>
span { border-color: #E6A98B; }
span { border-color: rgb(230,169,139); }
td.TdClassName
{
border-color: #E6A98B;
}
.TagClassName
{
border-color: #E6A98B;
}
</style>