Shades of Tonys Pink #EBA094
Tints of Tonys Pink #EBA094
RGB
CMYK
RGB Variations
Color information
#EBA094 (or 0xEBA094) is known color: Tonys Pink. HEX triplet: EB, A0 and 94. RGB value is (235,160,148). Sum of RGB (Red+Green+Blue) = 235+160+148=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA094 is #145F6B. Grayscale: #B5B5B5. Windows color (decimal): -1335148 or 9740523. OLE color: 9740523.
HSL color Cylindrical-coordinate representation of color #EBA094: hue angle of 8.28º degrees, saturation: 0.69, 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 #EBA094 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 148 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.08 |
| HSL | 8.28º | 0.69% | 0.75% | - |
| HSV(B) | 8.28º | 0.37% | 0.92% | - |
| XYZ | 52.18 | 44.94 | 33.94 | - |
| YUV | 181.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 148 | 0 | 0.32 | 0.37 | 0.08 | 8.28 | 0.69 | 0.75 |
| Hex | EB | A0 | 94 | 0 | 20 | 25 | 8 | 8 | 45 | 4B |
| Octal | 353 | 240 | 224 | 0 | 40 | 45 | 10 | 10 | 105 | 113 |
| Binary | 11101011 | 10100000 | 10010100 | 0 | 100000 | 100101 | 1000 | 1000 | 1000101 | 1001011 |
Color Harmonies of #EBA094
Complementary color
Monochromatic Colors of #EBA094
Black with #EBA094
Text Example
Text Example
White with #EBA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA094; }
p { color: rgb(235,160,148); }
H1.HeaderClassName
{
color: #EBA094;
}
.AnyTagClassName
{
color: #EBA094;
}
</style>
background-color css
<style>
a { background-color: #EBA094; }
a { background-color: rgb(235,160,148); }
div.DivClassName
{
background-color: #EBA094;
}
.BgClassName
{
background-color: #EBA094;
}
</style>
border-color css
<style>
span { border-color: #EBA094; }
span { border-color: rgb(235,160,148); }
td.TdClassName
{
border-color: #EBA094;
}
.TagClassName
{
border-color: #EBA094;
}
</style>