Shades of Tonys Pink #EBA096
Tints of Tonys Pink #EBA096
RGB
CMYK
RGB Variations
Color information
#EBA096 (or 0xEBA096) is known color: Tonys Pink. HEX triplet: EB, A0 and 96. RGB value is (235,160,150). Sum of RGB (Red+Green+Blue) = 235+160+150=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA096 is #145F69. Grayscale: #B5B5B5. Windows color (decimal): -1335146 or 9871595. OLE color: 9871595.
HSL color Cylindrical-coordinate representation of color #EBA096: hue angle of 7.06º 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 #EBA096 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 150 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.08 |
| HSL | 7.06º | 0.68% | 0.75% | - |
| HSV(B) | 7.06º | 0.36% | 0.92% | - |
| XYZ | 52.34 | 45.01 | 34.78 | - |
| YUV | 181.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 150 | 0 | 0.32 | 0.36 | 0.08 | 7.06 | 0.68 | 0.75 |
| Hex | EB | A0 | 96 | 0 | 20 | 24 | 8 | 7 | 44 | 4B |
| Octal | 353 | 240 | 226 | 0 | 40 | 44 | 10 | 7 | 104 | 113 |
| Binary | 11101011 | 10100000 | 10010110 | 0 | 100000 | 100100 | 1000 | 111 | 1000100 | 1001011 |
Color Harmonies of #EBA096
Complementary color
Monochromatic Colors of #EBA096
Black with #EBA096
Text Example
Text Example
White with #EBA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA096; }
p { color: rgb(235,160,150); }
H1.HeaderClassName
{
color: #EBA096;
}
.AnyTagClassName
{
color: #EBA096;
}
</style>
background-color css
<style>
a { background-color: #EBA096; }
a { background-color: rgb(235,160,150); }
div.DivClassName
{
background-color: #EBA096;
}
.BgClassName
{
background-color: #EBA096;
}
</style>
border-color css
<style>
span { border-color: #EBA096; }
span { border-color: rgb(235,160,150); }
td.TdClassName
{
border-color: #EBA096;
}
.TagClassName
{
border-color: #EBA096;
}
</style>