Shades of Trendy Pink #8E4B89
Tints of Trendy Pink #8E4B89
RGB
CMYK
RGB Variations
Color information
#8E4B89 (or 0x8E4B89) is known color: Trendy Pink. HEX triplet: 8E, 4B and 89. RGB value is (142,75,137). Sum of RGB (Red+Green+Blue) = 142+75+137=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B89 is #71B476. Grayscale: #656565. Windows color (decimal): -7451767 or 8997774. OLE color: 8997774.
HSL color Cylindrical-coordinate representation of color #8E4B89: hue angle of 304.48º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4B89 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 137 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.44 |
| HSL | 304.48º | 0.31% | 0.43% | - |
| HSV(B) | 304.48º | 0.47% | 0.56% | - |
| XYZ | 18.19 | 12.59 | 25.14 | - |
| YUV | 102.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 137 | 0 | 0.47 | 0.04 | 0.44 | 304.48 | 0.31 | 0.43 |
| Hex | 8E | 4B | 89 | 0 | 2F | 4 | 2C | 130 | 1F | 2B |
| Octal | 216 | 113 | 211 | 0 | 57 | 4 | 54 | 460 | 37 | 53 |
| Binary | 10001110 | 1001011 | 10001001 | 0 | 101111 | 100 | 101100 | 100110000 | 11111 | 101011 |
Color Harmonies of #8E4B89
Complementary color
Monochromatic Colors of #8E4B89
Black with #8E4B89
Text Example
Text Example
White with #8E4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B89; }
p { color: rgb(142,75,137); }
H1.HeaderClassName
{
color: #8E4B89;
}
.AnyTagClassName
{
color: #8E4B89;
}
</style>
background-color css
<style>
a { background-color: #8E4B89; }
a { background-color: rgb(142,75,137); }
div.DivClassName
{
background-color: #8E4B89;
}
.BgClassName
{
background-color: #8E4B89;
}
</style>
border-color css
<style>
span { border-color: #8E4B89; }
span { border-color: rgb(142,75,137); }
td.TdClassName
{
border-color: #8E4B89;
}
.TagClassName
{
border-color: #8E4B89;
}
</style>