Shades of Tonys Pink #E89A82
Tints of Tonys Pink #E89A82
RGB
CMYK
RGB Variations
Color information
#E89A82 (or 0xE89A82) is known color: Tonys Pink. HEX triplet: E8, 9A and 82. RGB value is (232,154,130). Sum of RGB (Red+Green+Blue) = 232+154+130=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89A82 is #17657D. Grayscale: #AEAEAE. Windows color (decimal): -1533310 or 8559336. OLE color: 8559336.
HSL color Cylindrical-coordinate representation of color #E89A82: hue angle of 14.12º 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 #E89A82 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 130 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.09 |
| HSL | 14.12º | 0.69% | 0.71% | - |
| HSV(B) | 14.12º | 0.44% | 0.91% | - |
| XYZ | 48.86 | 41.88 | 26.63 | - |
| YUV | 174.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 130 | 0 | 0.34 | 0.44 | 0.09 | 14.12 | 0.69 | 0.71 |
| Hex | E8 | 9A | 82 | 0 | 22 | 2C | 9 | E | 45 | 47 |
| Octal | 350 | 232 | 202 | 0 | 42 | 54 | 11 | 16 | 105 | 107 |
| Binary | 11101000 | 10011010 | 10000010 | 0 | 100010 | 101100 | 1001 | 1110 | 1000101 | 1000111 |
Color Harmonies of #E89A82
Complementary color
Monochromatic Colors of #E89A82
Black with #E89A82
Text Example
Text Example
White with #E89A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A82; }
p { color: rgb(232,154,130); }
H1.HeaderClassName
{
color: #E89A82;
}
.AnyTagClassName
{
color: #E89A82;
}
</style>
background-color css
<style>
a { background-color: #E89A82; }
a { background-color: rgb(232,154,130); }
div.DivClassName
{
background-color: #E89A82;
}
.BgClassName
{
background-color: #E89A82;
}
</style>
border-color css
<style>
span { border-color: #E89A82; }
span { border-color: rgb(232,154,130); }
td.TdClassName
{
border-color: #E89A82;
}
.TagClassName
{
border-color: #E89A82;
}
</style>