Shades of Trendy Pink #875E88
Tints of Trendy Pink #875E88
RGB
CMYK
RGB Variations
Color information
#875E88 (or 0x875E88) is known color: Trendy Pink. HEX triplet: 87, 5E and 88. RGB value is (135,94,136). Sum of RGB (Red+Green+Blue) = 135+94+136=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #875E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875E88 is #78A177. Grayscale: #6E6E6E. Windows color (decimal): -7905656 or 8937095. OLE color: 8937095.
HSL color Cylindrical-coordinate representation of color #875E88: hue angle of 298.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #875E88 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 136 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.47 |
| HSL | 298.57º | 0.18% | 0.45% | - |
| HSV(B) | 298.57º | 0.31% | 0.53% | - |
| XYZ | 18.44 | 14.93 | 25.2 | - |
| YUV | 111.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 136 | 0.01 | 0.31 | 0 | 0.47 | 298.57 | 0.18 | 0.45 |
| Hex | 87 | 5E | 88 | 1 | 1F | 0 | 2F | 12B | 12 | 2D |
| Octal | 207 | 136 | 210 | 1 | 37 | 0 | 57 | 453 | 22 | 55 |
| Binary | 10000111 | 1011110 | 10001000 | 1 | 11111 | 0 | 101111 | 100101011 | 10010 | 101101 |
Color Harmonies of #875E88
Complementary color
Monochromatic Colors of #875E88
Black with #875E88
Text Example
Text Example
White with #875E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E88; }
p { color: rgb(135,94,136); }
H1.HeaderClassName
{
color: #875E88;
}
.AnyTagClassName
{
color: #875E88;
}
</style>
background-color css
<style>
a { background-color: #875E88; }
a { background-color: rgb(135,94,136); }
div.DivClassName
{
background-color: #875E88;
}
.BgClassName
{
background-color: #875E88;
}
</style>
border-color css
<style>
span { border-color: #875E88; }
span { border-color: rgb(135,94,136); }
td.TdClassName
{
border-color: #875E88;
}
.TagClassName
{
border-color: #875E88;
}
</style>