Shades of Trendy Pink #88528E
Tints of Trendy Pink #88528E
RGB
CMYK
RGB Variations
Color information
#88528E (or 0x88528E) is known color: Trendy Pink. HEX triplet: 88, 52 and 8E. RGB value is (136,82,142). Sum of RGB (Red+Green+Blue) = 136+82+142=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #88528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88528E is #77AD71. Grayscale: #686868. Windows color (decimal): -7843186 or 9327240. OLE color: 9327240.
HSL color Cylindrical-coordinate representation of color #88528E: hue angle of 294º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88528E is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 82 | 142 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.44 |
| HSL | 294º | 0.27% | 0.44% | - |
| HSV(B) | 294º | 0.42% | 0.56% | - |
| XYZ | 18.05 | 13.22 | 27.19 | - |
| YUV | 104.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 142 | 0.04 | 0.42 | 0 | 0.44 | 294 | 0.27 | 0.44 |
| Hex | 88 | 52 | 8E | 4 | 2A | 0 | 2C | 126 | 1B | 2C |
| Octal | 210 | 122 | 216 | 4 | 52 | 0 | 54 | 446 | 33 | 54 |
| Binary | 10001000 | 1010010 | 10001110 | 100 | 101010 | 0 | 101100 | 100100110 | 11011 | 101100 |
Color Harmonies of #88528E
Complementary color
Monochromatic Colors of #88528E
Black with #88528E
Text Example
Text Example
White with #88528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88528E; }
p { color: rgb(136,82,142); }
H1.HeaderClassName
{
color: #88528E;
}
.AnyTagClassName
{
color: #88528E;
}
</style>
background-color css
<style>
a { background-color: #88528E; }
a { background-color: rgb(136,82,142); }
div.DivClassName
{
background-color: #88528E;
}
.BgClassName
{
background-color: #88528E;
}
</style>
border-color css
<style>
span { border-color: #88528E; }
span { border-color: rgb(136,82,142); }
td.TdClassName
{
border-color: #88528E;
}
.TagClassName
{
border-color: #88528E;
}
</style>