Shades of Tonys Pink #EBA48A
Tints of Tonys Pink #EBA48A
RGB
CMYK
RGB Variations
Color information
#EBA48A (or 0xEBA48A) is known color: Tonys Pink. HEX triplet: EB, A4 and 8A. RGB value is (235,164,138). Sum of RGB (Red+Green+Blue) = 235+164+138=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA48A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA48A is #145B75. Grayscale: #B6B6B6. Windows color (decimal): -1334134 or 9086187. OLE color: 9086187.
HSL color Cylindrical-coordinate representation of color #EBA48A: hue angle of 16.08º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBA48A is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 138 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.08 |
| HSL | 16.08º | 0.71% | 0.73% | - |
| HSV(B) | 16.08º | 0.41% | 0.92% | - |
| XYZ | 52.12 | 46.05 | 30.19 | - |
| YUV | 182.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 138 | 0 | 0.30 | 0.41 | 0.08 | 16.08 | 0.71 | 0.73 |
| Hex | EB | A4 | 8A | 0 | 1E | 29 | 8 | 10 | 47 | 49 |
| Octal | 353 | 244 | 212 | 0 | 36 | 51 | 10 | 20 | 107 | 111 |
| Binary | 11101011 | 10100100 | 10001010 | 0 | 11110 | 101001 | 1000 | 10000 | 1000111 | 1001001 |
Color Harmonies of #EBA48A
Complementary color
Monochromatic Colors of #EBA48A
Black with #EBA48A
Text Example
Text Example
White with #EBA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA48A; }
p { color: rgb(235,164,138); }
H1.HeaderClassName
{
color: #EBA48A;
}
.AnyTagClassName
{
color: #EBA48A;
}
</style>
background-color css
<style>
a { background-color: #EBA48A; }
a { background-color: rgb(235,164,138); }
div.DivClassName
{
background-color: #EBA48A;
}
.BgClassName
{
background-color: #EBA48A;
}
</style>
border-color css
<style>
span { border-color: #EBA48A; }
span { border-color: rgb(235,164,138); }
td.TdClassName
{
border-color: #EBA48A;
}
.TagClassName
{
border-color: #EBA48A;
}
</style>