Shades of Trendy Pink #8E4487
Tints of Trendy Pink #8E4487
RGB
CMYK
RGB Variations
Color information
#8E4487 (or 0x8E4487) is known color: Trendy Pink. HEX triplet: 8E, 44 and 87. RGB value is (142,68,135). Sum of RGB (Red+Green+Blue) = 142+68+135=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4487 is #71BB78. Grayscale: #616161. Windows color (decimal): -7453561 or 8864910. OLE color: 8864910.
HSL color Cylindrical-coordinate representation of color #8E4487: hue angle of 305.68º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4487 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 135 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.44 |
| HSL | 305.68º | 0.35% | 0.41% | - |
| HSV(B) | 305.68º | 0.52% | 0.56% | - |
| XYZ | 17.6 | 11.63 | 24.24 | - |
| YUV | 97.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 135 | 0 | 0.52 | 0.05 | 0.44 | 305.68 | 0.35 | 0.41 |
| Hex | 8E | 44 | 87 | 0 | 34 | 5 | 2C | 132 | 23 | 29 |
| Octal | 216 | 104 | 207 | 0 | 64 | 5 | 54 | 462 | 43 | 51 |
| Binary | 10001110 | 1000100 | 10000111 | 0 | 110100 | 101 | 101100 | 100110010 | 100011 | 101001 |
Color Harmonies of #8E4487
Complementary color
Monochromatic Colors of #8E4487
Black with #8E4487
Text Example
Text Example
White with #8E4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4487; }
p { color: rgb(142,68,135); }
H1.HeaderClassName
{
color: #8E4487;
}
.AnyTagClassName
{
color: #8E4487;
}
</style>
background-color css
<style>
a { background-color: #8E4487; }
a { background-color: rgb(142,68,135); }
div.DivClassName
{
background-color: #8E4487;
}
.BgClassName
{
background-color: #8E4487;
}
</style>
border-color css
<style>
span { border-color: #8E4487; }
span { border-color: rgb(142,68,135); }
td.TdClassName
{
border-color: #8E4487;
}
.TagClassName
{
border-color: #8E4487;
}
</style>