Shades of Trendy Pink #88547E
Tints of Trendy Pink #88547E
RGB
CMYK
RGB Variations
Color information
#88547E (or 0x88547E) is known color: Trendy Pink. HEX triplet: 88, 54 and 7E. RGB value is (136,84,126). Sum of RGB (Red+Green+Blue) = 136+84+126=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88547E is #77AB81. Grayscale: #686868. Windows color (decimal): -7842690 or 8279176. OLE color: 8279176.
HSL color Cylindrical-coordinate representation of color #88547E: hue angle of 311.54º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88547E is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 126 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.47 |
| HSL | 311.54º | 0.24% | 0.43% | - |
| HSV(B) | 311.54º | 0.38% | 0.53% | - |
| XYZ | 17.09 | 13.08 | 21.36 | - |
| YUV | 104.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 126 | 0 | 0.38 | 0.07 | 0.47 | 311.54 | 0.24 | 0.43 |
| Hex | 88 | 54 | 7E | 0 | 26 | 7 | 2F | 138 | 18 | 2B |
| Octal | 210 | 124 | 176 | 0 | 46 | 7 | 57 | 470 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1111110 | 0 | 100110 | 111 | 101111 | 100111000 | 11000 | 101011 |
Color Harmonies of #88547E
Complementary color
Monochromatic Colors of #88547E
Black with #88547E
Text Example
Text Example
White with #88547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88547E; }
p { color: rgb(136,84,126); }
H1.HeaderClassName
{
color: #88547E;
}
.AnyTagClassName
{
color: #88547E;
}
</style>
background-color css
<style>
a { background-color: #88547E; }
a { background-color: rgb(136,84,126); }
div.DivClassName
{
background-color: #88547E;
}
.BgClassName
{
background-color: #88547E;
}
</style>
border-color css
<style>
span { border-color: #88547E; }
span { border-color: rgb(136,84,126); }
td.TdClassName
{
border-color: #88547E;
}
.TagClassName
{
border-color: #88547E;
}
</style>