Shades of Trendy Pink #8E568C
Tints of Trendy Pink #8E568C
RGB
CMYK
RGB Variations
Color information
#8E568C (or 0x8E568C) is known color: Trendy Pink. HEX triplet: 8E, 56 and 8C. RGB value is (142,86,140). Sum of RGB (Red+Green+Blue) = 142+86+140=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E568C is #71A973. Grayscale: #6C6C6C. Windows color (decimal): -7448948 or 9197198. OLE color: 9197198.
HSL color Cylindrical-coordinate representation of color #8E568C: hue angle of 302.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E568C is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 140 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.44 |
| HSL | 302.14º | 0.25% | 0.45% | - |
| HSV(B) | 302.14º | 0.39% | 0.56% | - |
| XYZ | 19.22 | 14.3 | 26.56 | - |
| YUV | 108.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 140 | 0 | 0.39 | 0.01 | 0.44 | 302.14 | 0.25 | 0.45 |
| Hex | 8E | 56 | 8C | 0 | 27 | 1 | 2C | 12E | 19 | 2D |
| Octal | 216 | 126 | 214 | 0 | 47 | 1 | 54 | 456 | 31 | 55 |
| Binary | 10001110 | 1010110 | 10001100 | 0 | 100111 | 1 | 101100 | 100101110 | 11001 | 101101 |
Color Harmonies of #8E568C
Complementary color
Monochromatic Colors of #8E568C
Black with #8E568C
Text Example
Text Example
White with #8E568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E568C; }
p { color: rgb(142,86,140); }
H1.HeaderClassName
{
color: #8E568C;
}
.AnyTagClassName
{
color: #8E568C;
}
</style>
background-color css
<style>
a { background-color: #8E568C; }
a { background-color: rgb(142,86,140); }
div.DivClassName
{
background-color: #8E568C;
}
.BgClassName
{
background-color: #8E568C;
}
</style>
border-color css
<style>
span { border-color: #8E568C; }
span { border-color: rgb(142,86,140); }
td.TdClassName
{
border-color: #8E568C;
}
.TagClassName
{
border-color: #8E568C;
}
</style>