Html Css Color HEX #9E4272 Rouge

📋 copy color: '#9E4272'

red 158 ◦ green 66 ◦ blue 114

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

Shades of Rouge #9E4272

Tints of Rouge #9E4272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 46.75%
G = 19.53%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E4272 (or 0x9E4272) is known color: Rouge. HEX triplet: 9E, 42 and 72. RGB value is (158,66,114). Sum of RGB (Red+Green+Blue) = 158+66+114=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4272 is #61BD8D. Grayscale: #626262. Windows color (decimal): -6405518 or 7488158. OLE color: 7488158.

HSL color Cylindrical-coordinate representation of color #9E4272: hue angle of 328.7º 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 #9E4272 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 66 114 -
CMYK 0 0.58 0.28 0.38
HSL 328.7º 0.41% 0.44% -
HSV(B) 328.7º 0.58% 0.62% -
XYZ 19.09 12.38 17.3 -
YUV 98.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 158 66 114 0 0.58 0.28 0.38 328.7 0.41 0.44
Hex 9E 42 72 0 3A 1C 26 149 29 2C
Octal 236 102 162 0 72 34 46 511 51 54
Binary 10011110 1000010 1110010 0 111010 11100 100110 101001001 101001 101100

Color Harmonies of #9E4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4272

Black with #9E4272

Text Example


Text Example

White with #9E4272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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