Shades of Tonys Pink #EBA08E
Tints of Tonys Pink #EBA08E
RGB
CMYK
RGB Variations
Color information
#EBA08E (or 0xEBA08E) is known color: Tonys Pink. HEX triplet: EB, A0 and 8E. RGB value is (235,160,142). Sum of RGB (Red+Green+Blue) = 235+160+142=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA08E is #145F71. Grayscale: #B4B4B4. Windows color (decimal): -1335154 or 9347307. OLE color: 9347307.
HSL color Cylindrical-coordinate representation of color #EBA08E: hue angle of 11.61º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBA08E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 142 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.08 |
| HSL | 11.61º | 0.7% | 0.74% | - |
| HSV(B) | 11.61º | 0.4% | 0.92% | - |
| XYZ | 51.71 | 44.76 | 31.5 | - |
| YUV | 180.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 142 | 0 | 0.32 | 0.40 | 0.08 | 11.61 | 0.7 | 0.74 |
| Hex | EB | A0 | 8E | 0 | 20 | 28 | 8 | C | 46 | 4A |
| Octal | 353 | 240 | 216 | 0 | 40 | 50 | 10 | 14 | 106 | 112 |
| Binary | 11101011 | 10100000 | 10001110 | 0 | 100000 | 101000 | 1000 | 1100 | 1000110 | 1001010 |
Color Harmonies of #EBA08E
Complementary color
Monochromatic Colors of #EBA08E
Black with #EBA08E
Text Example
Text Example
White with #EBA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA08E; }
p { color: rgb(235,160,142); }
H1.HeaderClassName
{
color: #EBA08E;
}
.AnyTagClassName
{
color: #EBA08E;
}
</style>
background-color css
<style>
a { background-color: #EBA08E; }
a { background-color: rgb(235,160,142); }
div.DivClassName
{
background-color: #EBA08E;
}
.BgClassName
{
background-color: #EBA08E;
}
</style>
border-color css
<style>
span { border-color: #EBA08E; }
span { border-color: rgb(235,160,142); }
td.TdClassName
{
border-color: #EBA08E;
}
.TagClassName
{
border-color: #EBA08E;
}
</style>