Shades of Tonys Pink #EBA27E
Tints of Tonys Pink #EBA27E
RGB
CMYK
RGB Variations
Color information
#EBA27E (or 0xEBA27E) is known color: Tonys Pink. HEX triplet: EB, A2 and 7E. RGB value is (235,162,126). Sum of RGB (Red+Green+Blue) = 235+162+126=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA27E is #145D81. Grayscale: #B3B3B3. Windows color (decimal): -1334658 or 8299243. OLE color: 8299243.
HSL color Cylindrical-coordinate representation of color #EBA27E: hue angle of 19.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBA27E is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 126 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.08 |
| HSL | 19.82º | 0.73% | 0.71% | - |
| HSV(B) | 19.82º | 0.46% | 0.92% | - |
| XYZ | 50.95 | 45.01 | 25.74 | - |
| YUV | 179.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 126 | 0 | 0.31 | 0.46 | 0.08 | 19.82 | 0.73 | 0.71 |
| Hex | EB | A2 | 7E | 0 | 1F | 2E | 8 | 14 | 49 | 47 |
| Octal | 353 | 242 | 176 | 0 | 37 | 56 | 10 | 24 | 111 | 107 |
| Binary | 11101011 | 10100010 | 1111110 | 0 | 11111 | 101110 | 1000 | 10100 | 1001001 | 1000111 |
Color Harmonies of #EBA27E
Complementary color
Monochromatic Colors of #EBA27E
Black with #EBA27E
Text Example
Text Example
White with #EBA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA27E; }
p { color: rgb(235,162,126); }
H1.HeaderClassName
{
color: #EBA27E;
}
.AnyTagClassName
{
color: #EBA27E;
}
</style>
background-color css
<style>
a { background-color: #EBA27E; }
a { background-color: rgb(235,162,126); }
div.DivClassName
{
background-color: #EBA27E;
}
.BgClassName
{
background-color: #EBA27E;
}
</style>
border-color css
<style>
span { border-color: #EBA27E; }
span { border-color: rgb(235,162,126); }
td.TdClassName
{
border-color: #EBA27E;
}
.TagClassName
{
border-color: #EBA27E;
}
</style>