Shades of Trendy Pink #86588E
Tints of Trendy Pink #86588E
RGB
CMYK
RGB Variations
Color information
#86588E (or 0x86588E) is known color: Trendy Pink. HEX triplet: 86, 58 and 8E. RGB value is (134,88,142). Sum of RGB (Red+Green+Blue) = 134+88+142=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 88 (34.77% from 255 or 24.18% 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 #86588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86588E is #79A771. Grayscale: #6B6B6B. Windows color (decimal): -7972722 or 9328774. OLE color: 9328774.
HSL color Cylindrical-coordinate representation of color #86588E: hue angle of 291.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86588E is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 88 | 142 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.44 |
| HSL | 291.11º | 0.23% | 0.45% | - |
| HSV(B) | 291.11º | 0.38% | 0.56% | - |
| XYZ | 18.2 | 14 | 27.33 | - |
| YUV | 107.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 142 | 0.06 | 0.38 | 0 | 0.44 | 291.11 | 0.23 | 0.45 |
| Hex | 86 | 58 | 8E | 6 | 26 | 0 | 2C | 123 | 17 | 2D |
| Octal | 206 | 130 | 216 | 6 | 46 | 0 | 54 | 443 | 27 | 55 |
| Binary | 10000110 | 1011000 | 10001110 | 110 | 100110 | 0 | 101100 | 100100011 | 10111 | 101101 |
Color Harmonies of #86588E
Complementary color
Monochromatic Colors of #86588E
Black with #86588E
Text Example
Text Example
White with #86588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86588E; }
p { color: rgb(134,88,142); }
H1.HeaderClassName
{
color: #86588E;
}
.AnyTagClassName
{
color: #86588E;
}
</style>
background-color css
<style>
a { background-color: #86588E; }
a { background-color: rgb(134,88,142); }
div.DivClassName
{
background-color: #86588E;
}
.BgClassName
{
background-color: #86588E;
}
</style>
border-color css
<style>
span { border-color: #86588E; }
span { border-color: rgb(134,88,142); }
td.TdClassName
{
border-color: #86588E;
}
.TagClassName
{
border-color: #86588E;
}
</style>