Shades of Trendy Pink #8E5788
Tints of Trendy Pink #8E5788
RGB
CMYK
RGB Variations
Color information
#8E5788 (or 0x8E5788) is known color: Trendy Pink. HEX triplet: 8E, 57 and 88. RGB value is (142,87,136). Sum of RGB (Red+Green+Blue) = 142+87+136=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5788 is #71A877. Grayscale: #6C6C6C. Windows color (decimal): -7448696 or 8935310. OLE color: 8935310.
HSL color Cylindrical-coordinate representation of color #8E5788: hue angle of 306.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5788 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 136 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.44 |
| HSL | 306.55º | 0.24% | 0.45% | - |
| HSV(B) | 306.55º | 0.39% | 0.56% | - |
| XYZ | 19.01 | 14.34 | 25.06 | - |
| YUV | 109.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 136 | 0 | 0.39 | 0.04 | 0.44 | 306.55 | 0.24 | 0.45 |
| Hex | 8E | 57 | 88 | 0 | 27 | 4 | 2C | 133 | 18 | 2D |
| Octal | 216 | 127 | 210 | 0 | 47 | 4 | 54 | 463 | 30 | 55 |
| Binary | 10001110 | 1010111 | 10001000 | 0 | 100111 | 100 | 101100 | 100110011 | 11000 | 101101 |
Color Harmonies of #8E5788
Complementary color
Monochromatic Colors of #8E5788
Black with #8E5788
Text Example
Text Example
White with #8E5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5788; }
p { color: rgb(142,87,136); }
H1.HeaderClassName
{
color: #8E5788;
}
.AnyTagClassName
{
color: #8E5788;
}
</style>
background-color css
<style>
a { background-color: #8E5788; }
a { background-color: rgb(142,87,136); }
div.DivClassName
{
background-color: #8E5788;
}
.BgClassName
{
background-color: #8E5788;
}
</style>
border-color css
<style>
span { border-color: #8E5788; }
span { border-color: rgb(142,87,136); }
td.TdClassName
{
border-color: #8E5788;
}
.TagClassName
{
border-color: #8E5788;
}
</style>