Shades of Trendy Pink #885C90
Tints of Trendy Pink #885C90
RGB
CMYK
RGB Variations
Color information
#885C90 (or 0x885C90) is known color: Trendy Pink. HEX triplet: 88, 5C and 90. RGB value is (136,92,144). Sum of RGB (Red+Green+Blue) = 136+92+144=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #885C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885C90 is #77A36F. Grayscale: #6E6E6E. Windows color (decimal): -7840624 or 9460872. OLE color: 9460872.
HSL color Cylindrical-coordinate representation of color #885C90: hue angle of 290.77º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885C90 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 92 | 144 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.44 |
| HSL | 290.77º | 0.22% | 0.46% | - |
| HSV(B) | 290.77º | 0.36% | 0.56% | - |
| XYZ | 19.01 | 14.9 | 28.26 | - |
| YUV | 111.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 144 | 0.06 | 0.36 | 0 | 0.44 | 290.77 | 0.22 | 0.46 |
| Hex | 88 | 5C | 90 | 6 | 24 | 0 | 2C | 123 | 16 | 2E |
| Octal | 210 | 134 | 220 | 6 | 44 | 0 | 54 | 443 | 26 | 56 |
| Binary | 10001000 | 1011100 | 10010000 | 110 | 100100 | 0 | 101100 | 100100011 | 10110 | 101110 |
Color Harmonies of #885C90
Complementary color
Monochromatic Colors of #885C90
Black with #885C90
Text Example
Text Example
White with #885C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C90; }
p { color: rgb(136,92,144); }
H1.HeaderClassName
{
color: #885C90;
}
.AnyTagClassName
{
color: #885C90;
}
</style>
background-color css
<style>
a { background-color: #885C90; }
a { background-color: rgb(136,92,144); }
div.DivClassName
{
background-color: #885C90;
}
.BgClassName
{
background-color: #885C90;
}
</style>
border-color css
<style>
span { border-color: #885C90; }
span { border-color: rgb(136,92,144); }
td.TdClassName
{
border-color: #885C90;
}
.TagClassName
{
border-color: #885C90;
}
</style>