Shades of Trendy Pink #8E5F89
Tints of Trendy Pink #8E5F89
RGB
CMYK
RGB Variations
Color information
#8E5F89 (or 0x8E5F89) is known color: Trendy Pink. HEX triplet: 8E, 5F and 89. RGB value is (142,95,137). Sum of RGB (Red+Green+Blue) = 142+95+137=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F89 is #71A076. Grayscale: #717171. Windows color (decimal): -7446647 or 9002894. OLE color: 9002894.
HSL color Cylindrical-coordinate representation of color #8E5F89: hue angle of 306.38º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E5F89 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 95 | 137 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.44 |
| HSL | 306.38º | 0.2% | 0.46% | - |
| HSV(B) | 306.38º | 0.33% | 0.56% | - |
| XYZ | 19.76 | 15.74 | 25.66 | - |
| YUV | 113.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 137 | 0 | 0.33 | 0.04 | 0.44 | 306.38 | 0.2 | 0.46 |
| Hex | 8E | 5F | 89 | 0 | 21 | 4 | 2C | 132 | 14 | 2E |
| Octal | 216 | 137 | 211 | 0 | 41 | 4 | 54 | 462 | 24 | 56 |
| Binary | 10001110 | 1011111 | 10001001 | 0 | 100001 | 100 | 101100 | 100110010 | 10100 | 101110 |
Color Harmonies of #8E5F89
Complementary color
Monochromatic Colors of #8E5F89
Black with #8E5F89
Text Example
Text Example
White with #8E5F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5F89; }
p { color: rgb(142,95,137); }
H1.HeaderClassName
{
color: #8E5F89;
}
.AnyTagClassName
{
color: #8E5F89;
}
</style>
background-color css
<style>
a { background-color: #8E5F89; }
a { background-color: rgb(142,95,137); }
div.DivClassName
{
background-color: #8E5F89;
}
.BgClassName
{
background-color: #8E5F89;
}
</style>
border-color css
<style>
span { border-color: #8E5F89; }
span { border-color: rgb(142,95,137); }
td.TdClassName
{
border-color: #8E5F89;
}
.TagClassName
{
border-color: #8E5F89;
}
</style>