Shades of Hippie Pink #9E4C54
Tints of Hippie Pink #9E4C54
RGB
CMYK
RGB Variations
Color information
#9E4C54 (or 0x9E4C54) is known color: Hippie Pink. HEX triplet: 9E, 4C and 54. RGB value is (158,76,84). Sum of RGB (Red+Green+Blue) = 158+76+84=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4C54 is #61B3AB. Grayscale: #656565. Windows color (decimal): -6402988 or 5524638. OLE color: 5524638.
HSL color Cylindrical-coordinate representation of color #9E4C54: hue angle of 354.15º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4C54 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 84 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.38 |
| HSL | 354.15º | 0.35% | 0.46% | - |
| HSV(B) | 354.15º | 0.52% | 0.62% | - |
| XYZ | 18.29 | 13.08 | 9.95 | - |
| YUV | 101.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 84 | 0 | 0.52 | 0.47 | 0.38 | 354.15 | 0.35 | 0.46 |
| Hex | 9E | 4C | 54 | 0 | 34 | 2F | 26 | 162 | 23 | 2E |
| Octal | 236 | 114 | 124 | 0 | 64 | 57 | 46 | 542 | 43 | 56 |
| Binary | 10011110 | 1001100 | 1010100 | 0 | 110100 | 101111 | 100110 | 101100010 | 100011 | 101110 |
Color Harmonies of #9E4C54
Complementary color
Monochromatic Colors of #9E4C54
Black with #9E4C54
Text Example
Text Example
White with #9E4C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C54; }
p { color: rgb(158,76,84); }
H1.HeaderClassName
{
color: #9E4C54;
}
.AnyTagClassName
{
color: #9E4C54;
}
</style>
background-color css
<style>
a { background-color: #9E4C54; }
a { background-color: rgb(158,76,84); }
div.DivClassName
{
background-color: #9E4C54;
}
.BgClassName
{
background-color: #9E4C54;
}
</style>
border-color css
<style>
span { border-color: #9E4C54; }
span { border-color: rgb(158,76,84); }
td.TdClassName
{
border-color: #9E4C54;
}
.TagClassName
{
border-color: #9E4C54;
}
</style>