Shades of Trendy Pink #88557E
Tints of Trendy Pink #88557E
RGB
CMYK
RGB Variations
Color information
#88557E (or 0x88557E) is known color: Trendy Pink. HEX triplet: 88, 55 and 7E. RGB value is (136,85,126). Sum of RGB (Red+Green+Blue) = 136+85+126=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88557E is #77AA81. Grayscale: #686868. Windows color (decimal): -7842434 or 8279432. OLE color: 8279432.
HSL color Cylindrical-coordinate representation of color #88557E: hue angle of 311.76º degrees, saturation: 0.23, 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 #88557E is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 126 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.47 |
| HSL | 311.76º | 0.23% | 0.43% | - |
| HSV(B) | 311.76º | 0.38% | 0.53% | - |
| XYZ | 17.17 | 13.24 | 21.39 | - |
| YUV | 104.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 126 | 0 | 0.38 | 0.07 | 0.47 | 311.76 | 0.23 | 0.43 |
| Hex | 88 | 55 | 7E | 0 | 26 | 7 | 2F | 138 | 17 | 2B |
| Octal | 210 | 125 | 176 | 0 | 46 | 7 | 57 | 470 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1111110 | 0 | 100110 | 111 | 101111 | 100111000 | 10111 | 101011 |
Color Harmonies of #88557E
Complementary color
Monochromatic Colors of #88557E
Black with #88557E
Text Example
Text Example
White with #88557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88557E; }
p { color: rgb(136,85,126); }
H1.HeaderClassName
{
color: #88557E;
}
.AnyTagClassName
{
color: #88557E;
}
</style>
background-color css
<style>
a { background-color: #88557E; }
a { background-color: rgb(136,85,126); }
div.DivClassName
{
background-color: #88557E;
}
.BgClassName
{
background-color: #88557E;
}
</style>
border-color css
<style>
span { border-color: #88557E; }
span { border-color: rgb(136,85,126); }
td.TdClassName
{
border-color: #88557E;
}
.TagClassName
{
border-color: #88557E;
}
</style>