Shades of Hippie Pink #9E4C5A
Tints of Hippie Pink #9E4C5A
RGB
CMYK
RGB Variations
Color information
#9E4C5A (or 0x9E4C5A) is known color: Hippie Pink. HEX triplet: 9E, 4C and 5A. RGB value is (158,76,90). Sum of RGB (Red+Green+Blue) = 158+76+90=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4C5A is #61B3A5. Grayscale: #666666. Windows color (decimal): -6402982 or 5917854. OLE color: 5917854.
HSL color Cylindrical-coordinate representation of color #9E4C5A: hue angle of 349.76º 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 #9E4C5A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 90 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.38 |
| HSL | 349.76º | 0.35% | 0.46% | - |
| HSV(B) | 349.76º | 0.52% | 0.62% | - |
| XYZ | 18.53 | 13.18 | 11.24 | - |
| YUV | 102.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 90 | 0 | 0.52 | 0.43 | 0.38 | 349.76 | 0.35 | 0.46 |
| Hex | 9E | 4C | 5A | 0 | 34 | 2B | 26 | 15E | 23 | 2E |
| Octal | 236 | 114 | 132 | 0 | 64 | 53 | 46 | 536 | 43 | 56 |
| Binary | 10011110 | 1001100 | 1011010 | 0 | 110100 | 101011 | 100110 | 101011110 | 100011 | 101110 |
Color Harmonies of #9E4C5A
Complementary color
Monochromatic Colors of #9E4C5A
Black with #9E4C5A
Text Example
Text Example
White with #9E4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C5A; }
p { color: rgb(158,76,90); }
H1.HeaderClassName
{
color: #9E4C5A;
}
.AnyTagClassName
{
color: #9E4C5A;
}
</style>
background-color css
<style>
a { background-color: #9E4C5A; }
a { background-color: rgb(158,76,90); }
div.DivClassName
{
background-color: #9E4C5A;
}
.BgClassName
{
background-color: #9E4C5A;
}
</style>
border-color css
<style>
span { border-color: #9E4C5A; }
span { border-color: rgb(158,76,90); }
td.TdClassName
{
border-color: #9E4C5A;
}
.TagClassName
{
border-color: #9E4C5A;
}
</style>