Shades of Trendy Pink #8E508A
Tints of Trendy Pink #8E508A
RGB
CMYK
RGB Variations
Color information
#8E508A (or 0x8E508A) is known color: Trendy Pink. HEX triplet: 8E, 50 and 8A. RGB value is (142,80,138). Sum of RGB (Red+Green+Blue) = 142+80+138=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E508A is #71AF75. Grayscale: #686868. Windows color (decimal): -7450486 or 9064590. OLE color: 9064590.
HSL color Cylindrical-coordinate representation of color #8E508A: hue angle of 303.87º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E508A is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 138 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.44 |
| HSL | 303.87º | 0.28% | 0.44% | - |
| HSV(B) | 303.87º | 0.44% | 0.56% | - |
| XYZ | 18.61 | 13.32 | 25.64 | - |
| YUV | 105.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 138 | 0 | 0.44 | 0.03 | 0.44 | 303.87 | 0.28 | 0.44 |
| Hex | 8E | 50 | 8A | 0 | 2C | 3 | 2C | 130 | 1C | 2C |
| Octal | 216 | 120 | 212 | 0 | 54 | 3 | 54 | 460 | 34 | 54 |
| Binary | 10001110 | 1010000 | 10001010 | 0 | 101100 | 11 | 101100 | 100110000 | 11100 | 101100 |
Color Harmonies of #8E508A
Complementary color
Monochromatic Colors of #8E508A
Black with #8E508A
Text Example
Text Example
White with #8E508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E508A; }
p { color: rgb(142,80,138); }
H1.HeaderClassName
{
color: #8E508A;
}
.AnyTagClassName
{
color: #8E508A;
}
</style>
background-color css
<style>
a { background-color: #8E508A; }
a { background-color: rgb(142,80,138); }
div.DivClassName
{
background-color: #8E508A;
}
.BgClassName
{
background-color: #8E508A;
}
</style>
border-color css
<style>
span { border-color: #8E508A; }
span { border-color: rgb(142,80,138); }
td.TdClassName
{
border-color: #8E508A;
}
.TagClassName
{
border-color: #8E508A;
}
</style>