Shades of Tonys Pink #EBA596
Tints of Tonys Pink #EBA596
RGB
CMYK
RGB Variations
Color information
#EBA596 (or 0xEBA596) is known color: Tonys Pink. HEX triplet: EB, A5 and 96. RGB value is (235,165,150). Sum of RGB (Red+Green+Blue) = 235+165+150=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA596 is #145A69. Grayscale: #B8B8B8. Windows color (decimal): -1333866 or 9872875. OLE color: 9872875.
HSL color Cylindrical-coordinate representation of color #EBA596: hue angle of 10.59º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA596 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 150 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.08 |
| HSL | 10.59º | 0.68% | 0.75% | - |
| HSV(B) | 10.59º | 0.36% | 0.92% | - |
| XYZ | 53.22 | 46.77 | 35.08 | - |
| YUV | 184.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 150 | 0 | 0.30 | 0.36 | 0.08 | 10.59 | 0.68 | 0.75 |
| Hex | EB | A5 | 96 | 0 | 1E | 24 | 8 | B | 44 | 4B |
| Octal | 353 | 245 | 226 | 0 | 36 | 44 | 10 | 13 | 104 | 113 |
| Binary | 11101011 | 10100101 | 10010110 | 0 | 11110 | 100100 | 1000 | 1011 | 1000100 | 1001011 |
Color Harmonies of #EBA596
Complementary color
Monochromatic Colors of #EBA596
Black with #EBA596
Text Example
Text Example
White with #EBA596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA596; }
p { color: rgb(235,165,150); }
H1.HeaderClassName
{
color: #EBA596;
}
.AnyTagClassName
{
color: #EBA596;
}
</style>
background-color css
<style>
a { background-color: #EBA596; }
a { background-color: rgb(235,165,150); }
div.DivClassName
{
background-color: #EBA596;
}
.BgClassName
{
background-color: #EBA596;
}
</style>
border-color css
<style>
span { border-color: #EBA596; }
span { border-color: rgb(235,165,150); }
td.TdClassName
{
border-color: #EBA596;
}
.TagClassName
{
border-color: #EBA596;
}
</style>