Shades of Trendy Pink #8E5790
Tints of Trendy Pink #8E5790
RGB
CMYK
RGB Variations
Color information
#8E5790 (or 0x8E5790) is known color: Trendy Pink. HEX triplet: 8E, 57 and 90. RGB value is (142,87,144). Sum of RGB (Red+Green+Blue) = 142+87+144=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E5790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5790 is #71A86F. Grayscale: #6D6D6D. Windows color (decimal): -7448688 or 9459598. OLE color: 9459598.
HSL color Cylindrical-coordinate representation of color #8E5790: hue angle of 297.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E5790 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 144 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.44 |
| HSL | 297.89º | 0.25% | 0.45% | - |
| HSV(B) | 297.89º | 0.4% | 0.56% | - |
| XYZ | 19.6 | 14.58 | 28.17 | - |
| YUV | 109.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 144 | 0.01 | 0.40 | 0 | 0.44 | 297.89 | 0.25 | 0.45 |
| Hex | 8E | 57 | 90 | 1 | 28 | 0 | 2C | 12A | 19 | 2D |
| Octal | 216 | 127 | 220 | 1 | 50 | 0 | 54 | 452 | 31 | 55 |
| Binary | 10001110 | 1010111 | 10010000 | 1 | 101000 | 0 | 101100 | 100101010 | 11001 | 101101 |
Color Harmonies of #8E5790
Complementary color
Monochromatic Colors of #8E5790
Black with #8E5790
Text Example
Text Example
White with #8E5790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5790; }
p { color: rgb(142,87,144); }
H1.HeaderClassName
{
color: #8E5790;
}
.AnyTagClassName
{
color: #8E5790;
}
</style>
background-color css
<style>
a { background-color: #8E5790; }
a { background-color: rgb(142,87,144); }
div.DivClassName
{
background-color: #8E5790;
}
.BgClassName
{
background-color: #8E5790;
}
</style>
border-color css
<style>
span { border-color: #8E5790; }
span { border-color: rgb(142,87,144); }
td.TdClassName
{
border-color: #8E5790;
}
.TagClassName
{
border-color: #8E5790;
}
</style>