Shades of Trendy Pink #8E4E83
Tints of Trendy Pink #8E4E83
RGB
CMYK
RGB Variations
Color information
#8E4E83 (or 0x8E4E83) is known color: Trendy Pink. HEX triplet: 8E, 4E and 83. RGB value is (142,78,131). Sum of RGB (Red+Green+Blue) = 142+78+131=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4E83 is #71B17C. Grayscale: #676767. Windows color (decimal): -7451005 or 8605326. OLE color: 8605326.
HSL color Cylindrical-coordinate representation of color #8E4E83: hue angle of 310.31º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E4E83 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 78 | 131 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.44 |
| HSL | 310.31º | 0.29% | 0.43% | - |
| HSV(B) | 310.31º | 0.45% | 0.56% | - |
| XYZ | 17.98 | 12.84 | 23 | - |
| YUV | 103.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 78 | 131 | 0 | 0.45 | 0.08 | 0.44 | 310.31 | 0.29 | 0.43 |
| Hex | 8E | 4E | 83 | 0 | 2D | 8 | 2C | 136 | 1D | 2B |
| Octal | 216 | 116 | 203 | 0 | 55 | 10 | 54 | 466 | 35 | 53 |
| Binary | 10001110 | 1001110 | 10000011 | 0 | 101101 | 1000 | 101100 | 100110110 | 11101 | 101011 |
Color Harmonies of #8E4E83
Complementary color
Monochromatic Colors of #8E4E83
Black with #8E4E83
Text Example
Text Example
White with #8E4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4E83; }
p { color: rgb(142,78,131); }
H1.HeaderClassName
{
color: #8E4E83;
}
.AnyTagClassName
{
color: #8E4E83;
}
</style>
background-color css
<style>
a { background-color: #8E4E83; }
a { background-color: rgb(142,78,131); }
div.DivClassName
{
background-color: #8E4E83;
}
.BgClassName
{
background-color: #8E4E83;
}
</style>
border-color css
<style>
span { border-color: #8E4E83; }
span { border-color: rgb(142,78,131); }
td.TdClassName
{
border-color: #8E4E83;
}
.TagClassName
{
border-color: #8E4E83;
}
</style>