Shades of Rouge #9E2E6C
Tints of Rouge #9E2E6C
RGB
CMYK
RGB Variations
Color information
#9E2E6C (or 0x9E2E6C) is known color: Rouge. HEX triplet: 9E, 2E and 6C. RGB value is (158,46,108). Sum of RGB (Red+Green+Blue) = 158+46+108=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2E6C is #61D193. Grayscale: #565656. Windows color (decimal): -6410644 or 7089822. OLE color: 7089822.
HSL color Cylindrical-coordinate representation of color #9E2E6C: hue angle of 326.79º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E2E6C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 46 | 108 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.38 |
| HSL | 326.79º | 0.55% | 0.4% | - |
| HSV(B) | 326.79º | 0.71% | 0.62% | - |
| XYZ | 17.78 | 10.31 | 15.24 | - |
| YUV | 86.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 108 | 0 | 0.71 | 0.32 | 0.38 | 326.79 | 0.55 | 0.4 |
| Hex | 9E | 2E | 6C | 0 | 47 | 20 | 26 | 147 | 37 | 28 |
| Octal | 236 | 56 | 154 | 0 | 107 | 40 | 46 | 507 | 67 | 50 |
| Binary | 10011110 | 101110 | 1101100 | 0 | 1000111 | 100000 | 100110 | 101000111 | 110111 | 101000 |
Color Harmonies of #9E2E6C
Complementary color
Monochromatic Colors of #9E2E6C
Black with #9E2E6C
Text Example
Text Example
White with #9E2E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2E6C; }
p { color: rgb(158,46,108); }
H1.HeaderClassName
{
color: #9E2E6C;
}
.AnyTagClassName
{
color: #9E2E6C;
}
</style>
background-color css
<style>
a { background-color: #9E2E6C; }
a { background-color: rgb(158,46,108); }
div.DivClassName
{
background-color: #9E2E6C;
}
.BgClassName
{
background-color: #9E2E6C;
}
</style>
border-color css
<style>
span { border-color: #9E2E6C; }
span { border-color: rgb(158,46,108); }
td.TdClassName
{
border-color: #9E2E6C;
}
.TagClassName
{
border-color: #9E2E6C;
}
</style>