Shades of Hippie Pink #9E4D54
Tints of Hippie Pink #9E4D54
RGB
CMYK
RGB Variations
Color information
#9E4D54 (or 0x9E4D54) is known color: Hippie Pink. HEX triplet: 9E, 4D and 54. RGB value is (158,77,84). Sum of RGB (Red+Green+Blue) = 158+77+84=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D54 is #61B2AB. Grayscale: #666666. Windows color (decimal): -6402732 or 5524894. OLE color: 5524894.
HSL color Cylindrical-coordinate representation of color #9E4D54: hue angle of 354.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D54 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 84 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.38 |
| HSL | 354.81º | 0.34% | 0.46% | - |
| HSV(B) | 354.81º | 0.51% | 0.62% | - |
| XYZ | 18.35 | 13.22 | 9.97 | - |
| YUV | 102.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 84 | 0 | 0.51 | 0.47 | 0.38 | 354.81 | 0.34 | 0.46 |
| Hex | 9E | 4D | 54 | 0 | 33 | 2F | 26 | 163 | 22 | 2E |
| Octal | 236 | 115 | 124 | 0 | 63 | 57 | 46 | 543 | 42 | 56 |
| Binary | 10011110 | 1001101 | 1010100 | 0 | 110011 | 101111 | 100110 | 101100011 | 100010 | 101110 |
Color Harmonies of #9E4D54
Complementary color
Monochromatic Colors of #9E4D54
Black with #9E4D54
Text Example
Text Example
White with #9E4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D54; }
p { color: rgb(158,77,84); }
H1.HeaderClassName
{
color: #9E4D54;
}
.AnyTagClassName
{
color: #9E4D54;
}
</style>
background-color css
<style>
a { background-color: #9E4D54; }
a { background-color: rgb(158,77,84); }
div.DivClassName
{
background-color: #9E4D54;
}
.BgClassName
{
background-color: #9E4D54;
}
</style>
border-color css
<style>
span { border-color: #9E4D54; }
span { border-color: rgb(158,77,84); }
td.TdClassName
{
border-color: #9E4D54;
}
.TagClassName
{
border-color: #9E4D54;
}
</style>