Html Css Color HEX #9E235E Lipstick

📋 copy color: '#9E235E'

red 158 ◦ green 35 ◦ blue 94

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

Shades of Lipstick #9E235E

Tints of Lipstick #9E235E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 55.05%
G = 12.2%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E235E (or 0x9E235E) is known color: Lipstick. HEX triplet: 9E, 23 and 5E. RGB value is (158,35,94). Sum of RGB (Red+Green+Blue) = 158+35+94=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E235E is #61DCA1. Grayscale: #4E4E4E. Windows color (decimal): -6413474 or 6169502. OLE color: 6169502.

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

Color convert

RGB 158 35 94 -
CMYK 0 0.78 0.41 0.38
HSL 331.22º 0.64% 0.38% -
HSV(B) 331.22º 0.78% 0.62% -
XYZ 16.72 9.28 11.5 -
YUV 78.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 158 35 94 0 0.78 0.41 0.38 331.22 0.64 0.38
Hex 9E 23 5E 0 4E 29 26 14B 40 26
Octal 236 43 136 0 116 51 46 513 100 46
Binary 10011110 100011 1011110 0 1001110 101001 100110 101001011 1000000 100110

Color Harmonies of #9E235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E235E

Black with #9E235E

Text Example


Text Example

White with #9E235E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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