Shades of Tonys Pink #EBA28A
Tints of Tonys Pink #EBA28A
RGB
CMYK
RGB Variations
Color information
#EBA28A (or 0xEBA28A) is known color: Tonys Pink. HEX triplet: EB, A2 and 8A. RGB value is (235,162,138). Sum of RGB (Red+Green+Blue) = 235+162+138=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA28A is #145D75. Grayscale: #B5B5B5. Windows color (decimal): -1334646 or 9085675. OLE color: 9085675.
HSL color Cylindrical-coordinate representation of color #EBA28A: hue angle of 14.85º 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 #EBA28A is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 138 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.08 |
| HSL | 14.85º | 0.71% | 0.73% | - |
| HSV(B) | 14.85º | 0.41% | 0.92% | - |
| XYZ | 51.77 | 45.34 | 30.07 | - |
| YUV | 181.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 138 | 0 | 0.31 | 0.41 | 0.08 | 14.85 | 0.71 | 0.73 |
| Hex | EB | A2 | 8A | 0 | 1F | 29 | 8 | F | 47 | 49 |
| Octal | 353 | 242 | 212 | 0 | 37 | 51 | 10 | 17 | 107 | 111 |
| Binary | 11101011 | 10100010 | 10001010 | 0 | 11111 | 101001 | 1000 | 1111 | 1000111 | 1001001 |
Color Harmonies of #EBA28A
Complementary color
Monochromatic Colors of #EBA28A
Black with #EBA28A
Text Example
Text Example
White with #EBA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA28A; }
p { color: rgb(235,162,138); }
H1.HeaderClassName
{
color: #EBA28A;
}
.AnyTagClassName
{
color: #EBA28A;
}
</style>
background-color css
<style>
a { background-color: #EBA28A; }
a { background-color: rgb(235,162,138); }
div.DivClassName
{
background-color: #EBA28A;
}
.BgClassName
{
background-color: #EBA28A;
}
</style>
border-color css
<style>
span { border-color: #EBA28A; }
span { border-color: rgb(235,162,138); }
td.TdClassName
{
border-color: #EBA28A;
}
.TagClassName
{
border-color: #EBA28A;
}
</style>