Shades of Trendy Pink #8E4685
Tints of Trendy Pink #8E4685
RGB
CMYK
RGB Variations
Color information
#8E4685 (or 0x8E4685) is known color: Trendy Pink. HEX triplet: 8E, 46 and 85. RGB value is (142,70,133). Sum of RGB (Red+Green+Blue) = 142+70+133=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4685 is #71B97A. Grayscale: #626262. Windows color (decimal): -7453051 or 8734350. OLE color: 8734350.
HSL color Cylindrical-coordinate representation of color #8E4685: hue angle of 307.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4685 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 133 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.44 |
| HSL | 307.5º | 0.34% | 0.42% | - |
| HSV(B) | 307.5º | 0.51% | 0.56% | - |
| XYZ | 17.58 | 11.82 | 23.55 | - |
| YUV | 98.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 133 | 0 | 0.51 | 0.06 | 0.44 | 307.5 | 0.34 | 0.42 |
| Hex | 8E | 46 | 85 | 0 | 33 | 6 | 2C | 134 | 22 | 2A |
| Octal | 216 | 106 | 205 | 0 | 63 | 6 | 54 | 464 | 42 | 52 |
| Binary | 10001110 | 1000110 | 10000101 | 0 | 110011 | 110 | 101100 | 100110100 | 100010 | 101010 |
Color Harmonies of #8E4685
Complementary color
Monochromatic Colors of #8E4685
Black with #8E4685
Text Example
Text Example
White with #8E4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4685; }
p { color: rgb(142,70,133); }
H1.HeaderClassName
{
color: #8E4685;
}
.AnyTagClassName
{
color: #8E4685;
}
</style>
background-color css
<style>
a { background-color: #8E4685; }
a { background-color: rgb(142,70,133); }
div.DivClassName
{
background-color: #8E4685;
}
.BgClassName
{
background-color: #8E4685;
}
</style>
border-color css
<style>
span { border-color: #8E4685; }
span { border-color: rgb(142,70,133); }
td.TdClassName
{
border-color: #8E4685;
}
.TagClassName
{
border-color: #8E4685;
}
</style>