Shades of Tonys Pink #EBA495
Tints of Tonys Pink #EBA495
RGB
CMYK
RGB Variations
Color information
#EBA495 (or 0xEBA495) is known color: Tonys Pink. HEX triplet: EB, A4 and 95. RGB value is (235,164,149). Sum of RGB (Red+Green+Blue) = 235+164+149=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA495 is #145B6A. Grayscale: #B7B7B7. Windows color (decimal): -1334123 or 9807083. OLE color: 9807083.
HSL color Cylindrical-coordinate representation of color #EBA495: hue angle of 10.47º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA495 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 149 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.08 |
| HSL | 10.47º | 0.68% | 0.75% | - |
| HSV(B) | 10.47º | 0.37% | 0.92% | - |
| XYZ | 52.96 | 46.38 | 34.6 | - |
| YUV | 183.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 149 | 0 | 0.30 | 0.37 | 0.08 | 10.47 | 0.68 | 0.75 |
| Hex | EB | A4 | 95 | 0 | 1E | 25 | 8 | A | 44 | 4B |
| Octal | 353 | 244 | 225 | 0 | 36 | 45 | 10 | 12 | 104 | 113 |
| Binary | 11101011 | 10100100 | 10010101 | 0 | 11110 | 100101 | 1000 | 1010 | 1000100 | 1001011 |
Color Harmonies of #EBA495
Complementary color
Monochromatic Colors of #EBA495
Black with #EBA495
Text Example
Text Example
White with #EBA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA495; }
p { color: rgb(235,164,149); }
H1.HeaderClassName
{
color: #EBA495;
}
.AnyTagClassName
{
color: #EBA495;
}
</style>
background-color css
<style>
a { background-color: #EBA495; }
a { background-color: rgb(235,164,149); }
div.DivClassName
{
background-color: #EBA495;
}
.BgClassName
{
background-color: #EBA495;
}
</style>
border-color css
<style>
span { border-color: #EBA495; }
span { border-color: rgb(235,164,149); }
td.TdClassName
{
border-color: #EBA495;
}
.TagClassName
{
border-color: #EBA495;
}
</style>