Shades of Tonys Pink #E6A389
Tints of Tonys Pink #E6A389
RGB
CMYK
RGB Variations
Color information
#E6A389 (or 0xE6A389) is known color: Tonys Pink. HEX triplet: E6, A3 and 89. RGB value is (230,163,137). Sum of RGB (Red+Green+Blue) = 230+163+137=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A389 is #195C76. Grayscale: #B4B4B4. Windows color (decimal): -1662071 or 9020390. OLE color: 9020390.
HSL color Cylindrical-coordinate representation of color #E6A389: hue angle of 16.77º 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 #E6A389 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 137 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.10 |
| HSL | 16.77º | 0.65% | 0.72% | - |
| HSV(B) | 16.77º | 0.4% | 0.9% | - |
| XYZ | 50.25 | 44.82 | 29.67 | - |
| YUV | 180.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 137 | 0 | 0.29 | 0.40 | 0.10 | 16.77 | 0.65 | 0.72 |
| Hex | E6 | A3 | 89 | 0 | 1D | 28 | A | 11 | 41 | 48 |
| Octal | 346 | 243 | 211 | 0 | 35 | 50 | 12 | 21 | 101 | 110 |
| Binary | 11100110 | 10100011 | 10001001 | 0 | 11101 | 101000 | 1010 | 10001 | 1000001 | 1001000 |
Color Harmonies of #E6A389
Complementary color
Monochromatic Colors of #E6A389
Black with #E6A389
Text Example
Text Example
White with #E6A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A389; }
p { color: rgb(230,163,137); }
H1.HeaderClassName
{
color: #E6A389;
}
.AnyTagClassName
{
color: #E6A389;
}
</style>
background-color css
<style>
a { background-color: #E6A389; }
a { background-color: rgb(230,163,137); }
div.DivClassName
{
background-color: #E6A389;
}
.BgClassName
{
background-color: #E6A389;
}
</style>
border-color css
<style>
span { border-color: #E6A389; }
span { border-color: rgb(230,163,137); }
td.TdClassName
{
border-color: #E6A389;
}
.TagClassName
{
border-color: #E6A389;
}
</style>