Shades of Tonys Pink #E29D8D
Tints of Tonys Pink #E29D8D
RGB
CMYK
RGB Variations
Color information
#E29D8D (or 0xE29D8D) is known color: Tonys Pink. HEX triplet: E2, 9D and 8D. RGB value is (226,157,141). Sum of RGB (Red+Green+Blue) = 226+157+141=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D8D is #1D6272. Grayscale: #AFAFAF. Windows color (decimal): -1925747 or 9280994. OLE color: 9280994.
HSL color Cylindrical-coordinate representation of color #E29D8D: hue angle of 11.29º degrees, saturation: 0.59, 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 #E29D8D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 141 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.11 |
| HSL | 11.29º | 0.59% | 0.72% | - |
| HSV(B) | 11.29º | 0.38% | 0.89% | - |
| XYZ | 48.23 | 42.21 | 30.8 | - |
| YUV | 175.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 141 | 0 | 0.31 | 0.38 | 0.11 | 11.29 | 0.59 | 0.72 |
| Hex | E2 | 9D | 8D | 0 | 1F | 26 | B | B | 3B | 48 |
| Octal | 342 | 235 | 215 | 0 | 37 | 46 | 13 | 13 | 73 | 110 |
| Binary | 11100010 | 10011101 | 10001101 | 0 | 11111 | 100110 | 1011 | 1011 | 111011 | 1001000 |
Color Harmonies of #E29D8D
Complementary color
Monochromatic Colors of #E29D8D
Black with #E29D8D
Text Example
Text Example
White with #E29D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D8D; }
p { color: rgb(226,157,141); }
H1.HeaderClassName
{
color: #E29D8D;
}
.AnyTagClassName
{
color: #E29D8D;
}
</style>
background-color css
<style>
a { background-color: #E29D8D; }
a { background-color: rgb(226,157,141); }
div.DivClassName
{
background-color: #E29D8D;
}
.BgClassName
{
background-color: #E29D8D;
}
</style>
border-color css
<style>
span { border-color: #E29D8D; }
span { border-color: rgb(226,157,141); }
td.TdClassName
{
border-color: #E29D8D;
}
.TagClassName
{
border-color: #E29D8D;
}
</style>