Shades of Trendy Pink #8E4B87
Tints of Trendy Pink #8E4B87
RGB
CMYK
RGB Variations
Color information
#8E4B87 (or 0x8E4B87) is known color: Trendy Pink. HEX triplet: 8E, 4B and 87. RGB value is (142,75,135). Sum of RGB (Red+Green+Blue) = 142+75+135=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B87 is #71B478. Grayscale: #656565. Windows color (decimal): -7451769 or 8866702. OLE color: 8866702.
HSL color Cylindrical-coordinate representation of color #8E4B87: hue angle of 306.27º 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 #8E4B87 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 135 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.44 |
| HSL | 306.27º | 0.31% | 0.43% | - |
| HSV(B) | 306.27º | 0.47% | 0.56% | - |
| XYZ | 18.04 | 12.53 | 24.39 | - |
| YUV | 101.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 135 | 0 | 0.47 | 0.05 | 0.44 | 306.27 | 0.31 | 0.43 |
| Hex | 8E | 4B | 87 | 0 | 2F | 5 | 2C | 132 | 1F | 2B |
| Octal | 216 | 113 | 207 | 0 | 57 | 5 | 54 | 462 | 37 | 53 |
| Binary | 10001110 | 1001011 | 10000111 | 0 | 101111 | 101 | 101100 | 100110010 | 11111 | 101011 |
Color Harmonies of #8E4B87
Complementary color
Monochromatic Colors of #8E4B87
Black with #8E4B87
Text Example
Text Example
White with #8E4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B87; }
p { color: rgb(142,75,135); }
H1.HeaderClassName
{
color: #8E4B87;
}
.AnyTagClassName
{
color: #8E4B87;
}
</style>
background-color css
<style>
a { background-color: #8E4B87; }
a { background-color: rgb(142,75,135); }
div.DivClassName
{
background-color: #8E4B87;
}
.BgClassName
{
background-color: #8E4B87;
}
</style>
border-color css
<style>
span { border-color: #8E4B87; }
span { border-color: rgb(142,75,135); }
td.TdClassName
{
border-color: #8E4B87;
}
.TagClassName
{
border-color: #8E4B87;
}
</style>