Shades of Trendy Pink #8E4585
Tints of Trendy Pink #8E4585
RGB
CMYK
RGB Variations
Color information
#8E4585 (or 0x8E4585) is known color: Trendy Pink. HEX triplet: 8E, 45 and 85. RGB value is (142,69,133). Sum of RGB (Red+Green+Blue) = 142+69+133=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4585 is #71BA7A. Grayscale: #616161. Windows color (decimal): -7453307 or 8734094. OLE color: 8734094.
HSL color Cylindrical-coordinate representation of color #8E4585: hue angle of 307.4º 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 #8E4585 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 133 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.44 |
| HSL | 307.4º | 0.35% | 0.41% | - |
| HSV(B) | 307.4º | 0.51% | 0.56% | - |
| XYZ | 17.52 | 11.7 | 23.53 | - |
| YUV | 98.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 133 | 0 | 0.51 | 0.06 | 0.44 | 307.4 | 0.35 | 0.41 |
| Hex | 8E | 45 | 85 | 0 | 33 | 6 | 2C | 133 | 23 | 29 |
| Octal | 216 | 105 | 205 | 0 | 63 | 6 | 54 | 463 | 43 | 51 |
| Binary | 10001110 | 1000101 | 10000101 | 0 | 110011 | 110 | 101100 | 100110011 | 100011 | 101001 |
Color Harmonies of #8E4585
Complementary color
Monochromatic Colors of #8E4585
Black with #8E4585
Text Example
Text Example
White with #8E4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4585; }
p { color: rgb(142,69,133); }
H1.HeaderClassName
{
color: #8E4585;
}
.AnyTagClassName
{
color: #8E4585;
}
</style>
background-color css
<style>
a { background-color: #8E4585; }
a { background-color: rgb(142,69,133); }
div.DivClassName
{
background-color: #8E4585;
}
.BgClassName
{
background-color: #8E4585;
}
</style>
border-color css
<style>
span { border-color: #8E4585; }
span { border-color: rgb(142,69,133); }
td.TdClassName
{
border-color: #8E4585;
}
.TagClassName
{
border-color: #8E4585;
}
</style>