Shades of Rouge #9E2F70
Tints of Rouge #9E2F70
RGB
CMYK
RGB Variations
Color information
#9E2F70 (or 0x9E2F70) is known color: Rouge. HEX triplet: 9E, 2F and 70. RGB value is (158,47,112). Sum of RGB (Red+Green+Blue) = 158+47+112=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2F70 is #61D08F. Grayscale: #575757. Windows color (decimal): -6410384 or 7352222. OLE color: 7352222.
HSL color Cylindrical-coordinate representation of color #9E2F70: hue angle of 324.86º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E2F70 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 112 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.38 |
| HSL | 324.86º | 0.54% | 0.4% | - |
| HSV(B) | 324.86º | 0.7% | 0.62% | - |
| XYZ | 18.04 | 10.47 | 16.4 | - |
| YUV | 87.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 112 | 0 | 0.70 | 0.29 | 0.38 | 324.86 | 0.54 | 0.4 |
| Hex | 9E | 2F | 70 | 0 | 46 | 1D | 26 | 145 | 36 | 28 |
| Octal | 236 | 57 | 160 | 0 | 106 | 35 | 46 | 505 | 66 | 50 |
| Binary | 10011110 | 101111 | 1110000 | 0 | 1000110 | 11101 | 100110 | 101000101 | 110110 | 101000 |
Color Harmonies of #9E2F70
Complementary color
Monochromatic Colors of #9E2F70
Black with #9E2F70
Text Example
Text Example
White with #9E2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F70; }
p { color: rgb(158,47,112); }
H1.HeaderClassName
{
color: #9E2F70;
}
.AnyTagClassName
{
color: #9E2F70;
}
</style>
background-color css
<style>
a { background-color: #9E2F70; }
a { background-color: rgb(158,47,112); }
div.DivClassName
{
background-color: #9E2F70;
}
.BgClassName
{
background-color: #9E2F70;
}
</style>
border-color css
<style>
span { border-color: #9E2F70; }
span { border-color: rgb(158,47,112); }
td.TdClassName
{
border-color: #9E2F70;
}
.TagClassName
{
border-color: #9E2F70;
}
</style>