Shades of Trendy Pink #8E5180
Tints of Trendy Pink #8E5180
RGB
CMYK
RGB Variations
Color information
#8E5180 (or 0x8E5180) is known color: Trendy Pink. HEX triplet: 8E, 51 and 80. RGB value is (142,81,128). Sum of RGB (Red+Green+Blue) = 142+81+128=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5180 is #71AE7F. Grayscale: #686868. Windows color (decimal): -7450240 or 8409486. OLE color: 8409486.
HSL color Cylindrical-coordinate representation of color #8E5180: hue angle of 313.77º 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 #8E5180 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 128 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.44 |
| HSL | 313.77º | 0.27% | 0.44% | - |
| HSV(B) | 313.77º | 0.43% | 0.56% | - |
| XYZ | 17.99 | 13.19 | 22.02 | - |
| YUV | 104.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 128 | 0 | 0.43 | 0.10 | 0.44 | 313.77 | 0.27 | 0.44 |
| Hex | 8E | 51 | 80 | 0 | 2B | A | 2C | 13A | 1B | 2C |
| Octal | 216 | 121 | 200 | 0 | 53 | 12 | 54 | 472 | 33 | 54 |
| Binary | 10001110 | 1010001 | 10000000 | 0 | 101011 | 1010 | 101100 | 100111010 | 11011 | 101100 |
Color Harmonies of #8E5180
Complementary color
Monochromatic Colors of #8E5180
Black with #8E5180
Text Example
Text Example
White with #8E5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5180; }
p { color: rgb(142,81,128); }
H1.HeaderClassName
{
color: #8E5180;
}
.AnyTagClassName
{
color: #8E5180;
}
</style>
background-color css
<style>
a { background-color: #8E5180; }
a { background-color: rgb(142,81,128); }
div.DivClassName
{
background-color: #8E5180;
}
.BgClassName
{
background-color: #8E5180;
}
</style>
border-color css
<style>
span { border-color: #8E5180; }
span { border-color: rgb(142,81,128); }
td.TdClassName
{
border-color: #8E5180;
}
.TagClassName
{
border-color: #8E5180;
}
</style>