#9E184E

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

Shades of Lipstick #9E184E

Tints of Lipstick #9E184E

Color information

#9E184E (or 0x9E184E) is unknown color: approx Lipstick. HEX triplet: 9E, 18 and 4E. RGB value is (158,24,78). Sum of RGB (Red+Green+Blue) = 158+24+78=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E184E is #61E7B1. Grayscale: #464646. Windows color (decimal): -6416306 or 5118110. OLE color: 5118110.

HSL color Cylindrical-coordinate representation of color #9E184E: hue angle of 335.82º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E184E is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1582478-
CMYK00.850.510.38
HSL335.82º73.63%35.69%-
HSV(B)335.82º84.81%61.96%-
XYZ15.88.478.01-
YUV70.22132.39190.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 78 (30.86% from 255) = 30%
R=60.77%
G=9.23%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158247800.850.510.38335.8273.6335.69
Hex9E184E05533261504a24
Octal236301160125634652011244
Binary10011110110001001110010101011100111001101010100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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