Shades of Tonys Pink #EBA293
Tints of Tonys Pink #EBA293
RGB
CMYK
RGB Variations
Color information
#EBA293 (or 0xEBA293) is known color: Tonys Pink. HEX triplet: EB, A2 and 93. RGB value is (235,162,147). Sum of RGB (Red+Green+Blue) = 235+162+147=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA293 is #145D6C. Grayscale: #B6B6B6. Windows color (decimal): -1334637 or 9675499. OLE color: 9675499.
HSL color Cylindrical-coordinate representation of color #EBA293: hue angle of 10.23º 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 #EBA293 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 147 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.08 |
| HSL | 10.23º | 0.69% | 0.75% | - |
| HSV(B) | 10.23º | 0.37% | 0.92% | - |
| XYZ | 52.45 | 45.61 | 33.64 | - |
| YUV | 182.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 147 | 0 | 0.31 | 0.37 | 0.08 | 10.23 | 0.69 | 0.75 |
| Hex | EB | A2 | 93 | 0 | 1F | 25 | 8 | A | 45 | 4B |
| Octal | 353 | 242 | 223 | 0 | 37 | 45 | 10 | 12 | 105 | 113 |
| Binary | 11101011 | 10100010 | 10010011 | 0 | 11111 | 100101 | 1000 | 1010 | 1000101 | 1001011 |
Color Harmonies of #EBA293
Complementary color
Monochromatic Colors of #EBA293
Black with #EBA293
Text Example
Text Example
White with #EBA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA293; }
p { color: rgb(235,162,147); }
H1.HeaderClassName
{
color: #EBA293;
}
.AnyTagClassName
{
color: #EBA293;
}
</style>
background-color css
<style>
a { background-color: #EBA293; }
a { background-color: rgb(235,162,147); }
div.DivClassName
{
background-color: #EBA293;
}
.BgClassName
{
background-color: #EBA293;
}
</style>
border-color css
<style>
span { border-color: #EBA293; }
span { border-color: rgb(235,162,147); }
td.TdClassName
{
border-color: #EBA293;
}
.TagClassName
{
border-color: #EBA293;
}
</style>