Shades of Trendy Pink #896888
Tints of Trendy Pink #896888
RGB
CMYK
RGB Variations
Color information
#896888 (or 0x896888) is known color: Trendy Pink. HEX triplet: 89, 68 and 88. RGB value is (137,104,136). Sum of RGB (Red+Green+Blue) = 137+104+136=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #896888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896888 is #769777. Grayscale: #757575. Windows color (decimal): -7772024 or 8939657. OLE color: 8939657.
HSL color Cylindrical-coordinate representation of color #896888: hue angle of 301.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896888 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 136 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.46 |
| HSL | 301.82º | 0.14% | 0.47% | - |
| HSV(B) | 301.82º | 0.24% | 0.54% | - |
| XYZ | 19.71 | 17 | 25.53 | - |
| YUV | 117.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 136 | 0 | 0.24 | 0.01 | 0.46 | 301.82 | 0.14 | 0.47 |
| Hex | 89 | 68 | 88 | 0 | 18 | 1 | 2E | 12E | E | 2F |
| Octal | 211 | 150 | 210 | 0 | 30 | 1 | 56 | 456 | 16 | 57 |
| Binary | 10001001 | 1101000 | 10001000 | 0 | 11000 | 1 | 101110 | 100101110 | 1110 | 101111 |
Color Harmonies of #896888
Complementary color
Monochromatic Colors of #896888
Black with #896888
Text Example
Text Example
White with #896888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896888; }
p { color: rgb(137,104,136); }
H1.HeaderClassName
{
color: #896888;
}
.AnyTagClassName
{
color: #896888;
}
</style>
background-color css
<style>
a { background-color: #896888; }
a { background-color: rgb(137,104,136); }
div.DivClassName
{
background-color: #896888;
}
.BgClassName
{
background-color: #896888;
}
</style>
border-color css
<style>
span { border-color: #896888; }
span { border-color: rgb(137,104,136); }
td.TdClassName
{
border-color: #896888;
}
.TagClassName
{
border-color: #896888;
}
</style>