Shades of Trendy Pink #8E4A85
Tints of Trendy Pink #8E4A85
RGB
CMYK
RGB Variations
Color information
#8E4A85 (or 0x8E4A85) is known color: Trendy Pink. HEX triplet: 8E, 4A and 85. RGB value is (142,74,133). Sum of RGB (Red+Green+Blue) = 142+74+133=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4A85 is #71B57A. Grayscale: #646464. Windows color (decimal): -7452027 or 8735374. OLE color: 8735374.
HSL color Cylindrical-coordinate representation of color #8E4A85: hue angle of 307.94º 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 #8E4A85 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 133 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.44 |
| HSL | 307.94º | 0.31% | 0.42% | - |
| HSV(B) | 307.94º | 0.48% | 0.56% | - |
| XYZ | 17.84 | 12.34 | 23.63 | - |
| YUV | 101.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 133 | 0 | 0.48 | 0.06 | 0.44 | 307.94 | 0.31 | 0.42 |
| Hex | 8E | 4A | 85 | 0 | 30 | 6 | 2C | 134 | 1F | 2A |
| Octal | 216 | 112 | 205 | 0 | 60 | 6 | 54 | 464 | 37 | 52 |
| Binary | 10001110 | 1001010 | 10000101 | 0 | 110000 | 110 | 101100 | 100110100 | 11111 | 101010 |
Color Harmonies of #8E4A85
Complementary color
Monochromatic Colors of #8E4A85
Black with #8E4A85
Text Example
Text Example
White with #8E4A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A85; }
p { color: rgb(142,74,133); }
H1.HeaderClassName
{
color: #8E4A85;
}
.AnyTagClassName
{
color: #8E4A85;
}
</style>
background-color css
<style>
a { background-color: #8E4A85; }
a { background-color: rgb(142,74,133); }
div.DivClassName
{
background-color: #8E4A85;
}
.BgClassName
{
background-color: #8E4A85;
}
</style>
border-color css
<style>
span { border-color: #8E4A85; }
span { border-color: rgb(142,74,133); }
td.TdClassName
{
border-color: #8E4A85;
}
.TagClassName
{
border-color: #8E4A85;
}
</style>