Shades of Tonys Pink #EBA085
Tints of Tonys Pink #EBA085
RGB
CMYK
RGB Variations
Color information
#EBA085 (or 0xEBA085) is known color: Tonys Pink. HEX triplet: EB, A0 and 85. RGB value is (235,160,133). Sum of RGB (Red+Green+Blue) = 235+160+133=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA085 is #145F7A. Grayscale: #B3B3B3. Windows color (decimal): -1335163 or 8757483. OLE color: 8757483.
HSL color Cylindrical-coordinate representation of color #EBA085: hue angle of 15.88º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBA085 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 133 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.08 |
| HSL | 15.88º | 0.72% | 0.72% | - |
| HSV(B) | 15.88º | 0.43% | 0.92% | - |
| XYZ | 51.07 | 44.5 | 28.09 | - |
| YUV | 179.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 133 | 0 | 0.32 | 0.43 | 0.08 | 15.88 | 0.72 | 0.72 |
| Hex | EB | A0 | 85 | 0 | 20 | 2B | 8 | 10 | 48 | 48 |
| Octal | 353 | 240 | 205 | 0 | 40 | 53 | 10 | 20 | 110 | 110 |
| Binary | 11101011 | 10100000 | 10000101 | 0 | 100000 | 101011 | 1000 | 10000 | 1001000 | 1001000 |
Color Harmonies of #EBA085
Complementary color
Monochromatic Colors of #EBA085
Black with #EBA085
Text Example
Text Example
White with #EBA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA085; }
p { color: rgb(235,160,133); }
H1.HeaderClassName
{
color: #EBA085;
}
.AnyTagClassName
{
color: #EBA085;
}
</style>
background-color css
<style>
a { background-color: #EBA085; }
a { background-color: rgb(235,160,133); }
div.DivClassName
{
background-color: #EBA085;
}
.BgClassName
{
background-color: #EBA085;
}
</style>
border-color css
<style>
span { border-color: #EBA085; }
span { border-color: rgb(235,160,133); }
td.TdClassName
{
border-color: #EBA085;
}
.TagClassName
{
border-color: #EBA085;
}
</style>