Html Css Color HEX #9E1E40 Lipstick

📋 copy color: '#9E1E40'

red 158 ◦ green 30 ◦ blue 64

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

Shades of Lipstick #9E1E40

Tints of Lipstick #9E1E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 62.7%
G = 11.9%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9E1E40 (or 0x9E1E40) is known color: Lipstick. HEX triplet: 9E, 1E and 40. RGB value is (158,30,64). Sum of RGB (Red+Green+Blue) = 158+30+64=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1E40 is #61E1BF. Grayscale: #484848. Windows color (decimal): -6414784 or 4202142. OLE color: 4202142.

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

Color convert

RGB 158 30 64 -
CMYK 0 0.81 0.59 0.38
HSL 344.06º 0.68% 0.37% -
HSV(B) 344.06º 0.81% 0.62% -
XYZ 15.49 8.57 5.69 -
YUV 72.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 158 30 64 0 0.81 0.59 0.38 344.06 0.68 0.37
Hex 9E 1E 40 0 51 3B 26 158 44 25
Octal 236 36 100 0 121 73 46 530 104 45
Binary 10011110 11110 1000000 0 1010001 111011 100110 101011000 1000100 100101

Color Harmonies of #9E1E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1E40

Black with #9E1E40

Text Example


Text Example

White with #9E1E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,30,64); }

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

background-color css

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

 a { background-color: rgb(158,30,64); }

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

border-color css

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

 span { border-color: rgb(158,30,64); }

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