Shades of Tonys Pink #E6A087
Tints of Tonys Pink #E6A087
RGB
CMYK
RGB Variations
Color information
#E6A087 (or 0xE6A087) is known color: Tonys Pink. HEX triplet: E6, A0 and 87. RGB value is (230,160,135). Sum of RGB (Red+Green+Blue) = 230+160+135=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A087 is #195F78. Grayscale: #B2B2B2. Windows color (decimal): -1662841 or 8888550. OLE color: 8888550.
HSL color Cylindrical-coordinate representation of color #E6A087: hue angle of 15.79º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6A087 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 135 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.10 |
| HSL | 15.79º | 0.66% | 0.72% | - |
| HSV(B) | 15.79º | 0.41% | 0.9% | - |
| XYZ | 49.58 | 43.71 | 28.75 | - |
| YUV | 178.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 135 | 0 | 0.30 | 0.41 | 0.10 | 15.79 | 0.66 | 0.72 |
| Hex | E6 | A0 | 87 | 0 | 1E | 29 | A | 10 | 42 | 48 |
| Octal | 346 | 240 | 207 | 0 | 36 | 51 | 12 | 20 | 102 | 110 |
| Binary | 11100110 | 10100000 | 10000111 | 0 | 11110 | 101001 | 1010 | 10000 | 1000010 | 1001000 |
Color Harmonies of #E6A087
Complementary color
Monochromatic Colors of #E6A087
Black with #E6A087
Text Example
Text Example
White with #E6A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A087; }
p { color: rgb(230,160,135); }
H1.HeaderClassName
{
color: #E6A087;
}
.AnyTagClassName
{
color: #E6A087;
}
</style>
background-color css
<style>
a { background-color: #E6A087; }
a { background-color: rgb(230,160,135); }
div.DivClassName
{
background-color: #E6A087;
}
.BgClassName
{
background-color: #E6A087;
}
</style>
border-color css
<style>
span { border-color: #E6A087; }
span { border-color: rgb(230,160,135); }
td.TdClassName
{
border-color: #E6A087;
}
.TagClassName
{
border-color: #E6A087;
}
</style>