Shades of Tonys Pink #E29C84
Tints of Tonys Pink #E29C84
RGB
CMYK
RGB Variations
Color information
#E29C84 (or 0xE29C84) is known color: Tonys Pink. HEX triplet: E2, 9C and 84. RGB value is (226,156,132). Sum of RGB (Red+Green+Blue) = 226+156+132=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29C84 is #1D637B. Grayscale: #AEAEAE. Windows color (decimal): -1926012 or 8690914. OLE color: 8690914.
HSL color Cylindrical-coordinate representation of color #E29C84: hue angle of 15.32º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E29C84 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 132 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.11 |
| HSL | 15.32º | 0.62% | 0.7% | - |
| HSV(B) | 15.32º | 0.42% | 0.89% | - |
| XYZ | 47.42 | 41.61 | 27.36 | - |
| YUV | 174.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 132 | 0 | 0.31 | 0.42 | 0.11 | 15.32 | 0.62 | 0.7 |
| Hex | E2 | 9C | 84 | 0 | 1F | 2A | B | F | 3E | 46 |
| Octal | 342 | 234 | 204 | 0 | 37 | 52 | 13 | 17 | 76 | 106 |
| Binary | 11100010 | 10011100 | 10000100 | 0 | 11111 | 101010 | 1011 | 1111 | 111110 | 1000110 |
Color Harmonies of #E29C84
Complementary color
Monochromatic Colors of #E29C84
Black with #E29C84
Text Example
Text Example
White with #E29C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C84; }
p { color: rgb(226,156,132); }
H1.HeaderClassName
{
color: #E29C84;
}
.AnyTagClassName
{
color: #E29C84;
}
</style>
background-color css
<style>
a { background-color: #E29C84; }
a { background-color: rgb(226,156,132); }
div.DivClassName
{
background-color: #E29C84;
}
.BgClassName
{
background-color: #E29C84;
}
</style>
border-color css
<style>
span { border-color: #E29C84; }
span { border-color: rgb(226,156,132); }
td.TdClassName
{
border-color: #E29C84;
}
.TagClassName
{
border-color: #E29C84;
}
</style>