Shades of Solid Pink #994E53
Tints of Solid Pink #994E53
RGB
CMYK
RGB Variations
Color information
#994E53 (or 0x994E53) is known color: Solid Pink. HEX triplet: 99, 4E and 53. RGB value is (153,78,83). Sum of RGB (Red+Green+Blue) = 153+78+83=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #994E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E53 is #66B1AC. Grayscale: #656565. Windows color (decimal): -6730157 or 5459609. OLE color: 5459609.
HSL color Cylindrical-coordinate representation of color #994E53: hue angle of 356º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E53 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 83 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.4 |
| HSL | 356º | 0.32% | 0.45% | - |
| HSV(B) | 356º | 0.49% | 0.6% | - |
| XYZ | 17.42 | 12.85 | 9.74 | - |
| YUV | 101 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 83 | 0 | 0.49 | 0.46 | 0.4 | 356 | 0.32 | 0.45 |
| Hex | 99 | 4E | 53 | 0 | 31 | 2E | 28 | 164 | 20 | 2D |
| Octal | 231 | 116 | 123 | 0 | 61 | 56 | 50 | 544 | 40 | 55 |
| Binary | 10011001 | 1001110 | 1010011 | 0 | 110001 | 101110 | 101000 | 101100100 | 100000 | 101101 |
Color Harmonies of #994E53
Complementary color
Monochromatic Colors of #994E53
Black with #994E53
Text Example
Text Example
White with #994E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E53; }
p { color: rgb(153,78,83); }
H1.HeaderClassName
{
color: #994E53;
}
.AnyTagClassName
{
color: #994E53;
}
</style>
background-color css
<style>
a { background-color: #994E53; }
a { background-color: rgb(153,78,83); }
div.DivClassName
{
background-color: #994E53;
}
.BgClassName
{
background-color: #994E53;
}
</style>
border-color css
<style>
span { border-color: #994E53; }
span { border-color: rgb(153,78,83); }
td.TdClassName
{
border-color: #994E53;
}
.TagClassName
{
border-color: #994E53;
}
</style>