Shades of Trendy Pink #8E5284
Tints of Trendy Pink #8E5284
RGB
CMYK
RGB Variations
Color information
#8E5284 (or 0x8E5284) is known color: Trendy Pink. HEX triplet: 8E, 52 and 84. RGB value is (142,82,132). Sum of RGB (Red+Green+Blue) = 142+82+132=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5284 is #71AD7B. Grayscale: #696969. Windows color (decimal): -7449980 or 8671886. OLE color: 8671886.
HSL color Cylindrical-coordinate representation of color #8E5284: hue angle of 310º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5284 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 132 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.44 |
| HSL | 310º | 0.27% | 0.44% | - |
| HSV(B) | 310º | 0.42% | 0.56% | - |
| XYZ | 18.34 | 13.45 | 23.46 | - |
| YUV | 105.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 132 | 0 | 0.42 | 0.07 | 0.44 | 310 | 0.27 | 0.44 |
| Hex | 8E | 52 | 84 | 0 | 2A | 7 | 2C | 136 | 1B | 2C |
| Octal | 216 | 122 | 204 | 0 | 52 | 7 | 54 | 466 | 33 | 54 |
| Binary | 10001110 | 1010010 | 10000100 | 0 | 101010 | 111 | 101100 | 100110110 | 11011 | 101100 |
Color Harmonies of #8E5284
Complementary color
Monochromatic Colors of #8E5284
Black with #8E5284
Text Example
Text Example
White with #8E5284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5284; }
p { color: rgb(142,82,132); }
H1.HeaderClassName
{
color: #8E5284;
}
.AnyTagClassName
{
color: #8E5284;
}
</style>
background-color css
<style>
a { background-color: #8E5284; }
a { background-color: rgb(142,82,132); }
div.DivClassName
{
background-color: #8E5284;
}
.BgClassName
{
background-color: #8E5284;
}
</style>
border-color css
<style>
span { border-color: #8E5284; }
span { border-color: rgb(142,82,132); }
td.TdClassName
{
border-color: #8E5284;
}
.TagClassName
{
border-color: #8E5284;
}
</style>