Shades of Tonys Pink #E89C85
Tints of Tonys Pink #E89C85
RGB
CMYK
RGB Variations
Color information
#E89C85 (or 0xE89C85) is known color: Tonys Pink. HEX triplet: E8, 9C and 85. RGB value is (232,156,133). Sum of RGB (Red+Green+Blue) = 232+156+133=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89C85 is #17637A. Grayscale: #B0B0B0. Windows color (decimal): -1532795 or 8756456. OLE color: 8756456.
HSL color Cylindrical-coordinate representation of color #E89C85: hue angle of 13.94º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E89C85 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 133 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.09 |
| HSL | 13.94º | 0.68% | 0.72% | - |
| HSV(B) | 13.94º | 0.43% | 0.91% | - |
| XYZ | 49.4 | 42.63 | 27.81 | - |
| YUV | 176.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 133 | 0 | 0.33 | 0.43 | 0.09 | 13.94 | 0.68 | 0.72 |
| Hex | E8 | 9C | 85 | 0 | 21 | 2B | 9 | E | 44 | 48 |
| Octal | 350 | 234 | 205 | 0 | 41 | 53 | 11 | 16 | 104 | 110 |
| Binary | 11101000 | 10011100 | 10000101 | 0 | 100001 | 101011 | 1001 | 1110 | 1000100 | 1001000 |
Color Harmonies of #E89C85
Complementary color
Monochromatic Colors of #E89C85
Black with #E89C85
Text Example
Text Example
White with #E89C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C85; }
p { color: rgb(232,156,133); }
H1.HeaderClassName
{
color: #E89C85;
}
.AnyTagClassName
{
color: #E89C85;
}
</style>
background-color css
<style>
a { background-color: #E89C85; }
a { background-color: rgb(232,156,133); }
div.DivClassName
{
background-color: #E89C85;
}
.BgClassName
{
background-color: #E89C85;
}
</style>
border-color css
<style>
span { border-color: #E89C85; }
span { border-color: rgb(232,156,133); }
td.TdClassName
{
border-color: #E89C85;
}
.TagClassName
{
border-color: #E89C85;
}
</style>