Shades of Solid Pink #894450
Tints of Solid Pink #894450
RGB
CMYK
RGB Variations
Color information
#894450 (or 0x894450) is known color: Solid Pink. HEX triplet: 89, 44 and 50. RGB value is (137,68,80). Sum of RGB (Red+Green+Blue) = 137+68+80=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #894450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894450 is #76BBAF. Grayscale: #5A5A5A. Windows color (decimal): -7781296 or 5260425. OLE color: 5260425.
HSL color Cylindrical-coordinate representation of color #894450: hue angle of 349.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894450 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 80 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.46 |
| HSL | 349.57º | 0.34% | 0.4% | - |
| HSV(B) | 349.57º | 0.5% | 0.54% | - |
| XYZ | 13.83 | 10.03 | 8.8 | - |
| YUV | 90 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 80 | 0 | 0.50 | 0.42 | 0.46 | 349.57 | 0.34 | 0.4 |
| Hex | 89 | 44 | 50 | 0 | 32 | 2A | 2E | 15E | 22 | 28 |
| Octal | 211 | 104 | 120 | 0 | 62 | 52 | 56 | 536 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1010000 | 0 | 110010 | 101010 | 101110 | 101011110 | 100010 | 101000 |
Color Harmonies of #894450
Complementary color
Monochromatic Colors of #894450
Black with #894450
Text Example
Text Example
White with #894450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894450; }
p { color: rgb(137,68,80); }
H1.HeaderClassName
{
color: #894450;
}
.AnyTagClassName
{
color: #894450;
}
</style>
background-color css
<style>
a { background-color: #894450; }
a { background-color: rgb(137,68,80); }
div.DivClassName
{
background-color: #894450;
}
.BgClassName
{
background-color: #894450;
}
</style>
border-color css
<style>
span { border-color: #894450; }
span { border-color: rgb(137,68,80); }
td.TdClassName
{
border-color: #894450;
}
.TagClassName
{
border-color: #894450;
}
</style>