Shades of Trendy Pink #894E78
Tints of Trendy Pink #894E78
RGB
CMYK
RGB Variations
Color information
#894E78 (or 0x894E78) is known color: Trendy Pink. HEX triplet: 89, 4E and 78. RGB value is (137,78,120). Sum of RGB (Red+Green+Blue) = 137+78+120=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #894E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E78 is #76B187. Grayscale: #646464. Windows color (decimal): -7778696 or 7884425. OLE color: 7884425.
HSL color Cylindrical-coordinate representation of color #894E78: hue angle of 317.29º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #894E78 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 78 | 120 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.46 |
| HSL | 317.29º | 0.27% | 0.42% | - |
| HSV(B) | 317.29º | 0.43% | 0.54% | - |
| XYZ | 16.43 | 12.12 | 19.24 | - |
| YUV | 100.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 120 | 0 | 0.43 | 0.12 | 0.46 | 317.29 | 0.27 | 0.42 |
| Hex | 89 | 4E | 78 | 0 | 2B | C | 2E | 13D | 1B | 2A |
| Octal | 211 | 116 | 170 | 0 | 53 | 14 | 56 | 475 | 33 | 52 |
| Binary | 10001001 | 1001110 | 1111000 | 0 | 101011 | 1100 | 101110 | 100111101 | 11011 | 101010 |
Color Harmonies of #894E78
Complementary color
Monochromatic Colors of #894E78
Black with #894E78
Text Example
Text Example
White with #894E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894E78; }
p { color: rgb(137,78,120); }
H1.HeaderClassName
{
color: #894E78;
}
.AnyTagClassName
{
color: #894E78;
}
</style>
background-color css
<style>
a { background-color: #894E78; }
a { background-color: rgb(137,78,120); }
div.DivClassName
{
background-color: #894E78;
}
.BgClassName
{
background-color: #894E78;
}
</style>
border-color css
<style>
span { border-color: #894E78; }
span { border-color: rgb(137,78,120); }
td.TdClassName
{
border-color: #894E78;
}
.TagClassName
{
border-color: #894E78;
}
</style>