Shades of Hippie Pink #9E5158
Tints of Hippie Pink #9E5158
RGB
CMYK
RGB Variations
Color information
#9E5158 (or 0x9E5158) is known color: Hippie Pink. HEX triplet: 9E, 51 and 58. RGB value is (158,81,88). Sum of RGB (Red+Green+Blue) = 158+81+88=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5158 is #61AEA7. Grayscale: #686868. Windows color (decimal): -6401704 or 5788062. OLE color: 5788062.
HSL color Cylindrical-coordinate representation of color #9E5158: hue angle of 354.55º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5158 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 88 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.38 |
| HSL | 354.55º | 0.32% | 0.47% | - |
| HSV(B) | 354.55º | 0.49% | 0.62% | - |
| XYZ | 18.8 | 13.86 | 10.92 | - |
| YUV | 104.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 88 | 0 | 0.49 | 0.44 | 0.38 | 354.55 | 0.32 | 0.47 |
| Hex | 9E | 51 | 58 | 0 | 31 | 2C | 26 | 163 | 20 | 2F |
| Octal | 236 | 121 | 130 | 0 | 61 | 54 | 46 | 543 | 40 | 57 |
| Binary | 10011110 | 1010001 | 1011000 | 0 | 110001 | 101100 | 100110 | 101100011 | 100000 | 101111 |
Color Harmonies of #9E5158
Complementary color
Monochromatic Colors of #9E5158
Black with #9E5158
Text Example
Text Example
White with #9E5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5158; }
p { color: rgb(158,81,88); }
H1.HeaderClassName
{
color: #9E5158;
}
.AnyTagClassName
{
color: #9E5158;
}
</style>
background-color css
<style>
a { background-color: #9E5158; }
a { background-color: rgb(158,81,88); }
div.DivClassName
{
background-color: #9E5158;
}
.BgClassName
{
background-color: #9E5158;
}
</style>
border-color css
<style>
span { border-color: #9E5158; }
span { border-color: rgb(158,81,88); }
td.TdClassName
{
border-color: #9E5158;
}
.TagClassName
{
border-color: #9E5158;
}
</style>