Shades of Trendy Pink #8E6889
Tints of Trendy Pink #8E6889
RGB
CMYK
RGB Variations
Color information
#8E6889 (or 0x8E6889) is known color: Trendy Pink. HEX triplet: 8E, 68 and 89. RGB value is (142,104,137). Sum of RGB (Red+Green+Blue) = 142+104+137=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6889 is #719776. Grayscale: #777777. Windows color (decimal): -7444343 or 9005198. OLE color: 9005198.
HSL color Cylindrical-coordinate representation of color #8E6889: hue angle of 307.89º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E6889 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 104 | 137 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.44 |
| HSL | 307.89º | 0.15% | 0.48% | - |
| HSV(B) | 307.89º | 0.27% | 0.56% | - |
| XYZ | 20.62 | 17.46 | 25.95 | - |
| YUV | 119.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 137 | 0 | 0.27 | 0.04 | 0.44 | 307.89 | 0.15 | 0.48 |
| Hex | 8E | 68 | 89 | 0 | 1B | 4 | 2C | 134 | F | 30 |
| Octal | 216 | 150 | 211 | 0 | 33 | 4 | 54 | 464 | 17 | 60 |
| Binary | 10001110 | 1101000 | 10001001 | 0 | 11011 | 100 | 101100 | 100110100 | 1111 | 110000 |
Color Harmonies of #8E6889
Complementary color
Monochromatic Colors of #8E6889
Black with #8E6889
Text Example
Text Example
White with #8E6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6889; }
p { color: rgb(142,104,137); }
H1.HeaderClassName
{
color: #8E6889;
}
.AnyTagClassName
{
color: #8E6889;
}
</style>
background-color css
<style>
a { background-color: #8E6889; }
a { background-color: rgb(142,104,137); }
div.DivClassName
{
background-color: #8E6889;
}
.BgClassName
{
background-color: #8E6889;
}
</style>
border-color css
<style>
span { border-color: #8E6889; }
span { border-color: rgb(142,104,137); }
td.TdClassName
{
border-color: #8E6889;
}
.TagClassName
{
border-color: #8E6889;
}
</style>