Shades of Trendy Pink #885293
Tints of Trendy Pink #885293
RGB
CMYK
RGB Variations
Color information
#885293 (or 0x885293) is known color: Trendy Pink. HEX triplet: 88, 52 and 93. RGB value is (136,82,147). Sum of RGB (Red+Green+Blue) = 136+82+147=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #885293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885293 is #77AD6C. Grayscale: #696969. Windows color (decimal): -7843181 or 9654920. OLE color: 9654920.
HSL color Cylindrical-coordinate representation of color #885293: hue angle of 289.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #885293 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 82 | 147 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.42 |
| HSL | 289.85º | 0.28% | 0.45% | - |
| HSV(B) | 289.85º | 0.44% | 0.58% | - |
| XYZ | 18.44 | 13.38 | 29.21 | - |
| YUV | 105.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 147 | 0.07 | 0.44 | 0 | 0.42 | 289.85 | 0.28 | 0.45 |
| Hex | 88 | 52 | 93 | 7 | 2C | 0 | 2A | 122 | 1C | 2D |
| Octal | 210 | 122 | 223 | 7 | 54 | 0 | 52 | 442 | 34 | 55 |
| Binary | 10001000 | 1010010 | 10010011 | 111 | 101100 | 0 | 101010 | 100100010 | 11100 | 101101 |
Color Harmonies of #885293
Complementary color
Monochromatic Colors of #885293
Black with #885293
Text Example
Text Example
White with #885293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885293; }
p { color: rgb(136,82,147); }
H1.HeaderClassName
{
color: #885293;
}
.AnyTagClassName
{
color: #885293;
}
</style>
background-color css
<style>
a { background-color: #885293; }
a { background-color: rgb(136,82,147); }
div.DivClassName
{
background-color: #885293;
}
.BgClassName
{
background-color: #885293;
}
</style>
border-color css
<style>
span { border-color: #885293; }
span { border-color: rgb(136,82,147); }
td.TdClassName
{
border-color: #885293;
}
.TagClassName
{
border-color: #885293;
}
</style>