Shades of Trendy Pink #8E5588
Tints of Trendy Pink #8E5588
RGB
CMYK
RGB Variations
Color information
#8E5588 (or 0x8E5588) is known color: Trendy Pink. HEX triplet: 8E, 55 and 88. RGB value is (142,85,136). Sum of RGB (Red+Green+Blue) = 142+85+136=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5588 is #71AA77. Grayscale: #6B6B6B. Windows color (decimal): -7449208 or 8934798. OLE color: 8934798.
HSL color Cylindrical-coordinate representation of color #8E5588: hue angle of 306.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E5588 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 136 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.44 |
| HSL | 306.32º | 0.25% | 0.45% | - |
| HSV(B) | 306.32º | 0.4% | 0.56% | - |
| XYZ | 18.85 | 14.03 | 25.01 | - |
| YUV | 107.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 136 | 0 | 0.40 | 0.04 | 0.44 | 306.32 | 0.25 | 0.45 |
| Hex | 8E | 55 | 88 | 0 | 28 | 4 | 2C | 132 | 19 | 2D |
| Octal | 216 | 125 | 210 | 0 | 50 | 4 | 54 | 462 | 31 | 55 |
| Binary | 10001110 | 1010101 | 10001000 | 0 | 101000 | 100 | 101100 | 100110010 | 11001 | 101101 |
Color Harmonies of #8E5588
Complementary color
Monochromatic Colors of #8E5588
Black with #8E5588
Text Example
Text Example
White with #8E5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5588; }
p { color: rgb(142,85,136); }
H1.HeaderClassName
{
color: #8E5588;
}
.AnyTagClassName
{
color: #8E5588;
}
</style>
background-color css
<style>
a { background-color: #8E5588; }
a { background-color: rgb(142,85,136); }
div.DivClassName
{
background-color: #8E5588;
}
.BgClassName
{
background-color: #8E5588;
}
</style>
border-color css
<style>
span { border-color: #8E5588; }
span { border-color: rgb(142,85,136); }
td.TdClassName
{
border-color: #8E5588;
}
.TagClassName
{
border-color: #8E5588;
}
</style>