Shades of Trendy Pink #895588
Tints of Trendy Pink #895588
RGB
CMYK
RGB Variations
Color information
#895588 (or 0x895588) is known color: Trendy Pink. HEX triplet: 89, 55 and 88. RGB value is (137,85,136). Sum of RGB (Red+Green+Blue) = 137+85+136=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #895588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895588 is #76AA77. Grayscale: #6A6A6A. Windows color (decimal): -7776888 or 8934793. OLE color: 8934793.
HSL color Cylindrical-coordinate representation of color #895588: hue angle of 301.15º 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 #895588 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 136 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.46 |
| HSL | 301.15º | 0.23% | 0.44% | - |
| HSV(B) | 301.15º | 0.38% | 0.54% | - |
| XYZ | 18.01 | 13.59 | 24.97 | - |
| YUV | 106.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 136 | 0 | 0.38 | 0.01 | 0.46 | 301.15 | 0.23 | 0.44 |
| Hex | 89 | 55 | 88 | 0 | 26 | 1 | 2E | 12D | 17 | 2C |
| Octal | 211 | 125 | 210 | 0 | 46 | 1 | 56 | 455 | 27 | 54 |
| Binary | 10001001 | 1010101 | 10001000 | 0 | 100110 | 1 | 101110 | 100101101 | 10111 | 101100 |
Color Harmonies of #895588
Complementary color
Monochromatic Colors of #895588
Black with #895588
Text Example
Text Example
White with #895588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895588; }
p { color: rgb(137,85,136); }
H1.HeaderClassName
{
color: #895588;
}
.AnyTagClassName
{
color: #895588;
}
</style>
background-color css
<style>
a { background-color: #895588; }
a { background-color: rgb(137,85,136); }
div.DivClassName
{
background-color: #895588;
}
.BgClassName
{
background-color: #895588;
}
</style>
border-color css
<style>
span { border-color: #895588; }
span { border-color: rgb(137,85,136); }
td.TdClassName
{
border-color: #895588;
}
.TagClassName
{
border-color: #895588;
}
</style>