Shades of Hippie Pink #9E4E52
Tints of Hippie Pink #9E4E52
RGB
CMYK
RGB Variations
Color information
#9E4E52 (or 0x9E4E52) is known color: Hippie Pink. HEX triplet: 9E, 4E and 52. RGB value is (158,78,82). Sum of RGB (Red+Green+Blue) = 158+78+82=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4E52 is #61B1AD. Grayscale: #666666. Windows color (decimal): -6402478 or 5394078. OLE color: 5394078.
HSL color Cylindrical-coordinate representation of color #9E4E52: hue angle of 357º 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 #9E4E52 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 78 | 82 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.38 |
| HSL | 357º | 0.34% | 0.46% | - |
| HSV(B) | 357º | 0.51% | 0.62% | - |
| XYZ | 18.35 | 13.33 | 9.59 | - |
| YUV | 102.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 82 | 0 | 0.51 | 0.48 | 0.38 | 357 | 0.34 | 0.46 |
| Hex | 9E | 4E | 52 | 0 | 33 | 30 | 26 | 165 | 22 | 2E |
| Octal | 236 | 116 | 122 | 0 | 63 | 60 | 46 | 545 | 42 | 56 |
| Binary | 10011110 | 1001110 | 1010010 | 0 | 110011 | 110000 | 100110 | 101100101 | 100010 | 101110 |
Color Harmonies of #9E4E52
Complementary color
Monochromatic Colors of #9E4E52
Black with #9E4E52
Text Example
Text Example
White with #9E4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4E52; }
p { color: rgb(158,78,82); }
H1.HeaderClassName
{
color: #9E4E52;
}
.AnyTagClassName
{
color: #9E4E52;
}
</style>
background-color css
<style>
a { background-color: #9E4E52; }
a { background-color: rgb(158,78,82); }
div.DivClassName
{
background-color: #9E4E52;
}
.BgClassName
{
background-color: #9E4E52;
}
</style>
border-color css
<style>
span { border-color: #9E4E52; }
span { border-color: rgb(158,78,82); }
td.TdClassName
{
border-color: #9E4E52;
}
.TagClassName
{
border-color: #9E4E52;
}
</style>