Shades of Trendy Pink #8E4380
Tints of Trendy Pink #8E4380
RGB
CMYK
RGB Variations
Color information
#8E4380 (or 0x8E4380) is known color: Trendy Pink. HEX triplet: 8E, 43 and 80. RGB value is (142,67,128). Sum of RGB (Red+Green+Blue) = 142+67+128=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4380 is #71BC7F. Grayscale: #606060. Windows color (decimal): -7453824 or 8405902. OLE color: 8405902.
HSL color Cylindrical-coordinate representation of color #8E4380: hue angle of 311.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4380 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 67 | 128 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.44 |
| HSL | 311.2º | 0.36% | 0.41% | - |
| HSV(B) | 311.2º | 0.53% | 0.56% | - |
| XYZ | 17.06 | 11.32 | 21.71 | - |
| YUV | 96.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 128 | 0 | 0.53 | 0.10 | 0.44 | 311.2 | 0.36 | 0.41 |
| Hex | 8E | 43 | 80 | 0 | 35 | A | 2C | 137 | 24 | 29 |
| Octal | 216 | 103 | 200 | 0 | 65 | 12 | 54 | 467 | 44 | 51 |
| Binary | 10001110 | 1000011 | 10000000 | 0 | 110101 | 1010 | 101100 | 100110111 | 100100 | 101001 |
Color Harmonies of #8E4380
Complementary color
Monochromatic Colors of #8E4380
Black with #8E4380
Text Example
Text Example
White with #8E4380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4380; }
p { color: rgb(142,67,128); }
H1.HeaderClassName
{
color: #8E4380;
}
.AnyTagClassName
{
color: #8E4380;
}
</style>
background-color css
<style>
a { background-color: #8E4380; }
a { background-color: rgb(142,67,128); }
div.DivClassName
{
background-color: #8E4380;
}
.BgClassName
{
background-color: #8E4380;
}
</style>
border-color css
<style>
span { border-color: #8E4380; }
span { border-color: rgb(142,67,128); }
td.TdClassName
{
border-color: #8E4380;
}
.TagClassName
{
border-color: #8E4380;
}
</style>