Shades of Trendy Pink #8E4284
Tints of Trendy Pink #8E4284
RGB
CMYK
RGB Variations
Color information
#8E4284 (or 0x8E4284) is known color: Trendy Pink. HEX triplet: 8E, 42 and 84. RGB value is (142,66,132). Sum of RGB (Red+Green+Blue) = 142+66+132=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4284 is #71BD7B. Grayscale: #606060. Windows color (decimal): -7454076 or 8667790. OLE color: 8667790.
HSL color Cylindrical-coordinate representation of color #8E4284: hue angle of 307.89º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4284 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 132 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.44 |
| HSL | 307.89º | 0.37% | 0.41% | - |
| HSV(B) | 307.89º | 0.54% | 0.56% | - |
| XYZ | 17.27 | 11.31 | 23.1 | - |
| YUV | 96.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 132 | 0 | 0.54 | 0.07 | 0.44 | 307.89 | 0.37 | 0.41 |
| Hex | 8E | 42 | 84 | 0 | 36 | 7 | 2C | 134 | 25 | 29 |
| Octal | 216 | 102 | 204 | 0 | 66 | 7 | 54 | 464 | 45 | 51 |
| Binary | 10001110 | 1000010 | 10000100 | 0 | 110110 | 111 | 101100 | 100110100 | 100101 | 101001 |
Color Harmonies of #8E4284
Complementary color
Monochromatic Colors of #8E4284
Black with #8E4284
Text Example
Text Example
White with #8E4284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4284; }
p { color: rgb(142,66,132); }
H1.HeaderClassName
{
color: #8E4284;
}
.AnyTagClassName
{
color: #8E4284;
}
</style>
background-color css
<style>
a { background-color: #8E4284; }
a { background-color: rgb(142,66,132); }
div.DivClassName
{
background-color: #8E4284;
}
.BgClassName
{
background-color: #8E4284;
}
</style>
border-color css
<style>
span { border-color: #8E4284; }
span { border-color: rgb(142,66,132); }
td.TdClassName
{
border-color: #8E4284;
}
.TagClassName
{
border-color: #8E4284;
}
</style>