Shades of Hippie Pink #9E545A
Tints of Hippie Pink #9E545A
RGB
CMYK
RGB Variations
Color information
#9E545A (or 0x9E545A) is known color: Hippie Pink. HEX triplet: 9E, 54 and 5A. RGB value is (158,84,90). Sum of RGB (Red+Green+Blue) = 158+84+90=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E545A is #61ABA5. Grayscale: #6A6A6A. Windows color (decimal): -6400934 or 5919902. OLE color: 5919902.
HSL color Cylindrical-coordinate representation of color #9E545A: hue angle of 355.14º 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 #9E545A is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 90 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.38 |
| HSL | 355.14º | 0.31% | 0.47% | - |
| HSV(B) | 355.14º | 0.47% | 0.62% | - |
| XYZ | 19.12 | 14.35 | 11.43 | - |
| YUV | 106.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 90 | 0 | 0.47 | 0.43 | 0.38 | 355.14 | 0.31 | 0.47 |
| Hex | 9E | 54 | 5A | 0 | 2F | 2B | 26 | 163 | 1F | 2F |
| Octal | 236 | 124 | 132 | 0 | 57 | 53 | 46 | 543 | 37 | 57 |
| Binary | 10011110 | 1010100 | 1011010 | 0 | 101111 | 101011 | 100110 | 101100011 | 11111 | 101111 |
Color Harmonies of #9E545A
Complementary color
Monochromatic Colors of #9E545A
Black with #9E545A
Text Example
Text Example
White with #9E545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E545A; }
p { color: rgb(158,84,90); }
H1.HeaderClassName
{
color: #9E545A;
}
.AnyTagClassName
{
color: #9E545A;
}
</style>
background-color css
<style>
a { background-color: #9E545A; }
a { background-color: rgb(158,84,90); }
div.DivClassName
{
background-color: #9E545A;
}
.BgClassName
{
background-color: #9E545A;
}
</style>
border-color css
<style>
span { border-color: #9E545A; }
span { border-color: rgb(158,84,90); }
td.TdClassName
{
border-color: #9E545A;
}
.TagClassName
{
border-color: #9E545A;
}
</style>