Shades of Tonys Pink #E29E8B
Tints of Tonys Pink #E29E8B
RGB
CMYK
RGB Variations
Color information
#E29E8B (or 0xE29E8B) is known color: Tonys Pink. HEX triplet: E2, 9E and 8B. RGB value is (226,158,139). Sum of RGB (Red+Green+Blue) = 226+158+139=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29E8B is #1D6174. Grayscale: #B0B0B0. Windows color (decimal): -1925493 or 9150178. OLE color: 9150178.
HSL color Cylindrical-coordinate representation of color #E29E8B: hue angle of 13.1º 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 #E29E8B is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 139 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.11 |
| HSL | 13.1º | 0.6% | 0.72% | - |
| HSV(B) | 13.1º | 0.38% | 0.89% | - |
| XYZ | 48.25 | 42.49 | 30.08 | - |
| YUV | 176.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 139 | 0 | 0.30 | 0.38 | 0.11 | 13.1 | 0.6 | 0.72 |
| Hex | E2 | 9E | 8B | 0 | 1E | 26 | B | D | 3C | 48 |
| Octal | 342 | 236 | 213 | 0 | 36 | 46 | 13 | 15 | 74 | 110 |
| Binary | 11100010 | 10011110 | 10001011 | 0 | 11110 | 100110 | 1011 | 1101 | 111100 | 1001000 |
Color Harmonies of #E29E8B
Complementary color
Monochromatic Colors of #E29E8B
Black with #E29E8B
Text Example
Text Example
White with #E29E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E8B; }
p { color: rgb(226,158,139); }
H1.HeaderClassName
{
color: #E29E8B;
}
.AnyTagClassName
{
color: #E29E8B;
}
</style>
background-color css
<style>
a { background-color: #E29E8B; }
a { background-color: rgb(226,158,139); }
div.DivClassName
{
background-color: #E29E8B;
}
.BgClassName
{
background-color: #E29E8B;
}
</style>
border-color css
<style>
span { border-color: #E29E8B; }
span { border-color: rgb(226,158,139); }
td.TdClassName
{
border-color: #E29E8B;
}
.TagClassName
{
border-color: #E29E8B;
}
</style>