Shades of Tonys Pink #EBA087
Tints of Tonys Pink #EBA087
RGB
CMYK
RGB Variations
Color information
#EBA087 (or 0xEBA087) is known color: Tonys Pink. HEX triplet: EB, A0 and 87. RGB value is (235,160,135). Sum of RGB (Red+Green+Blue) = 235+160+135=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA087 is #145F78. Grayscale: #B3B3B3. Windows color (decimal): -1335161 or 8888555. OLE color: 8888555.
HSL color Cylindrical-coordinate representation of color #EBA087: hue angle of 15º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBA087 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 135 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.08 |
| HSL | 15º | 0.71% | 0.73% | - |
| HSV(B) | 15º | 0.43% | 0.92% | - |
| XYZ | 51.2 | 44.55 | 28.82 | - |
| YUV | 179.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 135 | 0 | 0.32 | 0.43 | 0.08 | 15 | 0.71 | 0.73 |
| Hex | EB | A0 | 87 | 0 | 20 | 2B | 8 | F | 47 | 49 |
| Octal | 353 | 240 | 207 | 0 | 40 | 53 | 10 | 17 | 107 | 111 |
| Binary | 11101011 | 10100000 | 10000111 | 0 | 100000 | 101011 | 1000 | 1111 | 1000111 | 1001001 |
Color Harmonies of #EBA087
Complementary color
Monochromatic Colors of #EBA087
Black with #EBA087
Text Example
Text Example
White with #EBA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA087; }
p { color: rgb(235,160,135); }
H1.HeaderClassName
{
color: #EBA087;
}
.AnyTagClassName
{
color: #EBA087;
}
</style>
background-color css
<style>
a { background-color: #EBA087; }
a { background-color: rgb(235,160,135); }
div.DivClassName
{
background-color: #EBA087;
}
.BgClassName
{
background-color: #EBA087;
}
</style>
border-color css
<style>
span { border-color: #EBA087; }
span { border-color: rgb(235,160,135); }
td.TdClassName
{
border-color: #EBA087;
}
.TagClassName
{
border-color: #EBA087;
}
</style>