Shades of Trendy Pink #8E648E
Tints of Trendy Pink #8E648E
RGB
CMYK
RGB Variations
Color information
#8E648E (or 0x8E648E) is known color: Trendy Pink. HEX triplet: 8E, 64 and 8E. RGB value is (142,100,142). Sum of RGB (Red+Green+Blue) = 142+100+142=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E648E is #719B71. Grayscale: #757575. Windows color (decimal): -7445362 or 9331854. OLE color: 9331854.
HSL color Cylindrical-coordinate representation of color #8E648E: hue angle of 300º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E648E is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 142 | - |
| CMYK | 0 | 0.30 | 0 | 0.44 |
| HSL | 300º | 0.17% | 0.47% | - |
| HSV(B) | 300º | 0.3% | 0.56% | - |
| XYZ | 20.59 | 16.82 | 27.75 | - |
| YUV | 117.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 142 | 0 | 0.30 | 0 | 0.44 | 300 | 0.17 | 0.47 |
| Hex | 8E | 64 | 8E | 0 | 1E | 0 | 2C | 12C | 11 | 2F |
| Octal | 216 | 144 | 216 | 0 | 36 | 0 | 54 | 454 | 21 | 57 |
| Binary | 10001110 | 1100100 | 10001110 | 0 | 11110 | 0 | 101100 | 100101100 | 10001 | 101111 |
Color Harmonies of #8E648E
Complementary color
Monochromatic Colors of #8E648E
Black with #8E648E
Text Example
Text Example
White with #8E648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E648E; }
p { color: rgb(142,100,142); }
H1.HeaderClassName
{
color: #8E648E;
}
.AnyTagClassName
{
color: #8E648E;
}
</style>
background-color css
<style>
a { background-color: #8E648E; }
a { background-color: rgb(142,100,142); }
div.DivClassName
{
background-color: #8E648E;
}
.BgClassName
{
background-color: #8E648E;
}
</style>
border-color css
<style>
span { border-color: #8E648E; }
span { border-color: rgb(142,100,142); }
td.TdClassName
{
border-color: #8E648E;
}
.TagClassName
{
border-color: #8E648E;
}
</style>