Shades of Trendy Pink #895288
Tints of Trendy Pink #895288
RGB
CMYK
RGB Variations
Color information
#895288 (or 0x895288) is known color: Trendy Pink. HEX triplet: 89, 52 and 88. RGB value is (137,82,136). Sum of RGB (Red+Green+Blue) = 137+82+136=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #895288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895288 is #76AD77. Grayscale: #686868. Windows color (decimal): -7777656 or 8934025. OLE color: 8934025.
HSL color Cylindrical-coordinate representation of color #895288: hue angle of 301.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895288 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 136 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.46 |
| HSL | 301.09º | 0.25% | 0.43% | - |
| HSV(B) | 301.09º | 0.4% | 0.54% | - |
| XYZ | 17.78 | 13.13 | 24.89 | - |
| YUV | 104.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 136 | 0 | 0.40 | 0.01 | 0.46 | 301.09 | 0.25 | 0.43 |
| Hex | 89 | 52 | 88 | 0 | 28 | 1 | 2E | 12D | 19 | 2B |
| Octal | 211 | 122 | 210 | 0 | 50 | 1 | 56 | 455 | 31 | 53 |
| Binary | 10001001 | 1010010 | 10001000 | 0 | 101000 | 1 | 101110 | 100101101 | 11001 | 101011 |
Color Harmonies of #895288
Complementary color
Monochromatic Colors of #895288
Black with #895288
Text Example
Text Example
White with #895288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895288; }
p { color: rgb(137,82,136); }
H1.HeaderClassName
{
color: #895288;
}
.AnyTagClassName
{
color: #895288;
}
</style>
background-color css
<style>
a { background-color: #895288; }
a { background-color: rgb(137,82,136); }
div.DivClassName
{
background-color: #895288;
}
.BgClassName
{
background-color: #895288;
}
</style>
border-color css
<style>
span { border-color: #895288; }
span { border-color: rgb(137,82,136); }
td.TdClassName
{
border-color: #895288;
}
.TagClassName
{
border-color: #895288;
}
</style>