Shades of Tonys Pink #EBA88F
Tints of Tonys Pink #EBA88F
RGB
CMYK
RGB Variations
Color information
#EBA88F (or 0xEBA88F) is known color: Tonys Pink. HEX triplet: EB, A8 and 8F. RGB value is (235,168,143). Sum of RGB (Red+Green+Blue) = 235+168+143=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA88F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA88F is #145770. Grayscale: #B9B9B9. Windows color (decimal): -1333105 or 9414891. OLE color: 9414891.
HSL color Cylindrical-coordinate representation of color #EBA88F: hue angle of 16.3º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBA88F is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 143 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.08 |
| HSL | 16.3º | 0.7% | 0.74% | - |
| HSV(B) | 16.3º | 0.39% | 0.92% | - |
| XYZ | 53.22 | 47.65 | 32.38 | - |
| YUV | 185.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 143 | 0 | 0.29 | 0.39 | 0.08 | 16.3 | 0.7 | 0.74 |
| Hex | EB | A8 | 8F | 0 | 1D | 27 | 8 | 10 | 46 | 4A |
| Octal | 353 | 250 | 217 | 0 | 35 | 47 | 10 | 20 | 106 | 112 |
| Binary | 11101011 | 10101000 | 10001111 | 0 | 11101 | 100111 | 1000 | 10000 | 1000110 | 1001010 |
Color Harmonies of #EBA88F
Complementary color
Monochromatic Colors of #EBA88F
Black with #EBA88F
Text Example
Text Example
White with #EBA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA88F; }
p { color: rgb(235,168,143); }
H1.HeaderClassName
{
color: #EBA88F;
}
.AnyTagClassName
{
color: #EBA88F;
}
</style>
background-color css
<style>
a { background-color: #EBA88F; }
a { background-color: rgb(235,168,143); }
div.DivClassName
{
background-color: #EBA88F;
}
.BgClassName
{
background-color: #EBA88F;
}
</style>
border-color css
<style>
span { border-color: #EBA88F; }
span { border-color: rgb(235,168,143); }
td.TdClassName
{
border-color: #EBA88F;
}
.TagClassName
{
border-color: #EBA88F;
}
</style>