Shades of Trendy Pink #895587
Tints of Trendy Pink #895587
RGB
CMYK
RGB Variations
Color information
#895587 (or 0x895587) is known color: Trendy Pink. HEX triplet: 89, 55 and 87. RGB value is (137,85,135). Sum of RGB (Red+Green+Blue) = 137+85+135=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #895587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895587 is #76AA78. Grayscale: #6A6A6A. Windows color (decimal): -7776889 or 8869257. OLE color: 8869257.
HSL color Cylindrical-coordinate representation of color #895587: hue angle of 302.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895587 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 135 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.46 |
| HSL | 302.31º | 0.23% | 0.44% | - |
| HSV(B) | 302.31º | 0.38% | 0.54% | - |
| XYZ | 17.94 | 13.56 | 24.59 | - |
| YUV | 106.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 135 | 0 | 0.38 | 0.01 | 0.46 | 302.31 | 0.23 | 0.44 |
| Hex | 89 | 55 | 87 | 0 | 26 | 1 | 2E | 12E | 17 | 2C |
| Octal | 211 | 125 | 207 | 0 | 46 | 1 | 56 | 456 | 27 | 54 |
| Binary | 10001001 | 1010101 | 10000111 | 0 | 100110 | 1 | 101110 | 100101110 | 10111 | 101100 |
Color Harmonies of #895587
Complementary color
Monochromatic Colors of #895587
Black with #895587
Text Example
Text Example
White with #895587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895587; }
p { color: rgb(137,85,135); }
H1.HeaderClassName
{
color: #895587;
}
.AnyTagClassName
{
color: #895587;
}
</style>
background-color css
<style>
a { background-color: #895587; }
a { background-color: rgb(137,85,135); }
div.DivClassName
{
background-color: #895587;
}
.BgClassName
{
background-color: #895587;
}
</style>
border-color css
<style>
span { border-color: #895587; }
span { border-color: rgb(137,85,135); }
td.TdClassName
{
border-color: #895587;
}
.TagClassName
{
border-color: #895587;
}
</style>