Shades of Tonys Pink #E49C8F
Tints of Tonys Pink #E49C8F
RGB
CMYK
RGB Variations
Color information
#E49C8F (or 0xE49C8F) is known color: Tonys Pink. HEX triplet: E4, 9C and 8F. RGB value is (228,156,143). Sum of RGB (Red+Green+Blue) = 228+156+143=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49C8F is #1B6370. Grayscale: #B0B0B0. Windows color (decimal): -1794929 or 9411812. OLE color: 9411812.
HSL color Cylindrical-coordinate representation of color #E49C8F: hue angle of 9.18º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E49C8F is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 143 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.11 |
| HSL | 9.18º | 0.61% | 0.73% | - |
| HSV(B) | 9.18º | 0.37% | 0.89% | - |
| XYZ | 48.84 | 42.25 | 31.57 | - |
| YUV | 176.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 143 | 0 | 0.32 | 0.37 | 0.11 | 9.18 | 0.61 | 0.73 |
| Hex | E4 | 9C | 8F | 0 | 20 | 25 | B | 9 | 3D | 49 |
| Octal | 344 | 234 | 217 | 0 | 40 | 45 | 13 | 11 | 75 | 111 |
| Binary | 11100100 | 10011100 | 10001111 | 0 | 100000 | 100101 | 1011 | 1001 | 111101 | 1001001 |
Color Harmonies of #E49C8F
Complementary color
Monochromatic Colors of #E49C8F
Black with #E49C8F
Text Example
Text Example
White with #E49C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49C8F; }
p { color: rgb(228,156,143); }
H1.HeaderClassName
{
color: #E49C8F;
}
.AnyTagClassName
{
color: #E49C8F;
}
</style>
background-color css
<style>
a { background-color: #E49C8F; }
a { background-color: rgb(228,156,143); }
div.DivClassName
{
background-color: #E49C8F;
}
.BgClassName
{
background-color: #E49C8F;
}
</style>
border-color css
<style>
span { border-color: #E49C8F; }
span { border-color: rgb(228,156,143); }
td.TdClassName
{
border-color: #E49C8F;
}
.TagClassName
{
border-color: #E49C8F;
}
</style>