Shades of Hippie Pink #9E4D52
Tints of Hippie Pink #9E4D52
RGB
CMYK
RGB Variations
Color information
#9E4D52 (or 0x9E4D52) is known color: Hippie Pink. HEX triplet: 9E, 4D and 52. RGB value is (158,77,82). Sum of RGB (Red+Green+Blue) = 158+77+82=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D52 is #61B2AD. Grayscale: #656565. Windows color (decimal): -6402734 or 5393822. OLE color: 5393822.
HSL color Cylindrical-coordinate representation of color #9E4D52: hue angle of 356.3º 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 #9E4D52 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 82 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.38 |
| HSL | 356.3º | 0.34% | 0.46% | - |
| HSV(B) | 356.3º | 0.51% | 0.62% | - |
| XYZ | 18.28 | 13.19 | 9.56 | - |
| YUV | 101.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 82 | 0 | 0.51 | 0.48 | 0.38 | 356.3 | 0.34 | 0.46 |
| Hex | 9E | 4D | 52 | 0 | 33 | 30 | 26 | 164 | 22 | 2E |
| Octal | 236 | 115 | 122 | 0 | 63 | 60 | 46 | 544 | 42 | 56 |
| Binary | 10011110 | 1001101 | 1010010 | 0 | 110011 | 110000 | 100110 | 101100100 | 100010 | 101110 |
Color Harmonies of #9E4D52
Complementary color
Monochromatic Colors of #9E4D52
Black with #9E4D52
Text Example
Text Example
White with #9E4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D52; }
p { color: rgb(158,77,82); }
H1.HeaderClassName
{
color: #9E4D52;
}
.AnyTagClassName
{
color: #9E4D52;
}
</style>
background-color css
<style>
a { background-color: #9E4D52; }
a { background-color: rgb(158,77,82); }
div.DivClassName
{
background-color: #9E4D52;
}
.BgClassName
{
background-color: #9E4D52;
}
</style>
border-color css
<style>
span { border-color: #9E4D52; }
span { border-color: rgb(158,77,82); }
td.TdClassName
{
border-color: #9E4D52;
}
.TagClassName
{
border-color: #9E4D52;
}
</style>