Shades of Trendy Pink #8E518A
Tints of Trendy Pink #8E518A
RGB
CMYK
RGB Variations
Color information
#8E518A (or 0x8E518A) is known color: Trendy Pink. HEX triplet: 8E, 51 and 8A. RGB value is (142,81,138). Sum of RGB (Red+Green+Blue) = 142+81+138=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E518A is #71AE75. Grayscale: #696969. Windows color (decimal): -7450230 or 9064846. OLE color: 9064846.
HSL color Cylindrical-coordinate representation of color #8E518A: hue angle of 303.93º 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 #8E518A is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 138 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.44 |
| HSL | 303.93º | 0.27% | 0.44% | - |
| HSV(B) | 303.93º | 0.43% | 0.56% | - |
| XYZ | 18.69 | 13.47 | 25.66 | - |
| YUV | 105.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 138 | 0 | 0.43 | 0.03 | 0.44 | 303.93 | 0.27 | 0.44 |
| Hex | 8E | 51 | 8A | 0 | 2B | 3 | 2C | 130 | 1B | 2C |
| Octal | 216 | 121 | 212 | 0 | 53 | 3 | 54 | 460 | 33 | 54 |
| Binary | 10001110 | 1010001 | 10001010 | 0 | 101011 | 11 | 101100 | 100110000 | 11011 | 101100 |
Color Harmonies of #8E518A
Complementary color
Monochromatic Colors of #8E518A
Black with #8E518A
Text Example
Text Example
White with #8E518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E518A; }
p { color: rgb(142,81,138); }
H1.HeaderClassName
{
color: #8E518A;
}
.AnyTagClassName
{
color: #8E518A;
}
</style>
background-color css
<style>
a { background-color: #8E518A; }
a { background-color: rgb(142,81,138); }
div.DivClassName
{
background-color: #8E518A;
}
.BgClassName
{
background-color: #8E518A;
}
</style>
border-color css
<style>
span { border-color: #8E518A; }
span { border-color: rgb(142,81,138); }
td.TdClassName
{
border-color: #8E518A;
}
.TagClassName
{
border-color: #8E518A;
}
</style>