Shades of Trendy Pink #885E85
Tints of Trendy Pink #885E85
RGB
CMYK
RGB Variations
Color information
#885E85 (or 0x885E85) is known color: Trendy Pink. HEX triplet: 88, 5E and 85. RGB value is (136,94,133). Sum of RGB (Red+Green+Blue) = 136+94+133=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #885E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885E85 is #77A17A. Grayscale: #6E6E6E. Windows color (decimal): -7840123 or 8740488. OLE color: 8740488.
HSL color Cylindrical-coordinate representation of color #885E85: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #885E85 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 133 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.47 |
| HSL | 304.29º | 0.18% | 0.45% | - |
| HSV(B) | 304.29º | 0.31% | 0.53% | - |
| XYZ | 18.39 | 14.93 | 24.1 | - |
| YUV | 111 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 133 | 0 | 0.31 | 0.02 | 0.47 | 304.29 | 0.18 | 0.45 |
| Hex | 88 | 5E | 85 | 0 | 1F | 2 | 2F | 130 | 12 | 2D |
| Octal | 210 | 136 | 205 | 0 | 37 | 2 | 57 | 460 | 22 | 55 |
| Binary | 10001000 | 1011110 | 10000101 | 0 | 11111 | 10 | 101111 | 100110000 | 10010 | 101101 |
Color Harmonies of #885E85
Complementary color
Monochromatic Colors of #885E85
Black with #885E85
Text Example
Text Example
White with #885E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E85; }
p { color: rgb(136,94,133); }
H1.HeaderClassName
{
color: #885E85;
}
.AnyTagClassName
{
color: #885E85;
}
</style>
background-color css
<style>
a { background-color: #885E85; }
a { background-color: rgb(136,94,133); }
div.DivClassName
{
background-color: #885E85;
}
.BgClassName
{
background-color: #885E85;
}
</style>
border-color css
<style>
span { border-color: #885E85; }
span { border-color: rgb(136,94,133); }
td.TdClassName
{
border-color: #885E85;
}
.TagClassName
{
border-color: #885E85;
}
</style>