Shades of Hippie Pink #9E545B
Tints of Hippie Pink #9E545B
RGB
CMYK
RGB Variations
Color information
#9E545B (or 0x9E545B) is known color: Hippie Pink. HEX triplet: 9E, 54 and 5B. RGB value is (158,84,91). Sum of RGB (Red+Green+Blue) = 158+84+91=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E545B is #61ABA4. Grayscale: #6A6A6A. Windows color (decimal): -6400933 or 5985438. OLE color: 5985438.
HSL color Cylindrical-coordinate representation of color #9E545B: hue angle of 354.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E545B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 91 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.38 |
| HSL | 354.32º | 0.31% | 0.47% | - |
| HSV(B) | 354.32º | 0.47% | 0.62% | - |
| XYZ | 19.16 | 14.37 | 11.66 | - |
| YUV | 106.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 91 | 0 | 0.47 | 0.42 | 0.38 | 354.32 | 0.31 | 0.47 |
| Hex | 9E | 54 | 5B | 0 | 2F | 2A | 26 | 162 | 1F | 2F |
| Octal | 236 | 124 | 133 | 0 | 57 | 52 | 46 | 542 | 37 | 57 |
| Binary | 10011110 | 1010100 | 1011011 | 0 | 101111 | 101010 | 100110 | 101100010 | 11111 | 101111 |
Color Harmonies of #9E545B
Complementary color
Monochromatic Colors of #9E545B
Black with #9E545B
Text Example
Text Example
White with #9E545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E545B; }
p { color: rgb(158,84,91); }
H1.HeaderClassName
{
color: #9E545B;
}
.AnyTagClassName
{
color: #9E545B;
}
</style>
background-color css
<style>
a { background-color: #9E545B; }
a { background-color: rgb(158,84,91); }
div.DivClassName
{
background-color: #9E545B;
}
.BgClassName
{
background-color: #9E545B;
}
</style>
border-color css
<style>
span { border-color: #9E545B; }
span { border-color: rgb(158,84,91); }
td.TdClassName
{
border-color: #9E545B;
}
.TagClassName
{
border-color: #9E545B;
}
</style>