Shades of Hippie Pink #9E505B
Tints of Hippie Pink #9E505B
RGB
CMYK
RGB Variations
Color information
#9E505B (or 0x9E505B) is known color: Hippie Pink. HEX triplet: 9E, 50 and 5B. RGB value is (158,80,91). Sum of RGB (Red+Green+Blue) = 158+80+91=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E505B is #61AFA4. Grayscale: #686868. Windows color (decimal): -6401957 or 5984414. OLE color: 5984414.
HSL color Cylindrical-coordinate representation of color #9E505B: hue angle of 351.54º degrees, saturation: 0.33, 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 #9E505B is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 91 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.38 |
| HSL | 351.54º | 0.33% | 0.47% | - |
| HSV(B) | 351.54º | 0.49% | 0.62% | - |
| XYZ | 18.86 | 13.76 | 11.56 | - |
| YUV | 104.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 91 | 0 | 0.49 | 0.42 | 0.38 | 351.54 | 0.33 | 0.47 |
| Hex | 9E | 50 | 5B | 0 | 31 | 2A | 26 | 160 | 21 | 2F |
| Octal | 236 | 120 | 133 | 0 | 61 | 52 | 46 | 540 | 41 | 57 |
| Binary | 10011110 | 1010000 | 1011011 | 0 | 110001 | 101010 | 100110 | 101100000 | 100001 | 101111 |
Color Harmonies of #9E505B
Complementary color
Monochromatic Colors of #9E505B
Black with #9E505B
Text Example
Text Example
White with #9E505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E505B; }
p { color: rgb(158,80,91); }
H1.HeaderClassName
{
color: #9E505B;
}
.AnyTagClassName
{
color: #9E505B;
}
</style>
background-color css
<style>
a { background-color: #9E505B; }
a { background-color: rgb(158,80,91); }
div.DivClassName
{
background-color: #9E505B;
}
.BgClassName
{
background-color: #9E505B;
}
</style>
border-color css
<style>
span { border-color: #9E505B; }
span { border-color: rgb(158,80,91); }
td.TdClassName
{
border-color: #9E505B;
}
.TagClassName
{
border-color: #9E505B;
}
</style>