Shades of Hippie Pink #9E5659
Tints of Hippie Pink #9E5659
RGB
CMYK
RGB Variations
Color information
#9E5659 (or 0x9E5659) is known color: Hippie Pink. HEX triplet: 9E, 56 and 59. RGB value is (158,86,89). Sum of RGB (Red+Green+Blue) = 158+86+89=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5659 is #61A9A6. Grayscale: #6B6B6B. Windows color (decimal): -6400423 or 5854878. OLE color: 5854878.
HSL color Cylindrical-coordinate representation of color #9E5659: hue angle of 357.5º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5659 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 89 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.38 |
| HSL | 357.5º | 0.3% | 0.48% | - |
| HSV(B) | 357.5º | 0.46% | 0.62% | - |
| XYZ | 19.23 | 14.65 | 11.26 | - |
| YUV | 107.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 89 | 0 | 0.46 | 0.44 | 0.38 | 357.5 | 0.3 | 0.48 |
| Hex | 9E | 56 | 59 | 0 | 2E | 2C | 26 | 166 | 1E | 30 |
| Octal | 236 | 126 | 131 | 0 | 56 | 54 | 46 | 546 | 36 | 60 |
| Binary | 10011110 | 1010110 | 1011001 | 0 | 101110 | 101100 | 100110 | 101100110 | 11110 | 110000 |
Color Harmonies of #9E5659
Complementary color
Monochromatic Colors of #9E5659
Black with #9E5659
Text Example
Text Example
White with #9E5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5659; }
p { color: rgb(158,86,89); }
H1.HeaderClassName
{
color: #9E5659;
}
.AnyTagClassName
{
color: #9E5659;
}
</style>
background-color css
<style>
a { background-color: #9E5659; }
a { background-color: rgb(158,86,89); }
div.DivClassName
{
background-color: #9E5659;
}
.BgClassName
{
background-color: #9E5659;
}
</style>
border-color css
<style>
span { border-color: #9E5659; }
span { border-color: rgb(158,86,89); }
td.TdClassName
{
border-color: #9E5659;
}
.TagClassName
{
border-color: #9E5659;
}
</style>