Html Css Color HEX #9E2362 Lipstick

📋 copy color: '#9E2362'

red 158 ◦ green 35 ◦ blue 98

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

Shades of Lipstick #9E2362

Tints of Lipstick #9E2362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 54.3%
G = 12.03%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9E2362 (or 0x9E2362) is known color: Lipstick. HEX triplet: 9E, 23 and 62. RGB value is (158,35,98). Sum of RGB (Red+Green+Blue) = 158+35+98=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2362 is #61DC9D. Grayscale: #4E4E4E. Windows color (decimal): -6413470 or 6431646. OLE color: 6431646.

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

Color convert

RGB 158 35 98 -
CMYK 0 0.78 0.38 0.38
HSL 329.27º 0.64% 0.38% -
HSV(B) 329.27º 0.78% 0.62% -
XYZ 16.91 9.35 12.47 -
YUV 78.96 138.75 184.38 -
System Red Green Blue C M Y K H S L
Decimal 158 35 98 0 0.78 0.38 0.38 329.27 0.64 0.38
Hex 9E 23 62 0 4E 26 26 149 40 26
Octal 236 43 142 0 116 46 46 511 100 46
Binary 10011110 100011 1100010 0 1001110 100110 100110 101001001 1000000 100110

Color Harmonies of #9E2362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2362

Black with #9E2362

Text Example


Text Example

White with #9E2362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,35,98); }

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

background-color css

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

 a { background-color: rgb(158,35,98); }

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

border-color css

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

 span { border-color: rgb(158,35,98); }

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