Shades of Tonys Pink #EBA38C
Tints of Tonys Pink #EBA38C
RGB
CMYK
RGB Variations
Color information
#EBA38C (or 0xEBA38C) is known color: Tonys Pink. HEX triplet: EB, A3 and 8C. RGB value is (235,163,140). Sum of RGB (Red+Green+Blue) = 235+163+140=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA38C is #145C73. Grayscale: #B6B6B6. Windows color (decimal): -1334388 or 9217003. OLE color: 9217003.
HSL color Cylindrical-coordinate representation of color #EBA38C: hue angle of 14.53º 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 #EBA38C is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 140 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.08 |
| HSL | 14.53º | 0.7% | 0.74% | - |
| HSV(B) | 14.53º | 0.4% | 0.92% | - |
| XYZ | 52.09 | 45.75 | 30.9 | - |
| YUV | 181.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 140 | 0 | 0.31 | 0.40 | 0.08 | 14.53 | 0.7 | 0.74 |
| Hex | EB | A3 | 8C | 0 | 1F | 28 | 8 | F | 46 | 4A |
| Octal | 353 | 243 | 214 | 0 | 37 | 50 | 10 | 17 | 106 | 112 |
| Binary | 11101011 | 10100011 | 10001100 | 0 | 11111 | 101000 | 1000 | 1111 | 1000110 | 1001010 |
Color Harmonies of #EBA38C
Complementary color
Monochromatic Colors of #EBA38C
Black with #EBA38C
Text Example
Text Example
White with #EBA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA38C; }
p { color: rgb(235,163,140); }
H1.HeaderClassName
{
color: #EBA38C;
}
.AnyTagClassName
{
color: #EBA38C;
}
</style>
background-color css
<style>
a { background-color: #EBA38C; }
a { background-color: rgb(235,163,140); }
div.DivClassName
{
background-color: #EBA38C;
}
.BgClassName
{
background-color: #EBA38C;
}
</style>
border-color css
<style>
span { border-color: #EBA38C; }
span { border-color: rgb(235,163,140); }
td.TdClassName
{
border-color: #EBA38C;
}
.TagClassName
{
border-color: #EBA38C;
}
</style>