Shades of Trendy Pink #885A85
Tints of Trendy Pink #885A85
RGB
CMYK
RGB Variations
Color information
#885A85 (or 0x885A85) is known color: Trendy Pink. HEX triplet: 88, 5A and 85. RGB value is (136,90,133). Sum of RGB (Red+Green+Blue) = 136+90+133=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #885A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885A85 is #77A57A. Grayscale: #6C6C6C. Windows color (decimal): -7841147 or 8739464. OLE color: 8739464.
HSL color Cylindrical-coordinate representation of color #885A85: hue angle of 303.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A85 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 133 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.47 |
| HSL | 303.91º | 0.2% | 0.44% | - |
| HSV(B) | 303.91º | 0.34% | 0.53% | - |
| XYZ | 18.04 | 14.24 | 23.99 | - |
| YUV | 108.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 133 | 0 | 0.34 | 0.02 | 0.47 | 303.91 | 0.2 | 0.44 |
| Hex | 88 | 5A | 85 | 0 | 22 | 2 | 2F | 130 | 14 | 2C |
| Octal | 210 | 132 | 205 | 0 | 42 | 2 | 57 | 460 | 24 | 54 |
| Binary | 10001000 | 1011010 | 10000101 | 0 | 100010 | 10 | 101111 | 100110000 | 10100 | 101100 |
Color Harmonies of #885A85
Complementary color
Monochromatic Colors of #885A85
Black with #885A85
Text Example
Text Example
White with #885A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A85; }
p { color: rgb(136,90,133); }
H1.HeaderClassName
{
color: #885A85;
}
.AnyTagClassName
{
color: #885A85;
}
</style>
background-color css
<style>
a { background-color: #885A85; }
a { background-color: rgb(136,90,133); }
div.DivClassName
{
background-color: #885A85;
}
.BgClassName
{
background-color: #885A85;
}
</style>
border-color css
<style>
span { border-color: #885A85; }
span { border-color: rgb(136,90,133); }
td.TdClassName
{
border-color: #885A85;
}
.TagClassName
{
border-color: #885A85;
}
</style>