Shades of Trendy Pink #8E5084
Tints of Trendy Pink #8E5084
RGB
CMYK
RGB Variations
Color information
#8E5084 (or 0x8E5084) is known color: Trendy Pink. HEX triplet: 8E, 50 and 84. RGB value is (142,80,132). Sum of RGB (Red+Green+Blue) = 142+80+132=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5084 is #71AF7B. Grayscale: #686868. Windows color (decimal): -7450492 or 8671374. OLE color: 8671374.
HSL color Cylindrical-coordinate representation of color #8E5084: hue angle of 309.68º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5084 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 132 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.44 |
| HSL | 309.68º | 0.28% | 0.44% | - |
| HSV(B) | 309.68º | 0.44% | 0.56% | - |
| XYZ | 18.19 | 13.15 | 23.41 | - |
| YUV | 104.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 132 | 0 | 0.44 | 0.07 | 0.44 | 309.68 | 0.28 | 0.44 |
| Hex | 8E | 50 | 84 | 0 | 2C | 7 | 2C | 136 | 1C | 2C |
| Octal | 216 | 120 | 204 | 0 | 54 | 7 | 54 | 466 | 34 | 54 |
| Binary | 10001110 | 1010000 | 10000100 | 0 | 101100 | 111 | 101100 | 100110110 | 11100 | 101100 |
Color Harmonies of #8E5084
Complementary color
Monochromatic Colors of #8E5084
Black with #8E5084
Text Example
Text Example
White with #8E5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5084; }
p { color: rgb(142,80,132); }
H1.HeaderClassName
{
color: #8E5084;
}
.AnyTagClassName
{
color: #8E5084;
}
</style>
background-color css
<style>
a { background-color: #8E5084; }
a { background-color: rgb(142,80,132); }
div.DivClassName
{
background-color: #8E5084;
}
.BgClassName
{
background-color: #8E5084;
}
</style>
border-color css
<style>
span { border-color: #8E5084; }
span { border-color: rgb(142,80,132); }
td.TdClassName
{
border-color: #8E5084;
}
.TagClassName
{
border-color: #8E5084;
}
</style>