Shades of Tonys Pink #EBA488
Tints of Tonys Pink #EBA488
RGB
CMYK
RGB Variations
Color information
#EBA488 (or 0xEBA488) is known color: Tonys Pink. HEX triplet: EB, A4 and 88. RGB value is (235,164,136). Sum of RGB (Red+Green+Blue) = 235+164+136=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA488 is #145B77. Grayscale: #B6B6B6. Windows color (decimal): -1334136 or 8955115. OLE color: 8955115.
HSL color Cylindrical-coordinate representation of color #EBA488: hue angle of 16.97º 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 #EBA488 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 136 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.08 |
| HSL | 16.97º | 0.71% | 0.73% | - |
| HSV(B) | 16.97º | 0.42% | 0.92% | - |
| XYZ | 51.98 | 45.99 | 29.43 | - |
| YUV | 182.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 136 | 0 | 0.30 | 0.42 | 0.08 | 16.97 | 0.71 | 0.73 |
| Hex | EB | A4 | 88 | 0 | 1E | 2A | 8 | 11 | 47 | 49 |
| Octal | 353 | 244 | 210 | 0 | 36 | 52 | 10 | 21 | 107 | 111 |
| Binary | 11101011 | 10100100 | 10001000 | 0 | 11110 | 101010 | 1000 | 10001 | 1000111 | 1001001 |
Color Harmonies of #EBA488
Complementary color
Monochromatic Colors of #EBA488
Black with #EBA488
Text Example
Text Example
White with #EBA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA488; }
p { color: rgb(235,164,136); }
H1.HeaderClassName
{
color: #EBA488;
}
.AnyTagClassName
{
color: #EBA488;
}
</style>
background-color css
<style>
a { background-color: #EBA488; }
a { background-color: rgb(235,164,136); }
div.DivClassName
{
background-color: #EBA488;
}
.BgClassName
{
background-color: #EBA488;
}
</style>
border-color css
<style>
span { border-color: #EBA488; }
span { border-color: rgb(235,164,136); }
td.TdClassName
{
border-color: #EBA488;
}
.TagClassName
{
border-color: #EBA488;
}
</style>