Shades of Tonys Pink #E89A8D
Tints of Tonys Pink #E89A8D
RGB
CMYK
RGB Variations
Color information
#E89A8D (or 0xE89A8D) is known color: Tonys Pink. HEX triplet: E8, 9A and 8D. RGB value is (232,154,141). Sum of RGB (Red+Green+Blue) = 232+154+141=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89A8D is #176572. Grayscale: #AFAFAF. Windows color (decimal): -1533299 or 9280232. OLE color: 9280232.
HSL color Cylindrical-coordinate representation of color #E89A8D: hue angle of 8.57º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E89A8D is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 141 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.09 |
| HSL | 8.57º | 0.66% | 0.73% | - |
| HSV(B) | 8.57º | 0.39% | 0.91% | - |
| XYZ | 49.64 | 42.19 | 30.73 | - |
| YUV | 175.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 141 | 0 | 0.34 | 0.39 | 0.09 | 8.57 | 0.66 | 0.73 |
| Hex | E8 | 9A | 8D | 0 | 22 | 27 | 9 | 9 | 42 | 49 |
| Octal | 350 | 232 | 215 | 0 | 42 | 47 | 11 | 11 | 102 | 111 |
| Binary | 11101000 | 10011010 | 10001101 | 0 | 100010 | 100111 | 1001 | 1001 | 1000010 | 1001001 |
Color Harmonies of #E89A8D
Complementary color
Monochromatic Colors of #E89A8D
Black with #E89A8D
Text Example
Text Example
White with #E89A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A8D; }
p { color: rgb(232,154,141); }
H1.HeaderClassName
{
color: #E89A8D;
}
.AnyTagClassName
{
color: #E89A8D;
}
</style>
background-color css
<style>
a { background-color: #E89A8D; }
a { background-color: rgb(232,154,141); }
div.DivClassName
{
background-color: #E89A8D;
}
.BgClassName
{
background-color: #E89A8D;
}
</style>
border-color css
<style>
span { border-color: #E89A8D; }
span { border-color: rgb(232,154,141); }
td.TdClassName
{
border-color: #E89A8D;
}
.TagClassName
{
border-color: #E89A8D;
}
</style>