Shades of Tonys Pink #EBA892
Tints of Tonys Pink #EBA892
RGB
CMYK
RGB Variations
Color information
#EBA892 (or 0xEBA892) is known color: Tonys Pink. HEX triplet: EB, A8 and 92. RGB value is (235,168,146). Sum of RGB (Red+Green+Blue) = 235+168+146=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA892 is #14576D. Grayscale: #B9B9B9. Windows color (decimal): -1333102 or 9611499. OLE color: 9611499.
HSL color Cylindrical-coordinate representation of color #EBA892: hue angle of 14.83º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBA892 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 146 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.08 |
| HSL | 14.83º | 0.69% | 0.75% | - |
| HSV(B) | 14.83º | 0.38% | 0.92% | - |
| XYZ | 53.45 | 47.74 | 33.59 | - |
| YUV | 185.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 146 | 0 | 0.29 | 0.38 | 0.08 | 14.83 | 0.69 | 0.75 |
| Hex | EB | A8 | 92 | 0 | 1D | 26 | 8 | F | 45 | 4B |
| Octal | 353 | 250 | 222 | 0 | 35 | 46 | 10 | 17 | 105 | 113 |
| Binary | 11101011 | 10101000 | 10010010 | 0 | 11101 | 100110 | 1000 | 1111 | 1000101 | 1001011 |
Color Harmonies of #EBA892
Complementary color
Monochromatic Colors of #EBA892
Black with #EBA892
Text Example
Text Example
White with #EBA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA892; }
p { color: rgb(235,168,146); }
H1.HeaderClassName
{
color: #EBA892;
}
.AnyTagClassName
{
color: #EBA892;
}
</style>
background-color css
<style>
a { background-color: #EBA892; }
a { background-color: rgb(235,168,146); }
div.DivClassName
{
background-color: #EBA892;
}
.BgClassName
{
background-color: #EBA892;
}
</style>
border-color css
<style>
span { border-color: #EBA892; }
span { border-color: rgb(235,168,146); }
td.TdClassName
{
border-color: #EBA892;
}
.TagClassName
{
border-color: #EBA892;
}
</style>