Shades of Tonys Pink #E8A28B
Tints of Tonys Pink #E8A28B
RGB
CMYK
RGB Variations
Color information
#E8A28B (or 0xE8A28B) is known color: Tonys Pink. HEX triplet: E8, A2 and 8B. RGB value is (232,162,139). Sum of RGB (Red+Green+Blue) = 232+162+139=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A28B is #175D74. Grayscale: #B4B4B4. Windows color (decimal): -1531253 or 9151208. OLE color: 9151208.
HSL color Cylindrical-coordinate representation of color #E8A28B: hue angle of 14.84º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8A28B is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 139 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.09 |
| HSL | 14.84º | 0.67% | 0.73% | - |
| HSV(B) | 14.84º | 0.4% | 0.91% | - |
| XYZ | 50.86 | 44.86 | 30.4 | - |
| YUV | 180.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 139 | 0 | 0.30 | 0.40 | 0.09 | 14.84 | 0.67 | 0.73 |
| Hex | E8 | A2 | 8B | 0 | 1E | 28 | 9 | F | 43 | 49 |
| Octal | 350 | 242 | 213 | 0 | 36 | 50 | 11 | 17 | 103 | 111 |
| Binary | 11101000 | 10100010 | 10001011 | 0 | 11110 | 101000 | 1001 | 1111 | 1000011 | 1001001 |
Color Harmonies of #E8A28B
Complementary color
Monochromatic Colors of #E8A28B
Black with #E8A28B
Text Example
Text Example
White with #E8A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A28B; }
p { color: rgb(232,162,139); }
H1.HeaderClassName
{
color: #E8A28B;
}
.AnyTagClassName
{
color: #E8A28B;
}
</style>
background-color css
<style>
a { background-color: #E8A28B; }
a { background-color: rgb(232,162,139); }
div.DivClassName
{
background-color: #E8A28B;
}
.BgClassName
{
background-color: #E8A28B;
}
</style>
border-color css
<style>
span { border-color: #E8A28B; }
span { border-color: rgb(232,162,139); }
td.TdClassName
{
border-color: #E8A28B;
}
.TagClassName
{
border-color: #E8A28B;
}
</style>