Shades of Trendy Pink #88578C
Tints of Trendy Pink #88578C
RGB
CMYK
RGB Variations
Color information
#88578C (or 0x88578C) is known color: Trendy Pink. HEX triplet: 88, 57 and 8C. RGB value is (136,87,140). Sum of RGB (Red+Green+Blue) = 136+87+140=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #88578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88578C is #77A873. Grayscale: #6B6B6B. Windows color (decimal): -7841908 or 9197448. OLE color: 9197448.
HSL color Cylindrical-coordinate representation of color #88578C: hue angle of 295.47º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88578C is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 87 | 140 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.45 |
| HSL | 295.47º | 0.23% | 0.45% | - |
| HSV(B) | 295.47º | 0.38% | 0.55% | - |
| XYZ | 18.3 | 13.94 | 26.54 | - |
| YUV | 107.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 87 | 140 | 0.03 | 0.38 | 0 | 0.45 | 295.47 | 0.23 | 0.45 |
| Hex | 88 | 57 | 8C | 3 | 26 | 0 | 2D | 127 | 17 | 2D |
| Octal | 210 | 127 | 214 | 3 | 46 | 0 | 55 | 447 | 27 | 55 |
| Binary | 10001000 | 1010111 | 10001100 | 11 | 100110 | 0 | 101101 | 100100111 | 10111 | 101101 |
Color Harmonies of #88578C
Complementary color
Monochromatic Colors of #88578C
Black with #88578C
Text Example
Text Example
White with #88578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88578C; }
p { color: rgb(136,87,140); }
H1.HeaderClassName
{
color: #88578C;
}
.AnyTagClassName
{
color: #88578C;
}
</style>
background-color css
<style>
a { background-color: #88578C; }
a { background-color: rgb(136,87,140); }
div.DivClassName
{
background-color: #88578C;
}
.BgClassName
{
background-color: #88578C;
}
</style>
border-color css
<style>
span { border-color: #88578C; }
span { border-color: rgb(136,87,140); }
td.TdClassName
{
border-color: #88578C;
}
.TagClassName
{
border-color: #88578C;
}
</style>