Shades of Tonys Pink #EBA28F
Tints of Tonys Pink #EBA28F
RGB
CMYK
RGB Variations
Color information
#EBA28F (or 0xEBA28F) is known color: Tonys Pink. HEX triplet: EB, A2 and 8F. RGB value is (235,162,143). Sum of RGB (Red+Green+Blue) = 235+162+143=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA28F is #145D70. Grayscale: #B5B5B5. Windows color (decimal): -1334641 or 9413355. OLE color: 9413355.
HSL color Cylindrical-coordinate representation of color #EBA28F: hue angle of 12.39º 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 #EBA28F is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 143 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.08 |
| HSL | 12.39º | 0.7% | 0.74% | - |
| HSV(B) | 12.39º | 0.39% | 0.92% | - |
| XYZ | 52.14 | 45.49 | 32.02 | - |
| YUV | 181.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 143 | 0 | 0.31 | 0.39 | 0.08 | 12.39 | 0.7 | 0.74 |
| Hex | EB | A2 | 8F | 0 | 1F | 27 | 8 | C | 46 | 4A |
| Octal | 353 | 242 | 217 | 0 | 37 | 47 | 10 | 14 | 106 | 112 |
| Binary | 11101011 | 10100010 | 10001111 | 0 | 11111 | 100111 | 1000 | 1100 | 1000110 | 1001010 |
Color Harmonies of #EBA28F
Complementary color
Monochromatic Colors of #EBA28F
Black with #EBA28F
Text Example
Text Example
White with #EBA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA28F; }
p { color: rgb(235,162,143); }
H1.HeaderClassName
{
color: #EBA28F;
}
.AnyTagClassName
{
color: #EBA28F;
}
</style>
background-color css
<style>
a { background-color: #EBA28F; }
a { background-color: rgb(235,162,143); }
div.DivClassName
{
background-color: #EBA28F;
}
.BgClassName
{
background-color: #EBA28F;
}
</style>
border-color css
<style>
span { border-color: #EBA28F; }
span { border-color: rgb(235,162,143); }
td.TdClassName
{
border-color: #EBA28F;
}
.TagClassName
{
border-color: #EBA28F;
}
</style>