Html Css Color HEX #9E426E Rouge

📋 copy color: '#9E426E'

red 158 ◦ green 66 ◦ blue 110

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

Shades of Rouge #9E426E

Tints of Rouge #9E426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 47.31%
G = 19.76%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E426E (or 0x9E426E) is known color: Rouge. HEX triplet: 9E, 42 and 6E. RGB value is (158,66,110). Sum of RGB (Red+Green+Blue) = 158+66+110=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E426E is #61BD91. Grayscale: #626262. Windows color (decimal): -6405522 or 7226014. OLE color: 7226014.

HSL color Cylindrical-coordinate representation of color #9E426E: hue angle of 331.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E426E is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 66 110 -
CMYK 0 0.58 0.30 0.38
HSL 331.3º 0.41% 0.44% -
HSV(B) 331.3º 0.58% 0.62% -
XYZ 18.86 12.29 16.13 -
YUV 98.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 158 66 110 0 0.58 0.30 0.38 331.3 0.41 0.44
Hex 9E 42 6E 0 3A 1E 26 14B 29 2C
Octal 236 102 156 0 72 36 46 513 51 54
Binary 10011110 1000010 1101110 0 111010 11110 100110 101001011 101001 101100

Color Harmonies of #9E426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E426E

Black with #9E426E

Text Example


Text Example

White with #9E426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E426E; }

 p { color: rgb(158,66,110); }

 H1.HeaderClassName
 {
   color: #9E426E;
 }
 .AnyTagClassName
 {
   color: #9E426E;
 }
</style>

background-color css

<style>
 a { background-color: #9E426E; }

 a { background-color: rgb(158,66,110); }

 div.DivClassName
 {
   background-color: #9E426E;
 }
 .BgClassName
 {
   background-color: #9E426E;
 }
</style>

border-color css

<style>
 span { border-color: #9E426E; }

 span { border-color: rgb(158,66,110); }

 td.TdClassName
 {
   border-color: #9E426E;
 }
 .TagClassName
 {
   border-color: #9E426E;
 }
</style>