Shades of Trendy Pink #8E4586
Tints of Trendy Pink #8E4586
RGB
CMYK
RGB Variations
Color information
#8E4586 (or 0x8E4586) is known color: Trendy Pink. HEX triplet: 8E, 45 and 86. RGB value is (142,69,134). Sum of RGB (Red+Green+Blue) = 142+69+134=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4586 is #71BA79. Grayscale: #626262. Windows color (decimal): -7453306 or 8799630. OLE color: 8799630.
HSL color Cylindrical-coordinate representation of color #8E4586: hue angle of 306.58º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4586 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 134 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.44 |
| HSL | 306.58º | 0.35% | 0.41% | - |
| HSV(B) | 306.58º | 0.51% | 0.56% | - |
| XYZ | 17.59 | 11.73 | 23.89 | - |
| YUV | 98.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 134 | 0 | 0.51 | 0.06 | 0.44 | 306.58 | 0.35 | 0.41 |
| Hex | 8E | 45 | 86 | 0 | 33 | 6 | 2C | 133 | 23 | 29 |
| Octal | 216 | 105 | 206 | 0 | 63 | 6 | 54 | 463 | 43 | 51 |
| Binary | 10001110 | 1000101 | 10000110 | 0 | 110011 | 110 | 101100 | 100110011 | 100011 | 101001 |
Color Harmonies of #8E4586
Complementary color
Monochromatic Colors of #8E4586
Black with #8E4586
Text Example
Text Example
White with #8E4586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4586; }
p { color: rgb(142,69,134); }
H1.HeaderClassName
{
color: #8E4586;
}
.AnyTagClassName
{
color: #8E4586;
}
</style>
background-color css
<style>
a { background-color: #8E4586; }
a { background-color: rgb(142,69,134); }
div.DivClassName
{
background-color: #8E4586;
}
.BgClassName
{
background-color: #8E4586;
}
</style>
border-color css
<style>
span { border-color: #8E4586; }
span { border-color: rgb(142,69,134); }
td.TdClassName
{
border-color: #8E4586;
}
.TagClassName
{
border-color: #8E4586;
}
</style>