Shades of Trendy Pink #8E588A
Tints of Trendy Pink #8E588A
RGB
CMYK
RGB Variations
Color information
#8E588A (or 0x8E588A) is known color: Trendy Pink. HEX triplet: 8E, 58 and 8A. RGB value is (142,88,138). Sum of RGB (Red+Green+Blue) = 142+88+138=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E588A is #71A775. Grayscale: #6D6D6D. Windows color (decimal): -7448438 or 9066638. OLE color: 9066638.
HSL color Cylindrical-coordinate representation of color #8E588A: hue angle of 304.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E588A is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 88 | 138 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.44 |
| HSL | 304.44º | 0.23% | 0.45% | - |
| HSV(B) | 304.44º | 0.38% | 0.56% | - |
| XYZ | 19.23 | 14.57 | 25.84 | - |
| YUV | 109.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 138 | 0 | 0.38 | 0.03 | 0.44 | 304.44 | 0.23 | 0.45 |
| Hex | 8E | 58 | 8A | 0 | 26 | 3 | 2C | 130 | 17 | 2D |
| Octal | 216 | 130 | 212 | 0 | 46 | 3 | 54 | 460 | 27 | 55 |
| Binary | 10001110 | 1011000 | 10001010 | 0 | 100110 | 11 | 101100 | 100110000 | 10111 | 101101 |
Color Harmonies of #8E588A
Complementary color
Monochromatic Colors of #8E588A
Black with #8E588A
Text Example
Text Example
White with #8E588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E588A; }
p { color: rgb(142,88,138); }
H1.HeaderClassName
{
color: #8E588A;
}
.AnyTagClassName
{
color: #8E588A;
}
</style>
background-color css
<style>
a { background-color: #8E588A; }
a { background-color: rgb(142,88,138); }
div.DivClassName
{
background-color: #8E588A;
}
.BgClassName
{
background-color: #8E588A;
}
</style>
border-color css
<style>
span { border-color: #8E588A; }
span { border-color: rgb(142,88,138); }
td.TdClassName
{
border-color: #8E588A;
}
.TagClassName
{
border-color: #8E588A;
}
</style>