Shades of Hippie Pink #9E5359
Tints of Hippie Pink #9E5359
RGB
CMYK
RGB Variations
Color information
#9E5359 (or 0x9E5359) is known color: Hippie Pink. HEX triplet: 9E, 53 and 59. RGB value is (158,83,89). Sum of RGB (Red+Green+Blue) = 158+83+89=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5359 is #61ACA6. Grayscale: #6A6A6A. Windows color (decimal): -6401191 or 5854110. OLE color: 5854110.
HSL color Cylindrical-coordinate representation of color #9E5359: hue angle of 355.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5359 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 89 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.38 |
| HSL | 355.2º | 0.31% | 0.47% | - |
| HSV(B) | 355.2º | 0.47% | 0.62% | - |
| XYZ | 19 | 14.18 | 11.19 | - |
| YUV | 106.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 89 | 0 | 0.47 | 0.44 | 0.38 | 355.2 | 0.31 | 0.47 |
| Hex | 9E | 53 | 59 | 0 | 2F | 2C | 26 | 163 | 1F | 2F |
| Octal | 236 | 123 | 131 | 0 | 57 | 54 | 46 | 543 | 37 | 57 |
| Binary | 10011110 | 1010011 | 1011001 | 0 | 101111 | 101100 | 100110 | 101100011 | 11111 | 101111 |
Color Harmonies of #9E5359
Complementary color
Monochromatic Colors of #9E5359
Black with #9E5359
Text Example
Text Example
White with #9E5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5359; }
p { color: rgb(158,83,89); }
H1.HeaderClassName
{
color: #9E5359;
}
.AnyTagClassName
{
color: #9E5359;
}
</style>
background-color css
<style>
a { background-color: #9E5359; }
a { background-color: rgb(158,83,89); }
div.DivClassName
{
background-color: #9E5359;
}
.BgClassName
{
background-color: #9E5359;
}
</style>
border-color css
<style>
span { border-color: #9E5359; }
span { border-color: rgb(158,83,89); }
td.TdClassName
{
border-color: #9E5359;
}
.TagClassName
{
border-color: #9E5359;
}
</style>