Shades of Hippie Pink #9E4C53
Tints of Hippie Pink #9E4C53
RGB
CMYK
RGB Variations
Color information
#9E4C53 (or 0x9E4C53) is known color: Hippie Pink. HEX triplet: 9E, 4C and 53. RGB value is (158,76,83). Sum of RGB (Red+Green+Blue) = 158+76+83=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4C53 is #61B3AC. Grayscale: #656565. Windows color (decimal): -6402989 or 5459102. OLE color: 5459102.
HSL color Cylindrical-coordinate representation of color #9E4C53: hue angle of 354.88º 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 #9E4C53 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 83 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.38 |
| HSL | 354.88º | 0.35% | 0.46% | - |
| HSV(B) | 354.88º | 0.52% | 0.62% | - |
| XYZ | 18.25 | 13.06 | 9.74 | - |
| YUV | 101.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 83 | 0 | 0.52 | 0.47 | 0.38 | 354.88 | 0.35 | 0.46 |
| Hex | 9E | 4C | 53 | 0 | 34 | 2F | 26 | 163 | 23 | 2E |
| Octal | 236 | 114 | 123 | 0 | 64 | 57 | 46 | 543 | 43 | 56 |
| Binary | 10011110 | 1001100 | 1010011 | 0 | 110100 | 101111 | 100110 | 101100011 | 100011 | 101110 |
Color Harmonies of #9E4C53
Complementary color
Monochromatic Colors of #9E4C53
Black with #9E4C53
Text Example
Text Example
White with #9E4C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C53; }
p { color: rgb(158,76,83); }
H1.HeaderClassName
{
color: #9E4C53;
}
.AnyTagClassName
{
color: #9E4C53;
}
</style>
background-color css
<style>
a { background-color: #9E4C53; }
a { background-color: rgb(158,76,83); }
div.DivClassName
{
background-color: #9E4C53;
}
.BgClassName
{
background-color: #9E4C53;
}
</style>
border-color css
<style>
span { border-color: #9E4C53; }
span { border-color: rgb(158,76,83); }
td.TdClassName
{
border-color: #9E4C53;
}
.TagClassName
{
border-color: #9E4C53;
}
</style>