Shades of Trendy Pink #8E4A84
Tints of Trendy Pink #8E4A84
RGB
CMYK
RGB Variations
Color information
#8E4A84 (or 0x8E4A84) is known color: Trendy Pink. HEX triplet: 8E, 4A and 84. RGB value is (142,74,132). Sum of RGB (Red+Green+Blue) = 142+74+132=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4A84 is #71B57B. Grayscale: #646464. Windows color (decimal): -7452028 or 8669838. OLE color: 8669838.
HSL color Cylindrical-coordinate representation of color #8E4A84: hue angle of 308.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4A84 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 132 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.44 |
| HSL | 308.82º | 0.31% | 0.42% | - |
| HSV(B) | 308.82º | 0.48% | 0.56% | - |
| XYZ | 17.77 | 12.31 | 23.27 | - |
| YUV | 100.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 132 | 0 | 0.48 | 0.07 | 0.44 | 308.82 | 0.31 | 0.42 |
| Hex | 8E | 4A | 84 | 0 | 30 | 7 | 2C | 135 | 1F | 2A |
| Octal | 216 | 112 | 204 | 0 | 60 | 7 | 54 | 465 | 37 | 52 |
| Binary | 10001110 | 1001010 | 10000100 | 0 | 110000 | 111 | 101100 | 100110101 | 11111 | 101010 |
Color Harmonies of #8E4A84
Complementary color
Monochromatic Colors of #8E4A84
Black with #8E4A84
Text Example
Text Example
White with #8E4A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A84; }
p { color: rgb(142,74,132); }
H1.HeaderClassName
{
color: #8E4A84;
}
.AnyTagClassName
{
color: #8E4A84;
}
</style>
background-color css
<style>
a { background-color: #8E4A84; }
a { background-color: rgb(142,74,132); }
div.DivClassName
{
background-color: #8E4A84;
}
.BgClassName
{
background-color: #8E4A84;
}
</style>
border-color css
<style>
span { border-color: #8E4A84; }
span { border-color: rgb(142,74,132); }
td.TdClassName
{
border-color: #8E4A84;
}
.TagClassName
{
border-color: #8E4A84;
}
</style>