Html Css Color HEX #9E2365 Lipstick

📋 copy color: '#9E2365'

red 158 ◦ green 35 ◦ blue 101

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

Shades of Lipstick #9E2365

Tints of Lipstick #9E2365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 53.74%
G = 11.9%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9E2365 (or 0x9E2365) is known color: Lipstick. HEX triplet: 9E, 23 and 65. RGB value is (158,35,101). Sum of RGB (Red+Green+Blue) = 158+35+101=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2365 is #61DC9A. Grayscale: #4F4F4F. Windows color (decimal): -6413467 or 6628254. OLE color: 6628254.

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

Color convert

RGB 158 35 101 -
CMYK 0 0.78 0.36 0.38
HSL 327.8º 0.64% 0.38% -
HSV(B) 327.8º 0.78% 0.62% -
XYZ 17.05 9.41 13.23 -
YUV 79.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 158 35 101 0 0.78 0.36 0.38 327.8 0.64 0.38
Hex 9E 23 65 0 4E 24 26 148 40 26
Octal 236 43 145 0 116 44 46 510 100 46
Binary 10011110 100011 1100101 0 1001110 100100 100110 101001000 1000000 100110

Color Harmonies of #9E2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2365

Black with #9E2365

Text Example


Text Example

White with #9E2365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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