Shades of Trendy Pink #8E5884
Tints of Trendy Pink #8E5884
RGB
CMYK
RGB Variations
Color information
#8E5884 (or 0x8E5884) is known color: Trendy Pink. HEX triplet: 8E, 58 and 84. RGB value is (142,88,132). Sum of RGB (Red+Green+Blue) = 142+88+132=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5884 is #71A77B. Grayscale: #6D6D6D. Windows color (decimal): -7448444 or 8673422. OLE color: 8673422.
HSL color Cylindrical-coordinate representation of color #8E5884: hue angle of 311.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E5884 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 88 | 132 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.44 |
| HSL | 311.11º | 0.23% | 0.45% | - |
| HSV(B) | 311.11º | 0.38% | 0.56% | - |
| XYZ | 18.81 | 14.4 | 23.62 | - |
| YUV | 109.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 132 | 0 | 0.38 | 0.07 | 0.44 | 311.11 | 0.23 | 0.45 |
| Hex | 8E | 58 | 84 | 0 | 26 | 7 | 2C | 137 | 17 | 2D |
| Octal | 216 | 130 | 204 | 0 | 46 | 7 | 54 | 467 | 27 | 55 |
| Binary | 10001110 | 1011000 | 10000100 | 0 | 100110 | 111 | 101100 | 100110111 | 10111 | 101101 |
Color Harmonies of #8E5884
Complementary color
Monochromatic Colors of #8E5884
Black with #8E5884
Text Example
Text Example
White with #8E5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5884; }
p { color: rgb(142,88,132); }
H1.HeaderClassName
{
color: #8E5884;
}
.AnyTagClassName
{
color: #8E5884;
}
</style>
background-color css
<style>
a { background-color: #8E5884; }
a { background-color: rgb(142,88,132); }
div.DivClassName
{
background-color: #8E5884;
}
.BgClassName
{
background-color: #8E5884;
}
</style>
border-color css
<style>
span { border-color: #8E5884; }
span { border-color: rgb(142,88,132); }
td.TdClassName
{
border-color: #8E5884;
}
.TagClassName
{
border-color: #8E5884;
}
</style>