Shades of Trendy Pink #8E4A89
Tints of Trendy Pink #8E4A89
RGB
CMYK
RGB Variations
Color information
#8E4A89 (or 0x8E4A89) is known color: Trendy Pink. HEX triplet: 8E, 4A and 89. RGB value is (142,74,137). Sum of RGB (Red+Green+Blue) = 142+74+137=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4A89 is #71B576. Grayscale: #656565. Windows color (decimal): -7452023 or 8997518. OLE color: 8997518.
HSL color Cylindrical-coordinate representation of color #8E4A89: hue angle of 304.41º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4A89 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 137 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.44 |
| HSL | 304.41º | 0.31% | 0.42% | - |
| HSV(B) | 304.41º | 0.48% | 0.56% | - |
| XYZ | 18.12 | 12.45 | 25.12 | - |
| YUV | 101.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 137 | 0 | 0.48 | 0.04 | 0.44 | 304.41 | 0.31 | 0.42 |
| Hex | 8E | 4A | 89 | 0 | 30 | 4 | 2C | 130 | 1F | 2A |
| Octal | 216 | 112 | 211 | 0 | 60 | 4 | 54 | 460 | 37 | 52 |
| Binary | 10001110 | 1001010 | 10001001 | 0 | 110000 | 100 | 101100 | 100110000 | 11111 | 101010 |
Color Harmonies of #8E4A89
Complementary color
Monochromatic Colors of #8E4A89
Black with #8E4A89
Text Example
Text Example
White with #8E4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A89; }
p { color: rgb(142,74,137); }
H1.HeaderClassName
{
color: #8E4A89;
}
.AnyTagClassName
{
color: #8E4A89;
}
</style>
background-color css
<style>
a { background-color: #8E4A89; }
a { background-color: rgb(142,74,137); }
div.DivClassName
{
background-color: #8E4A89;
}
.BgClassName
{
background-color: #8E4A89;
}
</style>
border-color css
<style>
span { border-color: #8E4A89; }
span { border-color: rgb(142,74,137); }
td.TdClassName
{
border-color: #8E4A89;
}
.TagClassName
{
border-color: #8E4A89;
}
</style>