Shades of Tonys Pink #EBA288
Tints of Tonys Pink #EBA288
RGB
CMYK
RGB Variations
Color information
#EBA288 (or 0xEBA288) is known color: Tonys Pink. HEX triplet: EB, A2 and 88. RGB value is (235,162,136). Sum of RGB (Red+Green+Blue) = 235+162+136=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA288 is #145D77. Grayscale: #B5B5B5. Windows color (decimal): -1334648 or 8954603. OLE color: 8954603.
HSL color Cylindrical-coordinate representation of color #EBA288: hue angle of 15.76º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBA288 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 136 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.08 |
| HSL | 15.76º | 0.71% | 0.73% | - |
| HSV(B) | 15.76º | 0.42% | 0.92% | - |
| XYZ | 51.63 | 45.28 | 29.31 | - |
| YUV | 180.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 136 | 0 | 0.31 | 0.42 | 0.08 | 15.76 | 0.71 | 0.73 |
| Hex | EB | A2 | 88 | 0 | 1F | 2A | 8 | 10 | 47 | 49 |
| Octal | 353 | 242 | 210 | 0 | 37 | 52 | 10 | 20 | 107 | 111 |
| Binary | 11101011 | 10100010 | 10001000 | 0 | 11111 | 101010 | 1000 | 10000 | 1000111 | 1001001 |
Color Harmonies of #EBA288
Complementary color
Monochromatic Colors of #EBA288
Black with #EBA288
Text Example
Text Example
White with #EBA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA288; }
p { color: rgb(235,162,136); }
H1.HeaderClassName
{
color: #EBA288;
}
.AnyTagClassName
{
color: #EBA288;
}
</style>
background-color css
<style>
a { background-color: #EBA288; }
a { background-color: rgb(235,162,136); }
div.DivClassName
{
background-color: #EBA288;
}
.BgClassName
{
background-color: #EBA288;
}
</style>
border-color css
<style>
span { border-color: #EBA288; }
span { border-color: rgb(235,162,136); }
td.TdClassName
{
border-color: #EBA288;
}
.TagClassName
{
border-color: #EBA288;
}
</style>