Shades of Trendy Pink #895E85
Tints of Trendy Pink #895E85
RGB
CMYK
RGB Variations
Color information
#895E85 (or 0x895E85) is known color: Trendy Pink. HEX triplet: 89, 5E and 85. RGB value is (137,94,133). Sum of RGB (Red+Green+Blue) = 137+94+133=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #895E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E85 is #76A17A. Grayscale: #6F6F6F. Windows color (decimal): -7774587 or 8740489. OLE color: 8740489.
HSL color Cylindrical-coordinate representation of color #895E85: hue angle of 305.58º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895E85 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 133 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.46 |
| HSL | 305.58º | 0.19% | 0.45% | - |
| HSV(B) | 305.58º | 0.31% | 0.54% | - |
| XYZ | 18.55 | 15.02 | 24.11 | - |
| YUV | 111.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 133 | 0 | 0.31 | 0.03 | 0.46 | 305.58 | 0.19 | 0.45 |
| Hex | 89 | 5E | 85 | 0 | 1F | 3 | 2E | 132 | 13 | 2D |
| Octal | 211 | 136 | 205 | 0 | 37 | 3 | 56 | 462 | 23 | 55 |
| Binary | 10001001 | 1011110 | 10000101 | 0 | 11111 | 11 | 101110 | 100110010 | 10011 | 101101 |
Color Harmonies of #895E85
Complementary color
Monochromatic Colors of #895E85
Black with #895E85
Text Example
Text Example
White with #895E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E85; }
p { color: rgb(137,94,133); }
H1.HeaderClassName
{
color: #895E85;
}
.AnyTagClassName
{
color: #895E85;
}
</style>
background-color css
<style>
a { background-color: #895E85; }
a { background-color: rgb(137,94,133); }
div.DivClassName
{
background-color: #895E85;
}
.BgClassName
{
background-color: #895E85;
}
</style>
border-color css
<style>
span { border-color: #895E85; }
span { border-color: rgb(137,94,133); }
td.TdClassName
{
border-color: #895E85;
}
.TagClassName
{
border-color: #895E85;
}
</style>