Shades of Trendy Pink #8E6287
Tints of Trendy Pink #8E6287
RGB
CMYK
RGB Variations
Color information
#8E6287 (or 0x8E6287) is known color: Trendy Pink. HEX triplet: 8E, 62 and 87. RGB value is (142,98,135). Sum of RGB (Red+Green+Blue) = 142+98+135=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6287 is #719D78. Grayscale: #737373. Windows color (decimal): -7445881 or 8872590. OLE color: 8872590.
HSL color Cylindrical-coordinate representation of color #8E6287: hue angle of 309.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6287 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 135 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.44 |
| HSL | 309.55º | 0.18% | 0.47% | - |
| HSV(B) | 309.55º | 0.31% | 0.56% | - |
| XYZ | 19.9 | 16.24 | 25.01 | - |
| YUV | 115.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 135 | 0 | 0.31 | 0.05 | 0.44 | 309.55 | 0.18 | 0.47 |
| Hex | 8E | 62 | 87 | 0 | 1F | 5 | 2C | 136 | 12 | 2F |
| Octal | 216 | 142 | 207 | 0 | 37 | 5 | 54 | 466 | 22 | 57 |
| Binary | 10001110 | 1100010 | 10000111 | 0 | 11111 | 101 | 101100 | 100110110 | 10010 | 101111 |
Color Harmonies of #8E6287
Complementary color
Monochromatic Colors of #8E6287
Black with #8E6287
Text Example
Text Example
White with #8E6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6287; }
p { color: rgb(142,98,135); }
H1.HeaderClassName
{
color: #8E6287;
}
.AnyTagClassName
{
color: #8E6287;
}
</style>
background-color css
<style>
a { background-color: #8E6287; }
a { background-color: rgb(142,98,135); }
div.DivClassName
{
background-color: #8E6287;
}
.BgClassName
{
background-color: #8E6287;
}
</style>
border-color css
<style>
span { border-color: #8E6287; }
span { border-color: rgb(142,98,135); }
td.TdClassName
{
border-color: #8E6287;
}
.TagClassName
{
border-color: #8E6287;
}
</style>