Shades of Trendy Pink #875A85
Tints of Trendy Pink #875A85
RGB
CMYK
RGB Variations
Color information
#875A85 (or 0x875A85) is known color: Trendy Pink. HEX triplet: 87, 5A and 85. RGB value is (135,90,133). Sum of RGB (Red+Green+Blue) = 135+90+133=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #875A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A85 is #78A57A. Grayscale: #6C6C6C. Windows color (decimal): -7906683 or 8739463. OLE color: 8739463.
HSL color Cylindrical-coordinate representation of color #875A85: hue angle of 302.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875A85 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 133 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.47 |
| HSL | 302.67º | 0.2% | 0.44% | - |
| HSV(B) | 302.67º | 0.33% | 0.53% | - |
| XYZ | 17.88 | 14.16 | 23.98 | - |
| YUV | 108.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 133 | 0 | 0.33 | 0.01 | 0.47 | 302.67 | 0.2 | 0.44 |
| Hex | 87 | 5A | 85 | 0 | 21 | 1 | 2F | 12F | 14 | 2C |
| Octal | 207 | 132 | 205 | 0 | 41 | 1 | 57 | 457 | 24 | 54 |
| Binary | 10000111 | 1011010 | 10000101 | 0 | 100001 | 1 | 101111 | 100101111 | 10100 | 101100 |
Color Harmonies of #875A85
Complementary color
Monochromatic Colors of #875A85
Black with #875A85
Text Example
Text Example
White with #875A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A85; }
p { color: rgb(135,90,133); }
H1.HeaderClassName
{
color: #875A85;
}
.AnyTagClassName
{
color: #875A85;
}
</style>
background-color css
<style>
a { background-color: #875A85; }
a { background-color: rgb(135,90,133); }
div.DivClassName
{
background-color: #875A85;
}
.BgClassName
{
background-color: #875A85;
}
</style>
border-color css
<style>
span { border-color: #875A85; }
span { border-color: rgb(135,90,133); }
td.TdClassName
{
border-color: #875A85;
}
.TagClassName
{
border-color: #875A85;
}
</style>