Shades of Tonys Pink #E29D85
Tints of Tonys Pink #E29D85
RGB
CMYK
RGB Variations
Color information
#E29D85 (or 0xE29D85) is known color: Tonys Pink. HEX triplet: E2, 9D and 85. RGB value is (226,157,133). Sum of RGB (Red+Green+Blue) = 226+157+133=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D85 is #1D627A. Grayscale: #AFAFAF. Windows color (decimal): -1925755 or 8756706. OLE color: 8756706.
HSL color Cylindrical-coordinate representation of color #E29D85: hue angle of 15.48º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E29D85 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 133 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.11 |
| HSL | 15.48º | 0.62% | 0.7% | - |
| HSV(B) | 15.48º | 0.41% | 0.89% | - |
| XYZ | 47.65 | 41.98 | 27.78 | - |
| YUV | 174.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 133 | 0 | 0.31 | 0.41 | 0.11 | 15.48 | 0.62 | 0.7 |
| Hex | E2 | 9D | 85 | 0 | 1F | 29 | B | F | 3E | 46 |
| Octal | 342 | 235 | 205 | 0 | 37 | 51 | 13 | 17 | 76 | 106 |
| Binary | 11100010 | 10011101 | 10000101 | 0 | 11111 | 101001 | 1011 | 1111 | 111110 | 1000110 |
Color Harmonies of #E29D85
Complementary color
Monochromatic Colors of #E29D85
Black with #E29D85
Text Example
Text Example
White with #E29D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D85; }
p { color: rgb(226,157,133); }
H1.HeaderClassName
{
color: #E29D85;
}
.AnyTagClassName
{
color: #E29D85;
}
</style>
background-color css
<style>
a { background-color: #E29D85; }
a { background-color: rgb(226,157,133); }
div.DivClassName
{
background-color: #E29D85;
}
.BgClassName
{
background-color: #E29D85;
}
</style>
border-color css
<style>
span { border-color: #E29D85; }
span { border-color: rgb(226,157,133); }
td.TdClassName
{
border-color: #E29D85;
}
.TagClassName
{
border-color: #E29D85;
}
</style>