Shades of Tonys Pink #E29D8E
Tints of Tonys Pink #E29D8E
RGB
CMYK
RGB Variations
Color information
#E29D8E (or 0xE29D8E) is known color: Tonys Pink. HEX triplet: E2, 9D and 8E. RGB value is (226,157,142). Sum of RGB (Red+Green+Blue) = 226+157+142=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D8E is #1D6271. Grayscale: #B0B0B0. Windows color (decimal): -1925746 or 9346530. OLE color: 9346530.
HSL color Cylindrical-coordinate representation of color #E29D8E: hue angle of 10.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E29D8E is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 142 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.11 |
| HSL | 10.71º | 0.59% | 0.72% | - |
| HSV(B) | 10.71º | 0.37% | 0.89% | - |
| XYZ | 48.3 | 42.24 | 31.2 | - |
| YUV | 175.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 142 | 0 | 0.31 | 0.37 | 0.11 | 10.71 | 0.59 | 0.72 |
| Hex | E2 | 9D | 8E | 0 | 1F | 25 | B | B | 3B | 48 |
| Octal | 342 | 235 | 216 | 0 | 37 | 45 | 13 | 13 | 73 | 110 |
| Binary | 11100010 | 10011101 | 10001110 | 0 | 11111 | 100101 | 1011 | 1011 | 111011 | 1001000 |
Color Harmonies of #E29D8E
Complementary color
Monochromatic Colors of #E29D8E
Black with #E29D8E
Text Example
Text Example
White with #E29D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D8E; }
p { color: rgb(226,157,142); }
H1.HeaderClassName
{
color: #E29D8E;
}
.AnyTagClassName
{
color: #E29D8E;
}
</style>
background-color css
<style>
a { background-color: #E29D8E; }
a { background-color: rgb(226,157,142); }
div.DivClassName
{
background-color: #E29D8E;
}
.BgClassName
{
background-color: #E29D8E;
}
</style>
border-color css
<style>
span { border-color: #E29D8E; }
span { border-color: rgb(226,157,142); }
td.TdClassName
{
border-color: #E29D8E;
}
.TagClassName
{
border-color: #E29D8E;
}
</style>