Html Css Color HEX #9E265D Lipstick

📋 copy color: '#9E265D'

red 158 ◦ green 38 ◦ blue 93

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

Shades of Lipstick #9E265D

Tints of Lipstick #9E265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 54.67%
G = 13.15%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E265D (or 0x9E265D) is known color: Lipstick. HEX triplet: 9E, 26 and 5D. RGB value is (158,38,93). Sum of RGB (Red+Green+Blue) = 158+38+93=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E265D is #61D9A2. Grayscale: #505050. Windows color (decimal): -6412707 or 6104734. OLE color: 6104734.

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

Color convert

RGB 158 38 93 -
CMYK 0 0.76 0.41 0.38
HSL 332.5º 0.61% 0.38% -
HSV(B) 332.5º 0.76% 0.62% -
XYZ 16.77 9.45 11.3 -
YUV 80.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 158 38 93 0 0.76 0.41 0.38 332.5 0.61 0.38
Hex 9E 26 5D 0 4C 29 26 14C 3D 26
Octal 236 46 135 0 114 51 46 514 75 46
Binary 10011110 100110 1011101 0 1001100 101001 100110 101001100 111101 100110

Color Harmonies of #9E265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E265D

Black with #9E265D

Text Example


Text Example

White with #9E265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,38,93); }

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

background-color css

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

 a { background-color: rgb(158,38,93); }

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

border-color css

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

 span { border-color: rgb(158,38,93); }

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