Html Css Color HEX #9E1242 Lipstick

📋 copy color: '#9E1242'

red 158 ◦ green 18 ◦ blue 66

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

Shades of Lipstick #9E1242

Tints of Lipstick #9E1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 65.29%
G = 7.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9E1242 (or 0x9E1242) is known color: Lipstick. HEX triplet: 9E, 12 and 42. RGB value is (158,18,66). Sum of RGB (Red+Green+Blue) = 158+18+66=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1242 is #61EDBD. Grayscale: #414141. Windows color (decimal): -6417854 or 4330142. OLE color: 4330142.

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

Color convert

RGB 158 18 66 -
CMYK 0 0.89 0.58 0.38
HSL 339.43º 0.8% 0.35% -
HSV(B) 339.43º 0.89% 0.62% -
XYZ 15.3 8.1 5.91 -
YUV 65.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 158 18 66 0 0.89 0.58 0.38 339.43 0.8 0.35
Hex 9E 12 42 0 59 3A 26 153 50 23
Octal 236 22 102 0 131 72 46 523 120 43
Binary 10011110 10010 1000010 0 1011001 111010 100110 101010011 1010000 100011

Color Harmonies of #9E1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1242

Black with #9E1242

Text Example


Text Example

White with #9E1242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,18,66); }

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

background-color css

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

 a { background-color: rgb(158,18,66); }

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

border-color css

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

 span { border-color: rgb(158,18,66); }

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