Shades of Trendy Pink #885292
Tints of Trendy Pink #885292
RGB
CMYK
RGB Variations
Color information
#885292 (or 0x885292) is known color: Trendy Pink. HEX triplet: 88, 52 and 92. RGB value is (136,82,146). Sum of RGB (Red+Green+Blue) = 136+82+146=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #885292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885292 is #77AD6D. Grayscale: #696969. Windows color (decimal): -7843182 or 9589384. OLE color: 9589384.
HSL color Cylindrical-coordinate representation of color #885292: hue angle of 290.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #885292 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 82 | 146 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.43 |
| HSL | 290.63º | 0.28% | 0.45% | - |
| HSV(B) | 290.63º | 0.44% | 0.57% | - |
| XYZ | 18.36 | 13.34 | 28.8 | - |
| YUV | 105.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 146 | 0.07 | 0.44 | 0 | 0.43 | 290.63 | 0.28 | 0.45 |
| Hex | 88 | 52 | 92 | 7 | 2C | 0 | 2B | 123 | 1C | 2D |
| Octal | 210 | 122 | 222 | 7 | 54 | 0 | 53 | 443 | 34 | 55 |
| Binary | 10001000 | 1010010 | 10010010 | 111 | 101100 | 0 | 101011 | 100100011 | 11100 | 101101 |
Color Harmonies of #885292
Complementary color
Monochromatic Colors of #885292
Black with #885292
Text Example
Text Example
White with #885292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885292; }
p { color: rgb(136,82,146); }
H1.HeaderClassName
{
color: #885292;
}
.AnyTagClassName
{
color: #885292;
}
</style>
background-color css
<style>
a { background-color: #885292; }
a { background-color: rgb(136,82,146); }
div.DivClassName
{
background-color: #885292;
}
.BgClassName
{
background-color: #885292;
}
</style>
border-color css
<style>
span { border-color: #885292; }
span { border-color: rgb(136,82,146); }
td.TdClassName
{
border-color: #885292;
}
.TagClassName
{
border-color: #885292;
}
</style>