Shades of Hippie Pink #9E4C57
Tints of Hippie Pink #9E4C57
RGB
CMYK
RGB Variations
Color information
#9E4C57 (or 0x9E4C57) is known color: Hippie Pink. HEX triplet: 9E, 4C and 57. RGB value is (158,76,87). Sum of RGB (Red+Green+Blue) = 158+76+87=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4C57 is #61B3A8. Grayscale: #656565. Windows color (decimal): -6402985 or 5721246. OLE color: 5721246.
HSL color Cylindrical-coordinate representation of color #9E4C57: hue angle of 351.95º 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 #9E4C57 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 87 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.38 |
| HSL | 351.95º | 0.35% | 0.46% | - |
| HSV(B) | 351.95º | 0.52% | 0.62% | - |
| XYZ | 18.41 | 13.13 | 10.58 | - |
| YUV | 101.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 87 | 0 | 0.52 | 0.45 | 0.38 | 351.95 | 0.35 | 0.46 |
| Hex | 9E | 4C | 57 | 0 | 34 | 2D | 26 | 160 | 23 | 2E |
| Octal | 236 | 114 | 127 | 0 | 64 | 55 | 46 | 540 | 43 | 56 |
| Binary | 10011110 | 1001100 | 1010111 | 0 | 110100 | 101101 | 100110 | 101100000 | 100011 | 101110 |
Color Harmonies of #9E4C57
Complementary color
Monochromatic Colors of #9E4C57
Black with #9E4C57
Text Example
Text Example
White with #9E4C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C57; }
p { color: rgb(158,76,87); }
H1.HeaderClassName
{
color: #9E4C57;
}
.AnyTagClassName
{
color: #9E4C57;
}
</style>
background-color css
<style>
a { background-color: #9E4C57; }
a { background-color: rgb(158,76,87); }
div.DivClassName
{
background-color: #9E4C57;
}
.BgClassName
{
background-color: #9E4C57;
}
</style>
border-color css
<style>
span { border-color: #9E4C57; }
span { border-color: rgb(158,76,87); }
td.TdClassName
{
border-color: #9E4C57;
}
.TagClassName
{
border-color: #9E4C57;
}
</style>