Shades of Trendy Pink #8E5A86
Tints of Trendy Pink #8E5A86
RGB
CMYK
RGB Variations
Color information
#8E5A86 (or 0x8E5A86) is known color: Trendy Pink. HEX triplet: 8E, 5A and 86. RGB value is (142,90,134). Sum of RGB (Red+Green+Blue) = 142+90+134=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A86 is #71A579. Grayscale: #6E6E6E. Windows color (decimal): -7447930 or 8805006. OLE color: 8805006.
HSL color Cylindrical-coordinate representation of color #8E5A86: hue angle of 309.23º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5A86 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 134 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.44 |
| HSL | 309.23º | 0.22% | 0.45% | - |
| HSV(B) | 309.23º | 0.37% | 0.56% | - |
| XYZ | 19.11 | 14.78 | 24.4 | - |
| YUV | 110.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 134 | 0 | 0.37 | 0.06 | 0.44 | 309.23 | 0.22 | 0.45 |
| Hex | 8E | 5A | 86 | 0 | 25 | 6 | 2C | 135 | 16 | 2D |
| Octal | 216 | 132 | 206 | 0 | 45 | 6 | 54 | 465 | 26 | 55 |
| Binary | 10001110 | 1011010 | 10000110 | 0 | 100101 | 110 | 101100 | 100110101 | 10110 | 101101 |
Color Harmonies of #8E5A86
Complementary color
Monochromatic Colors of #8E5A86
Black with #8E5A86
Text Example
Text Example
White with #8E5A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A86; }
p { color: rgb(142,90,134); }
H1.HeaderClassName
{
color: #8E5A86;
}
.AnyTagClassName
{
color: #8E5A86;
}
</style>
background-color css
<style>
a { background-color: #8E5A86; }
a { background-color: rgb(142,90,134); }
div.DivClassName
{
background-color: #8E5A86;
}
.BgClassName
{
background-color: #8E5A86;
}
</style>
border-color css
<style>
span { border-color: #8E5A86; }
span { border-color: rgb(142,90,134); }
td.TdClassName
{
border-color: #8E5A86;
}
.TagClassName
{
border-color: #8E5A86;
}
</style>