Shades of Tonys Pink #E89C82
Tints of Tonys Pink #E89C82
RGB
CMYK
RGB Variations
Color information
#E89C82 (or 0xE89C82) is known color: Tonys Pink. HEX triplet: E8, 9C and 82. RGB value is (232,156,130). Sum of RGB (Red+Green+Blue) = 232+156+130=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89C82 is #17637D. Grayscale: #AFAFAF. Windows color (decimal): -1532798 or 8559848. OLE color: 8559848.
HSL color Cylindrical-coordinate representation of color #E89C82: hue angle of 15.29º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E89C82 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 130 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.09 |
| HSL | 15.29º | 0.69% | 0.71% | - |
| HSV(B) | 15.29º | 0.44% | 0.91% | - |
| XYZ | 49.2 | 42.54 | 26.74 | - |
| YUV | 175.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 130 | 0 | 0.33 | 0.44 | 0.09 | 15.29 | 0.69 | 0.71 |
| Hex | E8 | 9C | 82 | 0 | 21 | 2C | 9 | F | 45 | 47 |
| Octal | 350 | 234 | 202 | 0 | 41 | 54 | 11 | 17 | 105 | 107 |
| Binary | 11101000 | 10011100 | 10000010 | 0 | 100001 | 101100 | 1001 | 1111 | 1000101 | 1000111 |
Color Harmonies of #E89C82
Complementary color
Monochromatic Colors of #E89C82
Black with #E89C82
Text Example
Text Example
White with #E89C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C82; }
p { color: rgb(232,156,130); }
H1.HeaderClassName
{
color: #E89C82;
}
.AnyTagClassName
{
color: #E89C82;
}
</style>
background-color css
<style>
a { background-color: #E89C82; }
a { background-color: rgb(232,156,130); }
div.DivClassName
{
background-color: #E89C82;
}
.BgClassName
{
background-color: #E89C82;
}
</style>
border-color css
<style>
span { border-color: #E89C82; }
span { border-color: rgb(232,156,130); }
td.TdClassName
{
border-color: #E89C82;
}
.TagClassName
{
border-color: #E89C82;
}
</style>