Shades of Trendy Pink #8E6187
Tints of Trendy Pink #8E6187
RGB
CMYK
RGB Variations
Color information
#8E6187 (or 0x8E6187) is known color: Trendy Pink. HEX triplet: 8E, 61 and 87. RGB value is (142,97,135). Sum of RGB (Red+Green+Blue) = 142+97+135=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6187 is #719E78. Grayscale: #727272. Windows color (decimal): -7446137 or 8872334. OLE color: 8872334.
HSL color Cylindrical-coordinate representation of color #8E6187: hue angle of 309.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6187 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 97 | 135 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.44 |
| HSL | 309.33º | 0.19% | 0.47% | - |
| HSV(B) | 309.33º | 0.32% | 0.56% | - |
| XYZ | 19.8 | 16.05 | 24.98 | - |
| YUV | 114.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 135 | 0 | 0.32 | 0.05 | 0.44 | 309.33 | 0.19 | 0.47 |
| Hex | 8E | 61 | 87 | 0 | 20 | 5 | 2C | 135 | 13 | 2F |
| Octal | 216 | 141 | 207 | 0 | 40 | 5 | 54 | 465 | 23 | 57 |
| Binary | 10001110 | 1100001 | 10000111 | 0 | 100000 | 101 | 101100 | 100110101 | 10011 | 101111 |
Color Harmonies of #8E6187
Complementary color
Monochromatic Colors of #8E6187
Black with #8E6187
Text Example
Text Example
White with #8E6187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6187; }
p { color: rgb(142,97,135); }
H1.HeaderClassName
{
color: #8E6187;
}
.AnyTagClassName
{
color: #8E6187;
}
</style>
background-color css
<style>
a { background-color: #8E6187; }
a { background-color: rgb(142,97,135); }
div.DivClassName
{
background-color: #8E6187;
}
.BgClassName
{
background-color: #8E6187;
}
</style>
border-color css
<style>
span { border-color: #8E6187; }
span { border-color: rgb(142,97,135); }
td.TdClassName
{
border-color: #8E6187;
}
.TagClassName
{
border-color: #8E6187;
}
</style>