Shades of Trendy Pink #8E5A90
Tints of Trendy Pink #8E5A90
RGB
CMYK
RGB Variations
Color information
#8E5A90 (or 0x8E5A90) is known color: Trendy Pink. HEX triplet: 8E, 5A and 90. RGB value is (142,90,144). Sum of RGB (Red+Green+Blue) = 142+90+144=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E5A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A90 is #71A56F. Grayscale: #6F6F6F. Windows color (decimal): -7447920 or 9460366. OLE color: 9460366.
HSL color Cylindrical-coordinate representation of color #8E5A90: hue angle of 297.78º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E5A90 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 144 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.44 |
| HSL | 297.78º | 0.23% | 0.46% | - |
| HSV(B) | 297.78º | 0.38% | 0.56% | - |
| XYZ | 19.85 | 15.08 | 28.25 | - |
| YUV | 111.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 144 | 0.01 | 0.37 | 0 | 0.44 | 297.78 | 0.23 | 0.46 |
| Hex | 8E | 5A | 90 | 1 | 25 | 0 | 2C | 12A | 17 | 2E |
| Octal | 216 | 132 | 220 | 1 | 45 | 0 | 54 | 452 | 27 | 56 |
| Binary | 10001110 | 1011010 | 10010000 | 1 | 100101 | 0 | 101100 | 100101010 | 10111 | 101110 |
Color Harmonies of #8E5A90
Complementary color
Monochromatic Colors of #8E5A90
Black with #8E5A90
Text Example
Text Example
White with #8E5A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A90; }
p { color: rgb(142,90,144); }
H1.HeaderClassName
{
color: #8E5A90;
}
.AnyTagClassName
{
color: #8E5A90;
}
</style>
background-color css
<style>
a { background-color: #8E5A90; }
a { background-color: rgb(142,90,144); }
div.DivClassName
{
background-color: #8E5A90;
}
.BgClassName
{
background-color: #8E5A90;
}
</style>
border-color css
<style>
span { border-color: #8E5A90; }
span { border-color: rgb(142,90,144); }
td.TdClassName
{
border-color: #8E5A90;
}
.TagClassName
{
border-color: #8E5A90;
}
</style>