Shades of Trendy Pink #896288
Tints of Trendy Pink #896288
RGB
CMYK
RGB Variations
Color information
#896288 (or 0x896288) is known color: Trendy Pink. HEX triplet: 89, 62 and 88. RGB value is (137,98,136). Sum of RGB (Red+Green+Blue) = 137+98+136=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #896288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896288 is #769D77. Grayscale: #717171. Windows color (decimal): -7773560 or 8938121. OLE color: 8938121.
HSL color Cylindrical-coordinate representation of color #896288: hue angle of 301.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896288 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 136 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.46 |
| HSL | 301.54º | 0.17% | 0.46% | - |
| HSV(B) | 301.54º | 0.28% | 0.54% | - |
| XYZ | 19.13 | 15.83 | 25.34 | - |
| YUV | 113.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 136 | 0 | 0.28 | 0.01 | 0.46 | 301.54 | 0.17 | 0.46 |
| Hex | 89 | 62 | 88 | 0 | 1C | 1 | 2E | 12E | 11 | 2E |
| Octal | 211 | 142 | 210 | 0 | 34 | 1 | 56 | 456 | 21 | 56 |
| Binary | 10001001 | 1100010 | 10001000 | 0 | 11100 | 1 | 101110 | 100101110 | 10001 | 101110 |
Color Harmonies of #896288
Complementary color
Monochromatic Colors of #896288
Black with #896288
Text Example
Text Example
White with #896288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896288; }
p { color: rgb(137,98,136); }
H1.HeaderClassName
{
color: #896288;
}
.AnyTagClassName
{
color: #896288;
}
</style>
background-color css
<style>
a { background-color: #896288; }
a { background-color: rgb(137,98,136); }
div.DivClassName
{
background-color: #896288;
}
.BgClassName
{
background-color: #896288;
}
</style>
border-color css
<style>
span { border-color: #896288; }
span { border-color: rgb(137,98,136); }
td.TdClassName
{
border-color: #896288;
}
.TagClassName
{
border-color: #896288;
}
</style>