Shades of Trendy Pink #88568E
Tints of Trendy Pink #88568E
RGB
CMYK
RGB Variations
Color information
#88568E (or 0x88568E) is known color: Trendy Pink. HEX triplet: 88, 56 and 8E. RGB value is (136,86,142). Sum of RGB (Red+Green+Blue) = 136+86+142=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #88568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88568E is #77A971. Grayscale: #6B6B6B. Windows color (decimal): -7842162 or 9328264. OLE color: 9328264.
HSL color Cylindrical-coordinate representation of color #88568E: hue angle of 293.57º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88568E is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 86 | 142 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.44 |
| HSL | 293.57º | 0.25% | 0.45% | - |
| HSV(B) | 293.57º | 0.39% | 0.56% | - |
| XYZ | 18.36 | 13.84 | 27.3 | - |
| YUV | 107.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 142 | 0.04 | 0.39 | 0 | 0.44 | 293.57 | 0.25 | 0.45 |
| Hex | 88 | 56 | 8E | 4 | 27 | 0 | 2C | 126 | 19 | 2D |
| Octal | 210 | 126 | 216 | 4 | 47 | 0 | 54 | 446 | 31 | 55 |
| Binary | 10001000 | 1010110 | 10001110 | 100 | 100111 | 0 | 101100 | 100100110 | 11001 | 101101 |
Color Harmonies of #88568E
Complementary color
Monochromatic Colors of #88568E
Black with #88568E
Text Example
Text Example
White with #88568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88568E; }
p { color: rgb(136,86,142); }
H1.HeaderClassName
{
color: #88568E;
}
.AnyTagClassName
{
color: #88568E;
}
</style>
background-color css
<style>
a { background-color: #88568E; }
a { background-color: rgb(136,86,142); }
div.DivClassName
{
background-color: #88568E;
}
.BgClassName
{
background-color: #88568E;
}
</style>
border-color css
<style>
span { border-color: #88568E; }
span { border-color: rgb(136,86,142); }
td.TdClassName
{
border-color: #88568E;
}
.TagClassName
{
border-color: #88568E;
}
</style>