Shades of Tonys Pink #EBA48C
Tints of Tonys Pink #EBA48C
RGB
CMYK
RGB Variations
Color information
#EBA48C (or 0xEBA48C) is known color: Tonys Pink. HEX triplet: EB, A4 and 8C. RGB value is (235,164,140). Sum of RGB (Red+Green+Blue) = 235+164+140=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA48C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA48C is #145B73. Grayscale: #B6B6B6. Windows color (decimal): -1334132 or 9217259. OLE color: 9217259.
HSL color Cylindrical-coordinate representation of color #EBA48C: hue angle of 15.16º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBA48C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 140 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.08 |
| HSL | 15.16º | 0.7% | 0.74% | - |
| HSV(B) | 15.16º | 0.4% | 0.92% | - |
| XYZ | 52.27 | 46.11 | 30.96 | - |
| YUV | 182.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 140 | 0 | 0.30 | 0.40 | 0.08 | 15.16 | 0.7 | 0.74 |
| Hex | EB | A4 | 8C | 0 | 1E | 28 | 8 | F | 46 | 4A |
| Octal | 353 | 244 | 214 | 0 | 36 | 50 | 10 | 17 | 106 | 112 |
| Binary | 11101011 | 10100100 | 10001100 | 0 | 11110 | 101000 | 1000 | 1111 | 1000110 | 1001010 |
Color Harmonies of #EBA48C
Complementary color
Monochromatic Colors of #EBA48C
Black with #EBA48C
Text Example
Text Example
White with #EBA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA48C; }
p { color: rgb(235,164,140); }
H1.HeaderClassName
{
color: #EBA48C;
}
.AnyTagClassName
{
color: #EBA48C;
}
</style>
background-color css
<style>
a { background-color: #EBA48C; }
a { background-color: rgb(235,164,140); }
div.DivClassName
{
background-color: #EBA48C;
}
.BgClassName
{
background-color: #EBA48C;
}
</style>
border-color css
<style>
span { border-color: #EBA48C; }
span { border-color: rgb(235,164,140); }
td.TdClassName
{
border-color: #EBA48C;
}
.TagClassName
{
border-color: #EBA48C;
}
</style>