Shades of Trendy Pink #8E477B
Tints of Trendy Pink #8E477B
RGB
CMYK
RGB Variations
Color information
#8E477B (or 0x8E477B) is known color: Trendy Pink. HEX triplet: 8E, 47 and 7B. RGB value is (142,71,123). Sum of RGB (Red+Green+Blue) = 142+71+123=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E477B is #71B884. Grayscale: #626262. Windows color (decimal): -7452805 or 8079246. OLE color: 8079246.
HSL color Cylindrical-coordinate representation of color #8E477B: hue angle of 316.06º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E477B is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 123 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.44 |
| HSL | 316.06º | 0.33% | 0.42% | - |
| HSV(B) | 316.06º | 0.5% | 0.56% | - |
| XYZ | 16.98 | 11.69 | 20.1 | - |
| YUV | 98.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 123 | 0 | 0.5 | 0.13 | 0.44 | 316.06 | 0.33 | 0.42 |
| Hex | 8E | 47 | 7B | 0 | 32 | D | 2C | 13C | 21 | 2A |
| Octal | 216 | 107 | 173 | 0 | 62 | 15 | 54 | 474 | 41 | 52 |
| Binary | 10001110 | 1000111 | 1111011 | 0 | 110010 | 1101 | 101100 | 100111100 | 100001 | 101010 |
Color Harmonies of #8E477B
Complementary color
Monochromatic Colors of #8E477B
Black with #8E477B
Text Example
Text Example
White with #8E477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E477B; }
p { color: rgb(142,71,123); }
H1.HeaderClassName
{
color: #8E477B;
}
.AnyTagClassName
{
color: #8E477B;
}
</style>
background-color css
<style>
a { background-color: #8E477B; }
a { background-color: rgb(142,71,123); }
div.DivClassName
{
background-color: #8E477B;
}
.BgClassName
{
background-color: #8E477B;
}
</style>
border-color css
<style>
span { border-color: #8E477B; }
span { border-color: rgb(142,71,123); }
td.TdClassName
{
border-color: #8E477B;
}
.TagClassName
{
border-color: #8E477B;
}
</style>