Shades of Hippie Pink #9E4D51
Tints of Hippie Pink #9E4D51
RGB
CMYK
RGB Variations
Color information
#9E4D51 (or 0x9E4D51) is known color: Hippie Pink. HEX triplet: 9E, 4D and 51. RGB value is (158,77,81). Sum of RGB (Red+Green+Blue) = 158+77+81=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D51 is #61B2AE. Grayscale: #656565. Windows color (decimal): -6402735 or 5328286. OLE color: 5328286.
HSL color Cylindrical-coordinate representation of color #9E4D51: hue angle of 357.04º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D51 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 81 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.38 |
| HSL | 357.04º | 0.34% | 0.46% | - |
| HSV(B) | 357.04º | 0.51% | 0.62% | - |
| XYZ | 18.24 | 13.17 | 9.37 | - |
| YUV | 101.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 81 | 0 | 0.51 | 0.49 | 0.38 | 357.04 | 0.34 | 0.46 |
| Hex | 9E | 4D | 51 | 0 | 33 | 31 | 26 | 165 | 22 | 2E |
| Octal | 236 | 115 | 121 | 0 | 63 | 61 | 46 | 545 | 42 | 56 |
| Binary | 10011110 | 1001101 | 1010001 | 0 | 110011 | 110001 | 100110 | 101100101 | 100010 | 101110 |
Color Harmonies of #9E4D51
Complementary color
Monochromatic Colors of #9E4D51
Black with #9E4D51
Text Example
Text Example
White with #9E4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D51; }
p { color: rgb(158,77,81); }
H1.HeaderClassName
{
color: #9E4D51;
}
.AnyTagClassName
{
color: #9E4D51;
}
</style>
background-color css
<style>
a { background-color: #9E4D51; }
a { background-color: rgb(158,77,81); }
div.DivClassName
{
background-color: #9E4D51;
}
.BgClassName
{
background-color: #9E4D51;
}
</style>
border-color css
<style>
span { border-color: #9E4D51; }
span { border-color: rgb(158,77,81); }
td.TdClassName
{
border-color: #9E4D51;
}
.TagClassName
{
border-color: #9E4D51;
}
</style>