Shades of Trendy Pink #8E4A83
Tints of Trendy Pink #8E4A83
RGB
CMYK
RGB Variations
Color information
#8E4A83 (or 0x8E4A83) is known color: Trendy Pink. HEX triplet: 8E, 4A and 83. RGB value is (142,74,131). Sum of RGB (Red+Green+Blue) = 142+74+131=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4A83 is #71B57C. Grayscale: #646464. Windows color (decimal): -7452029 or 8604302. OLE color: 8604302.
HSL color Cylindrical-coordinate representation of color #8E4A83: hue angle of 309.71º 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 #8E4A83 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 131 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.44 |
| HSL | 309.71º | 0.31% | 0.42% | - |
| HSV(B) | 309.71º | 0.48% | 0.56% | - |
| XYZ | 17.7 | 12.29 | 22.91 | - |
| YUV | 100.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 131 | 0 | 0.48 | 0.08 | 0.44 | 309.71 | 0.31 | 0.42 |
| Hex | 8E | 4A | 83 | 0 | 30 | 8 | 2C | 136 | 1F | 2A |
| Octal | 216 | 112 | 203 | 0 | 60 | 10 | 54 | 466 | 37 | 52 |
| Binary | 10001110 | 1001010 | 10000011 | 0 | 110000 | 1000 | 101100 | 100110110 | 11111 | 101010 |
Color Harmonies of #8E4A83
Complementary color
Monochromatic Colors of #8E4A83
Black with #8E4A83
Text Example
Text Example
White with #8E4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A83; }
p { color: rgb(142,74,131); }
H1.HeaderClassName
{
color: #8E4A83;
}
.AnyTagClassName
{
color: #8E4A83;
}
</style>
background-color css
<style>
a { background-color: #8E4A83; }
a { background-color: rgb(142,74,131); }
div.DivClassName
{
background-color: #8E4A83;
}
.BgClassName
{
background-color: #8E4A83;
}
</style>
border-color css
<style>
span { border-color: #8E4A83; }
span { border-color: rgb(142,74,131); }
td.TdClassName
{
border-color: #8E4A83;
}
.TagClassName
{
border-color: #8E4A83;
}
</style>