Shades of Tonys Pink #E89C84
Tints of Tonys Pink #E89C84
RGB
CMYK
RGB Variations
Color information
#E89C84 (or 0xE89C84) is known color: Tonys Pink. HEX triplet: E8, 9C and 84. RGB value is (232,156,132). Sum of RGB (Red+Green+Blue) = 232+156+132=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89C84 is #17637B. Grayscale: #B0B0B0. Windows color (decimal): -1532796 or 8690920. OLE color: 8690920.
HSL color Cylindrical-coordinate representation of color #E89C84: hue angle of 14.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E89C84 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 132 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.09 |
| HSL | 14.4º | 0.68% | 0.71% | - |
| HSV(B) | 14.4º | 0.43% | 0.91% | - |
| XYZ | 49.33 | 42.6 | 27.45 | - |
| YUV | 175.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 132 | 0 | 0.33 | 0.43 | 0.09 | 14.4 | 0.68 | 0.71 |
| Hex | E8 | 9C | 84 | 0 | 21 | 2B | 9 | E | 44 | 47 |
| Octal | 350 | 234 | 204 | 0 | 41 | 53 | 11 | 16 | 104 | 107 |
| Binary | 11101000 | 10011100 | 10000100 | 0 | 100001 | 101011 | 1001 | 1110 | 1000100 | 1000111 |
Color Harmonies of #E89C84
Complementary color
Monochromatic Colors of #E89C84
Black with #E89C84
Text Example
Text Example
White with #E89C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C84; }
p { color: rgb(232,156,132); }
H1.HeaderClassName
{
color: #E89C84;
}
.AnyTagClassName
{
color: #E89C84;
}
</style>
background-color css
<style>
a { background-color: #E89C84; }
a { background-color: rgb(232,156,132); }
div.DivClassName
{
background-color: #E89C84;
}
.BgClassName
{
background-color: #E89C84;
}
</style>
border-color css
<style>
span { border-color: #E89C84; }
span { border-color: rgb(232,156,132); }
td.TdClassName
{
border-color: #E89C84;
}
.TagClassName
{
border-color: #E89C84;
}
</style>