Shades of Rouge #9E4470
Tints of Rouge #9E4470
RGB
CMYK
RGB Variations
Color information
#9E4470 (or 0x9E4470) is known color: Rouge. HEX triplet: 9E, 44 and 70. RGB value is (158,68,112). Sum of RGB (Red+Green+Blue) = 158+68+112=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4470 is #61BB8F. Grayscale: #636363. Windows color (decimal): -6405008 or 7357598. OLE color: 7357598.
HSL color Cylindrical-coordinate representation of color #9E4470: hue angle of 330.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4470 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 68 | 112 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.38 |
| HSL | 330.67º | 0.4% | 0.44% | - |
| HSV(B) | 330.67º | 0.57% | 0.62% | - |
| XYZ | 19.09 | 12.57 | 16.75 | - |
| YUV | 99.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 68 | 112 | 0 | 0.57 | 0.29 | 0.38 | 330.67 | 0.4 | 0.44 |
| Hex | 9E | 44 | 70 | 0 | 39 | 1D | 26 | 14B | 28 | 2C |
| Octal | 236 | 104 | 160 | 0 | 71 | 35 | 46 | 513 | 50 | 54 |
| Binary | 10011110 | 1000100 | 1110000 | 0 | 111001 | 11101 | 100110 | 101001011 | 101000 | 101100 |
Color Harmonies of #9E4470
Complementary color
Monochromatic Colors of #9E4470
Black with #9E4470
Text Example
Text Example
White with #9E4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4470; }
p { color: rgb(158,68,112); }
H1.HeaderClassName
{
color: #9E4470;
}
.AnyTagClassName
{
color: #9E4470;
}
</style>
background-color css
<style>
a { background-color: #9E4470; }
a { background-color: rgb(158,68,112); }
div.DivClassName
{
background-color: #9E4470;
}
.BgClassName
{
background-color: #9E4470;
}
</style>
border-color css
<style>
span { border-color: #9E4470; }
span { border-color: rgb(158,68,112); }
td.TdClassName
{
border-color: #9E4470;
}
.TagClassName
{
border-color: #9E4470;
}
</style>