Html Css Color HEX #9E4470 Rouge

📋 copy color: '#9E4470'

red 158 ◦ green 68 ◦ blue 112

#9E4470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #9E4470

Tints of Rouge #9E4470

RGB

 RED value IS 158 (62.11% from 255) = 46.75%

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 46.75%
G = 20.12%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

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

Triadic Colors

Analogous colors

Split complements colors

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>