Shades of Trendy Pink #8E517E
Tints of Trendy Pink #8E517E
RGB
CMYK
RGB Variations
Color information
#8E517E (or 0x8E517E) is known color: Trendy Pink. HEX triplet: 8E, 51 and 7E. RGB value is (142,81,126). Sum of RGB (Red+Green+Blue) = 142+81+126=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E517E is #71AE81. Grayscale: #686868. Windows color (decimal): -7450242 or 8278414. OLE color: 8278414.
HSL color Cylindrical-coordinate representation of color #8E517E: hue angle of 315.74º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E517E is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 126 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.44 |
| HSL | 315.74º | 0.27% | 0.44% | - |
| HSV(B) | 315.74º | 0.43% | 0.56% | - |
| XYZ | 17.86 | 13.14 | 21.33 | - |
| YUV | 104.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 126 | 0 | 0.43 | 0.11 | 0.44 | 315.74 | 0.27 | 0.44 |
| Hex | 8E | 51 | 7E | 0 | 2B | B | 2C | 13C | 1B | 2C |
| Octal | 216 | 121 | 176 | 0 | 53 | 13 | 54 | 474 | 33 | 54 |
| Binary | 10001110 | 1010001 | 1111110 | 0 | 101011 | 1011 | 101100 | 100111100 | 11011 | 101100 |
Color Harmonies of #8E517E
Complementary color
Monochromatic Colors of #8E517E
Black with #8E517E
Text Example
Text Example
White with #8E517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E517E; }
p { color: rgb(142,81,126); }
H1.HeaderClassName
{
color: #8E517E;
}
.AnyTagClassName
{
color: #8E517E;
}
</style>
background-color css
<style>
a { background-color: #8E517E; }
a { background-color: rgb(142,81,126); }
div.DivClassName
{
background-color: #8E517E;
}
.BgClassName
{
background-color: #8E517E;
}
</style>
border-color css
<style>
span { border-color: #8E517E; }
span { border-color: rgb(142,81,126); }
td.TdClassName
{
border-color: #8E517E;
}
.TagClassName
{
border-color: #8E517E;
}
</style>