Shades of Trendy Pink #8C5888
Tints of Trendy Pink #8C5888
RGB
CMYK
RGB Variations
Color information
#8C5888 (or 0x8C5888) is known color: Trendy Pink. HEX triplet: 8C, 58 and 88. RGB value is (140,88,136). Sum of RGB (Red+Green+Blue) = 140+88+136=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5888 is #73A777. Grayscale: #6C6C6C. Windows color (decimal): -7579512 or 8935564. OLE color: 8935564.
HSL color Cylindrical-coordinate representation of color #8C5888: hue angle of 304.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5888 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 136 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.45 |
| HSL | 304.62º | 0.23% | 0.45% | - |
| HSV(B) | 304.62º | 0.37% | 0.55% | - |
| XYZ | 18.75 | 14.33 | 25.07 | - |
| YUV | 109.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 136 | 0 | 0.37 | 0.03 | 0.45 | 304.62 | 0.23 | 0.45 |
| Hex | 8C | 58 | 88 | 0 | 25 | 3 | 2D | 131 | 17 | 2D |
| Octal | 214 | 130 | 210 | 0 | 45 | 3 | 55 | 461 | 27 | 55 |
| Binary | 10001100 | 1011000 | 10001000 | 0 | 100101 | 11 | 101101 | 100110001 | 10111 | 101101 |
Color Harmonies of #8C5888
Complementary color
Monochromatic Colors of #8C5888
Black with #8C5888
Text Example
Text Example
White with #8C5888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5888; }
p { color: rgb(140,88,136); }
H1.HeaderClassName
{
color: #8C5888;
}
.AnyTagClassName
{
color: #8C5888;
}
</style>
background-color css
<style>
a { background-color: #8C5888; }
a { background-color: rgb(140,88,136); }
div.DivClassName
{
background-color: #8C5888;
}
.BgClassName
{
background-color: #8C5888;
}
</style>
border-color css
<style>
span { border-color: #8C5888; }
span { border-color: rgb(140,88,136); }
td.TdClassName
{
border-color: #8C5888;
}
.TagClassName
{
border-color: #8C5888;
}
</style>