Shades of Trendy Pink #894377
Tints of Trendy Pink #894377
RGB
CMYK
RGB Variations
Color information
#894377 (or 0x894377) is known color: Trendy Pink. HEX triplet: 89, 43 and 77. RGB value is (137,67,119). Sum of RGB (Red+Green+Blue) = 137+67+119=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #894377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894377 is #76BC88. Grayscale: #5D5D5D. Windows color (decimal): -7781513 or 7816073. OLE color: 7816073.
HSL color Cylindrical-coordinate representation of color #894377: hue angle of 315.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894377 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 119 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.46 |
| HSL | 315.43º | 0.34% | 0.4% | - |
| HSV(B) | 315.43º | 0.51% | 0.54% | - |
| XYZ | 15.65 | 10.66 | 18.69 | - |
| YUV | 93.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 119 | 0 | 0.51 | 0.13 | 0.46 | 315.43 | 0.34 | 0.4 |
| Hex | 89 | 43 | 77 | 0 | 33 | D | 2E | 13B | 22 | 28 |
| Octal | 211 | 103 | 167 | 0 | 63 | 15 | 56 | 473 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1110111 | 0 | 110011 | 1101 | 101110 | 100111011 | 100010 | 101000 |
Color Harmonies of #894377
Complementary color
Monochromatic Colors of #894377
Black with #894377
Text Example
Text Example
White with #894377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894377; }
p { color: rgb(137,67,119); }
H1.HeaderClassName
{
color: #894377;
}
.AnyTagClassName
{
color: #894377;
}
</style>
background-color css
<style>
a { background-color: #894377; }
a { background-color: rgb(137,67,119); }
div.DivClassName
{
background-color: #894377;
}
.BgClassName
{
background-color: #894377;
}
</style>
border-color css
<style>
span { border-color: #894377; }
span { border-color: rgb(137,67,119); }
td.TdClassName
{
border-color: #894377;
}
.TagClassName
{
border-color: #894377;
}
</style>