Shades of Trendy Pink #874E80
Tints of Trendy Pink #874E80
RGB
CMYK
RGB Variations
Color information
#874E80 (or 0x874E80) is known color: Trendy Pink. HEX triplet: 87, 4E and 80. RGB value is (135,78,128). Sum of RGB (Red+Green+Blue) = 135+78+128=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #874E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E80 is #78B17F. Grayscale: #646464. Windows color (decimal): -7909760 or 8408711. OLE color: 8408711.
HSL color Cylindrical-coordinate representation of color #874E80: hue angle of 307.37º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E80 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 128 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.47 |
| HSL | 307.37º | 0.27% | 0.42% | - |
| HSV(B) | 307.37º | 0.42% | 0.53% | - |
| XYZ | 16.61 | 12.16 | 21.89 | - |
| YUV | 100.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 128 | 0 | 0.42 | 0.05 | 0.47 | 307.37 | 0.27 | 0.42 |
| Hex | 87 | 4E | 80 | 0 | 2A | 5 | 2F | 133 | 1B | 2A |
| Octal | 207 | 116 | 200 | 0 | 52 | 5 | 57 | 463 | 33 | 52 |
| Binary | 10000111 | 1001110 | 10000000 | 0 | 101010 | 101 | 101111 | 100110011 | 11011 | 101010 |
Color Harmonies of #874E80
Complementary color
Monochromatic Colors of #874E80
Black with #874E80
Text Example
Text Example
White with #874E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E80; }
p { color: rgb(135,78,128); }
H1.HeaderClassName
{
color: #874E80;
}
.AnyTagClassName
{
color: #874E80;
}
</style>
background-color css
<style>
a { background-color: #874E80; }
a { background-color: rgb(135,78,128); }
div.DivClassName
{
background-color: #874E80;
}
.BgClassName
{
background-color: #874E80;
}
</style>
border-color css
<style>
span { border-color: #874E80; }
span { border-color: rgb(135,78,128); }
td.TdClassName
{
border-color: #874E80;
}
.TagClassName
{
border-color: #874E80;
}
</style>