Shades of Trendy Pink #895E95
Tints of Trendy Pink #895E95
RGB
CMYK
RGB Variations
Color information
#895E95 (or 0x895E95) is known color: Trendy Pink. HEX triplet: 89, 5E and 95. RGB value is (137,94,149). Sum of RGB (Red+Green+Blue) = 137+94+149=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #895E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E95 is #76A16A. Grayscale: #707070. Windows color (decimal): -7774571 or 9789065. OLE color: 9789065.
HSL color Cylindrical-coordinate representation of color #895E95: hue angle of 286.91º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895E95 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 94 | 149 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.42 |
| HSL | 286.91º | 0.23% | 0.48% | - |
| HSV(B) | 286.91º | 0.37% | 0.58% | - |
| XYZ | 19.74 | 15.49 | 30.38 | - |
| YUV | 113.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 149 | 0.08 | 0.37 | 0 | 0.42 | 286.91 | 0.23 | 0.48 |
| Hex | 89 | 5E | 95 | 8 | 25 | 0 | 2A | 11F | 17 | 30 |
| Octal | 211 | 136 | 225 | 10 | 45 | 0 | 52 | 437 | 27 | 60 |
| Binary | 10001001 | 1011110 | 10010101 | 1000 | 100101 | 0 | 101010 | 100011111 | 10111 | 110000 |
Color Harmonies of #895E95
Complementary color
Monochromatic Colors of #895E95
Black with #895E95
Text Example
Text Example
White with #895E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E95; }
p { color: rgb(137,94,149); }
H1.HeaderClassName
{
color: #895E95;
}
.AnyTagClassName
{
color: #895E95;
}
</style>
background-color css
<style>
a { background-color: #895E95; }
a { background-color: rgb(137,94,149); }
div.DivClassName
{
background-color: #895E95;
}
.BgClassName
{
background-color: #895E95;
}
</style>
border-color css
<style>
span { border-color: #895E95; }
span { border-color: rgb(137,94,149); }
td.TdClassName
{
border-color: #895E95;
}
.TagClassName
{
border-color: #895E95;
}
</style>