Shades of Trendy Pink #885090
Tints of Trendy Pink #885090
RGB
CMYK
RGB Variations
Color information
#885090 (or 0x885090) is known color: Trendy Pink. HEX triplet: 88, 50 and 90. RGB value is (136,80,144). Sum of RGB (Red+Green+Blue) = 136+80+144=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #885090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885090 is #77AF6F. Grayscale: #676767. Windows color (decimal): -7843696 or 9457800. OLE color: 9457800.
HSL color Cylindrical-coordinate representation of color #885090: hue angle of 292.5º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #885090 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 80 | 144 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.44 |
| HSL | 292.5º | 0.29% | 0.44% | - |
| HSV(B) | 292.5º | 0.44% | 0.56% | - |
| XYZ | 18.06 | 12.99 | 27.94 | - |
| YUV | 104.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 144 | 0.06 | 0.44 | 0 | 0.44 | 292.5 | 0.29 | 0.44 |
| Hex | 88 | 50 | 90 | 6 | 2C | 0 | 2C | 124 | 1D | 2C |
| Octal | 210 | 120 | 220 | 6 | 54 | 0 | 54 | 444 | 35 | 54 |
| Binary | 10001000 | 1010000 | 10010000 | 110 | 101100 | 0 | 101100 | 100100100 | 11101 | 101100 |
Color Harmonies of #885090
Complementary color
Monochromatic Colors of #885090
Black with #885090
Text Example
Text Example
White with #885090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885090; }
p { color: rgb(136,80,144); }
H1.HeaderClassName
{
color: #885090;
}
.AnyTagClassName
{
color: #885090;
}
</style>
background-color css
<style>
a { background-color: #885090; }
a { background-color: rgb(136,80,144); }
div.DivClassName
{
background-color: #885090;
}
.BgClassName
{
background-color: #885090;
}
</style>
border-color css
<style>
span { border-color: #885090; }
span { border-color: rgb(136,80,144); }
td.TdClassName
{
border-color: #885090;
}
.TagClassName
{
border-color: #885090;
}
</style>