Shades of Trendy Pink #8E6790
Tints of Trendy Pink #8E6790
RGB
CMYK
RGB Variations
Color information
#8E6790 (or 0x8E6790) is known color: Trendy Pink. HEX triplet: 8E, 67 and 90. RGB value is (142,103,144). Sum of RGB (Red+Green+Blue) = 142+103+144=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6790 is #71986F. Grayscale: #777777. Windows color (decimal): -7444592 or 9463694. OLE color: 9463694.
HSL color Cylindrical-coordinate representation of color #8E6790: hue angle of 297.07º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E6790 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 144 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.44 |
| HSL | 297.07º | 0.17% | 0.48% | - |
| HSV(B) | 297.07º | 0.28% | 0.56% | - |
| XYZ | 21.04 | 17.46 | 28.65 | - |
| YUV | 119.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 144 | 0.01 | 0.28 | 0 | 0.44 | 297.07 | 0.17 | 0.48 |
| Hex | 8E | 67 | 90 | 1 | 1C | 0 | 2C | 129 | 11 | 30 |
| Octal | 216 | 147 | 220 | 1 | 34 | 0 | 54 | 451 | 21 | 60 |
| Binary | 10001110 | 1100111 | 10010000 | 1 | 11100 | 0 | 101100 | 100101001 | 10001 | 110000 |
Color Harmonies of #8E6790
Complementary color
Monochromatic Colors of #8E6790
Black with #8E6790
Text Example
Text Example
White with #8E6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6790; }
p { color: rgb(142,103,144); }
H1.HeaderClassName
{
color: #8E6790;
}
.AnyTagClassName
{
color: #8E6790;
}
</style>
background-color css
<style>
a { background-color: #8E6790; }
a { background-color: rgb(142,103,144); }
div.DivClassName
{
background-color: #8E6790;
}
.BgClassName
{
background-color: #8E6790;
}
</style>
border-color css
<style>
span { border-color: #8E6790; }
span { border-color: rgb(142,103,144); }
td.TdClassName
{
border-color: #8E6790;
}
.TagClassName
{
border-color: #8E6790;
}
</style>