Shades of Trendy Pink #85587E
Tints of Trendy Pink #85587E
RGB
CMYK
RGB Variations
Color information
#85587E (or 0x85587E) is known color: Trendy Pink. HEX triplet: 85, 58 and 7E. RGB value is (133,88,126). Sum of RGB (Red+Green+Blue) = 133+88+126=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #85587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85587E is #7AA781. Grayscale: #696969. Windows color (decimal): -8038274 or 8280197. OLE color: 8280197.
HSL color Cylindrical-coordinate representation of color #85587E: hue angle of 309.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85587E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 126 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.48 |
| HSL | 309.33º | 0.2% | 0.43% | - |
| HSV(B) | 309.33º | 0.34% | 0.52% | - |
| XYZ | 16.93 | 13.47 | 21.45 | - |
| YUV | 105.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 126 | 0 | 0.34 | 0.05 | 0.48 | 309.33 | 0.2 | 0.43 |
| Hex | 85 | 58 | 7E | 0 | 22 | 5 | 30 | 135 | 14 | 2B |
| Octal | 205 | 130 | 176 | 0 | 42 | 5 | 60 | 465 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1111110 | 0 | 100010 | 101 | 110000 | 100110101 | 10100 | 101011 |
Color Harmonies of #85587E
Complementary color
Monochromatic Colors of #85587E
Black with #85587E
Text Example
Text Example
White with #85587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85587E; }
p { color: rgb(133,88,126); }
H1.HeaderClassName
{
color: #85587E;
}
.AnyTagClassName
{
color: #85587E;
}
</style>
background-color css
<style>
a { background-color: #85587E; }
a { background-color: rgb(133,88,126); }
div.DivClassName
{
background-color: #85587E;
}
.BgClassName
{
background-color: #85587E;
}
</style>
border-color css
<style>
span { border-color: #85587E; }
span { border-color: rgb(133,88,126); }
td.TdClassName
{
border-color: #85587E;
}
.TagClassName
{
border-color: #85587E;
}
</style>