Shades of Solid Pink #944E50
Tints of Solid Pink #944E50
RGB
CMYK
RGB Variations
Color information
#944E50 (or 0x944E50) is known color: Solid Pink. HEX triplet: 94, 4E and 50. RGB value is (148,78,80). Sum of RGB (Red+Green+Blue) = 148+78+80=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #944E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E50 is #6BB1AF. Grayscale: #636363. Windows color (decimal): -7057840 or 5262996. OLE color: 5262996.
HSL color Cylindrical-coordinate representation of color #944E50: hue angle of 358.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944E50 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 80 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.42 |
| HSL | 358.29º | 0.31% | 0.44% | - |
| HSV(B) | 358.29º | 0.47% | 0.58% | - |
| XYZ | 16.39 | 12.32 | 9.1 | - |
| YUV | 99.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 80 | 0 | 0.47 | 0.46 | 0.42 | 358.29 | 0.31 | 0.44 |
| Hex | 94 | 4E | 50 | 0 | 2F | 2E | 2A | 166 | 1F | 2C |
| Octal | 224 | 116 | 120 | 0 | 57 | 56 | 52 | 546 | 37 | 54 |
| Binary | 10010100 | 1001110 | 1010000 | 0 | 101111 | 101110 | 101010 | 101100110 | 11111 | 101100 |
Color Harmonies of #944E50
Complementary color
Monochromatic Colors of #944E50
Black with #944E50
Text Example
Text Example
White with #944E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E50; }
p { color: rgb(148,78,80); }
H1.HeaderClassName
{
color: #944E50;
}
.AnyTagClassName
{
color: #944E50;
}
</style>
background-color css
<style>
a { background-color: #944E50; }
a { background-color: rgb(148,78,80); }
div.DivClassName
{
background-color: #944E50;
}
.BgClassName
{
background-color: #944E50;
}
</style>
border-color css
<style>
span { border-color: #944E50; }
span { border-color: rgb(148,78,80); }
td.TdClassName
{
border-color: #944E50;
}
.TagClassName
{
border-color: #944E50;
}
</style>