Shades of Tonys Pink #E29C8B
Tints of Tonys Pink #E29C8B
RGB
CMYK
RGB Variations
Color information
#E29C8B (or 0xE29C8B) is known color: Tonys Pink. HEX triplet: E2, 9C and 8B. RGB value is (226,156,139). Sum of RGB (Red+Green+Blue) = 226+156+139=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29C8B is #1D6374. Grayscale: #AFAFAF. Windows color (decimal): -1926005 or 9149666. OLE color: 9149666.
HSL color Cylindrical-coordinate representation of color #E29C8B: hue angle of 11.72º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29C8B is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 139 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.11 |
| HSL | 11.72º | 0.6% | 0.72% | - |
| HSV(B) | 11.72º | 0.38% | 0.89% | - |
| XYZ | 47.91 | 41.81 | 29.97 | - |
| YUV | 174.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 139 | 0 | 0.31 | 0.38 | 0.11 | 11.72 | 0.6 | 0.72 |
| Hex | E2 | 9C | 8B | 0 | 1F | 26 | B | C | 3C | 48 |
| Octal | 342 | 234 | 213 | 0 | 37 | 46 | 13 | 14 | 74 | 110 |
| Binary | 11100010 | 10011100 | 10001011 | 0 | 11111 | 100110 | 1011 | 1100 | 111100 | 1001000 |
Color Harmonies of #E29C8B
Complementary color
Monochromatic Colors of #E29C8B
Black with #E29C8B
Text Example
Text Example
White with #E29C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C8B; }
p { color: rgb(226,156,139); }
H1.HeaderClassName
{
color: #E29C8B;
}
.AnyTagClassName
{
color: #E29C8B;
}
</style>
background-color css
<style>
a { background-color: #E29C8B; }
a { background-color: rgb(226,156,139); }
div.DivClassName
{
background-color: #E29C8B;
}
.BgClassName
{
background-color: #E29C8B;
}
</style>
border-color css
<style>
span { border-color: #E29C8B; }
span { border-color: rgb(226,156,139); }
td.TdClassName
{
border-color: #E29C8B;
}
.TagClassName
{
border-color: #E29C8B;
}
</style>