Shades of Trendy Pink #8E5488
Tints of Trendy Pink #8E5488
RGB
CMYK
RGB Variations
Color information
#8E5488 (or 0x8E5488) is known color: Trendy Pink. HEX triplet: 8E, 54 and 88. RGB value is (142,84,136). Sum of RGB (Red+Green+Blue) = 142+84+136=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5488 is #71AB77. Grayscale: #6B6B6B. Windows color (decimal): -7449464 or 8934542. OLE color: 8934542.
HSL color Cylindrical-coordinate representation of color #8E5488: hue angle of 306.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5488 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 84 | 136 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.44 |
| HSL | 306.21º | 0.26% | 0.44% | - |
| HSV(B) | 306.21º | 0.41% | 0.56% | - |
| XYZ | 18.77 | 13.87 | 24.98 | - |
| YUV | 107.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 136 | 0 | 0.41 | 0.04 | 0.44 | 306.21 | 0.26 | 0.44 |
| Hex | 8E | 54 | 88 | 0 | 29 | 4 | 2C | 132 | 1A | 2C |
| Octal | 216 | 124 | 210 | 0 | 51 | 4 | 54 | 462 | 32 | 54 |
| Binary | 10001110 | 1010100 | 10001000 | 0 | 101001 | 100 | 101100 | 100110010 | 11010 | 101100 |
Color Harmonies of #8E5488
Complementary color
Monochromatic Colors of #8E5488
Black with #8E5488
Text Example
Text Example
White with #8E5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5488; }
p { color: rgb(142,84,136); }
H1.HeaderClassName
{
color: #8E5488;
}
.AnyTagClassName
{
color: #8E5488;
}
</style>
background-color css
<style>
a { background-color: #8E5488; }
a { background-color: rgb(142,84,136); }
div.DivClassName
{
background-color: #8E5488;
}
.BgClassName
{
background-color: #8E5488;
}
</style>
border-color css
<style>
span { border-color: #8E5488; }
span { border-color: rgb(142,84,136); }
td.TdClassName
{
border-color: #8E5488;
}
.TagClassName
{
border-color: #8E5488;
}
</style>