#9E1E4E

Color #9E1E4E Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9E1E4E

Tints of Lipstick #9E1E4E

Color information

#9E1E4E (or 0x9E1E4E) is unknown color: approx Lipstick. HEX triplet: 9E, 1E and 4E. RGB value is (158,30,78). Sum of RGB (Red+Green+Blue) = 158+30+78=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E4E is #61E1B1. Grayscale: #494949. Windows color (decimal): -6414770 or 5119646. OLE color: 5119646.

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

Color convert

RGB1583078-
CMYK00.810.510.38
HSL337.5º68.09%36.86%-
HSV(B)337.5º81.01%61.96%-
XYZ15.948.758.06-
YUV73.74130.41188.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.40%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=59.40%
G=11.28%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158307800.810.510.38337.568.0936.86
Hex9E1E4E05133261524425
Octal236361160121634652210445
Binary10011110111101001110010100011100111001101010100101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E1E4E;
 }
 .AnyTagClassName
 {
   color: #9E1E4E;
 }
</style>
background-color css

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

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

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

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

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

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