Shades of Trendy Pink #8E5380
Tints of Trendy Pink #8E5380
RGB
CMYK
RGB Variations
Color information
#8E5380 (or 0x8E5380) is known color: Trendy Pink. HEX triplet: 8E, 53 and 80. RGB value is (142,83,128). Sum of RGB (Red+Green+Blue) = 142+83+128=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5380 is #71AC7F. Grayscale: #696969. Windows color (decimal): -7449728 or 8409998. OLE color: 8409998.
HSL color Cylindrical-coordinate representation of color #8E5380: hue angle of 314.24º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5380 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 128 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.44 |
| HSL | 314.24º | 0.26% | 0.44% | - |
| HSV(B) | 314.24º | 0.42% | 0.56% | - |
| XYZ | 18.14 | 13.5 | 22.07 | - |
| YUV | 105.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 128 | 0 | 0.42 | 0.10 | 0.44 | 314.24 | 0.26 | 0.44 |
| Hex | 8E | 53 | 80 | 0 | 2A | A | 2C | 13A | 1A | 2C |
| Octal | 216 | 123 | 200 | 0 | 52 | 12 | 54 | 472 | 32 | 54 |
| Binary | 10001110 | 1010011 | 10000000 | 0 | 101010 | 1010 | 101100 | 100111010 | 11010 | 101100 |
Color Harmonies of #8E5380
Complementary color
Monochromatic Colors of #8E5380
Black with #8E5380
Text Example
Text Example
White with #8E5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5380; }
p { color: rgb(142,83,128); }
H1.HeaderClassName
{
color: #8E5380;
}
.AnyTagClassName
{
color: #8E5380;
}
</style>
background-color css
<style>
a { background-color: #8E5380; }
a { background-color: rgb(142,83,128); }
div.DivClassName
{
background-color: #8E5380;
}
.BgClassName
{
background-color: #8E5380;
}
</style>
border-color css
<style>
span { border-color: #8E5380; }
span { border-color: rgb(142,83,128); }
td.TdClassName
{
border-color: #8E5380;
}
.TagClassName
{
border-color: #8E5380;
}
</style>