Shades of Trendy Pink #895E81
Tints of Trendy Pink #895E81
RGB
CMYK
RGB Variations
Color information
#895E81 (or 0x895E81) is known color: Trendy Pink. HEX triplet: 89, 5E and 81. RGB value is (137,94,129). Sum of RGB (Red+Green+Blue) = 137+94+129=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #895E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E81 is #76A17E. Grayscale: #6E6E6E. Windows color (decimal): -7774591 or 8478345. OLE color: 8478345.
HSL color Cylindrical-coordinate representation of color #895E81: hue angle of 311.16º 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 #895E81 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 129 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.46 |
| HSL | 311.16º | 0.19% | 0.45% | - |
| HSV(B) | 311.16º | 0.31% | 0.54% | - |
| XYZ | 18.28 | 14.91 | 22.68 | - |
| YUV | 110.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 129 | 0 | 0.31 | 0.06 | 0.46 | 311.16 | 0.19 | 0.45 |
| Hex | 89 | 5E | 81 | 0 | 1F | 6 | 2E | 137 | 13 | 2D |
| Octal | 211 | 136 | 201 | 0 | 37 | 6 | 56 | 467 | 23 | 55 |
| Binary | 10001001 | 1011110 | 10000001 | 0 | 11111 | 110 | 101110 | 100110111 | 10011 | 101101 |
Color Harmonies of #895E81
Complementary color
Monochromatic Colors of #895E81
Black with #895E81
Text Example
Text Example
White with #895E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E81; }
p { color: rgb(137,94,129); }
H1.HeaderClassName
{
color: #895E81;
}
.AnyTagClassName
{
color: #895E81;
}
</style>
background-color css
<style>
a { background-color: #895E81; }
a { background-color: rgb(137,94,129); }
div.DivClassName
{
background-color: #895E81;
}
.BgClassName
{
background-color: #895E81;
}
</style>
border-color css
<style>
span { border-color: #895E81; }
span { border-color: rgb(137,94,129); }
td.TdClassName
{
border-color: #895E81;
}
.TagClassName
{
border-color: #895E81;
}
</style>