Shades of Trendy Pink #8E5C90
Tints of Trendy Pink #8E5C90
RGB
CMYK
RGB Variations
Color information
#8E5C90 (or 0x8E5C90) is known color: Trendy Pink. HEX triplet: 8E, 5C and 90. RGB value is (142,92,144). Sum of RGB (Red+Green+Blue) = 142+92+144=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E5C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5C90 is #71A36F. Grayscale: #707070. Windows color (decimal): -7447408 or 9460878. OLE color: 9460878.
HSL color Cylindrical-coordinate representation of color #8E5C90: hue angle of 297.69º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E5C90 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 92 | 144 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.44 |
| HSL | 297.69º | 0.22% | 0.46% | - |
| HSV(B) | 297.69º | 0.36% | 0.56% | - |
| XYZ | 20.02 | 15.42 | 28.31 | - |
| YUV | 112.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 92 | 144 | 0.01 | 0.36 | 0 | 0.44 | 297.69 | 0.22 | 0.46 |
| Hex | 8E | 5C | 90 | 1 | 24 | 0 | 2C | 12A | 16 | 2E |
| Octal | 216 | 134 | 220 | 1 | 44 | 0 | 54 | 452 | 26 | 56 |
| Binary | 10001110 | 1011100 | 10010000 | 1 | 100100 | 0 | 101100 | 100101010 | 10110 | 101110 |
Color Harmonies of #8E5C90
Complementary color
Monochromatic Colors of #8E5C90
Black with #8E5C90
Text Example
Text Example
White with #8E5C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5C90; }
p { color: rgb(142,92,144); }
H1.HeaderClassName
{
color: #8E5C90;
}
.AnyTagClassName
{
color: #8E5C90;
}
</style>
background-color css
<style>
a { background-color: #8E5C90; }
a { background-color: rgb(142,92,144); }
div.DivClassName
{
background-color: #8E5C90;
}
.BgClassName
{
background-color: #8E5C90;
}
</style>
border-color css
<style>
span { border-color: #8E5C90; }
span { border-color: rgb(142,92,144); }
td.TdClassName
{
border-color: #8E5C90;
}
.TagClassName
{
border-color: #8E5C90;
}
</style>