Shades of Trendy Pink #8E488B
Tints of Trendy Pink #8E488B
RGB
CMYK
RGB Variations
Color information
#8E488B (or 0x8E488B) is known color: Trendy Pink. HEX triplet: 8E, 48 and 8B. RGB value is (142,72,139). Sum of RGB (Red+Green+Blue) = 142+72+139=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E488B is #71B774. Grayscale: #646464. Windows color (decimal): -7452533 or 9128078. OLE color: 9128078.
HSL color Cylindrical-coordinate representation of color #8E488B: hue angle of 302.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E488B is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 72 | 139 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.44 |
| HSL | 302.57º | 0.33% | 0.42% | - |
| HSV(B) | 302.57º | 0.49% | 0.56% | - |
| XYZ | 18.13 | 12.25 | 25.83 | - |
| YUV | 100.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 139 | 0 | 0.49 | 0.02 | 0.44 | 302.57 | 0.33 | 0.42 |
| Hex | 8E | 48 | 8B | 0 | 31 | 2 | 2C | 12F | 21 | 2A |
| Octal | 216 | 110 | 213 | 0 | 61 | 2 | 54 | 457 | 41 | 52 |
| Binary | 10001110 | 1001000 | 10001011 | 0 | 110001 | 10 | 101100 | 100101111 | 100001 | 101010 |
Color Harmonies of #8E488B
Complementary color
Monochromatic Colors of #8E488B
Black with #8E488B
Text Example
Text Example
White with #8E488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E488B; }
p { color: rgb(142,72,139); }
H1.HeaderClassName
{
color: #8E488B;
}
.AnyTagClassName
{
color: #8E488B;
}
</style>
background-color css
<style>
a { background-color: #8E488B; }
a { background-color: rgb(142,72,139); }
div.DivClassName
{
background-color: #8E488B;
}
.BgClassName
{
background-color: #8E488B;
}
</style>
border-color css
<style>
span { border-color: #8E488B; }
span { border-color: rgb(142,72,139); }
td.TdClassName
{
border-color: #8E488B;
}
.TagClassName
{
border-color: #8E488B;
}
</style>