Shades of Trendy Pink #8E467F
Tints of Trendy Pink #8E467F
RGB
CMYK
RGB Variations
Color information
#8E467F (or 0x8E467F) is known color: Trendy Pink. HEX triplet: 8E, 46 and 7F. RGB value is (142,70,127). Sum of RGB (Red+Green+Blue) = 142+70+127=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E467F is #71B980. Grayscale: #616161. Windows color (decimal): -7453057 or 8341134. OLE color: 8341134.
HSL color Cylindrical-coordinate representation of color #8E467F: hue angle of 312.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E467F is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 127 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.44 |
| HSL | 312.5º | 0.34% | 0.42% | - |
| HSV(B) | 312.5º | 0.51% | 0.56% | - |
| XYZ | 17.18 | 11.66 | 21.42 | - |
| YUV | 98.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 127 | 0 | 0.51 | 0.11 | 0.44 | 312.5 | 0.34 | 0.42 |
| Hex | 8E | 46 | 7F | 0 | 33 | B | 2C | 138 | 22 | 2A |
| Octal | 216 | 106 | 177 | 0 | 63 | 13 | 54 | 470 | 42 | 52 |
| Binary | 10001110 | 1000110 | 1111111 | 0 | 110011 | 1011 | 101100 | 100111000 | 100010 | 101010 |
Color Harmonies of #8E467F
Complementary color
Monochromatic Colors of #8E467F
Black with #8E467F
Text Example
Text Example
White with #8E467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E467F; }
p { color: rgb(142,70,127); }
H1.HeaderClassName
{
color: #8E467F;
}
.AnyTagClassName
{
color: #8E467F;
}
</style>
background-color css
<style>
a { background-color: #8E467F; }
a { background-color: rgb(142,70,127); }
div.DivClassName
{
background-color: #8E467F;
}
.BgClassName
{
background-color: #8E467F;
}
</style>
border-color css
<style>
span { border-color: #8E467F; }
span { border-color: rgb(142,70,127); }
td.TdClassName
{
border-color: #8E467F;
}
.TagClassName
{
border-color: #8E467F;
}
</style>