Html Css Color HEX #9E295F Lipstick

📋 copy color: '#9E295F'

red 158 ◦ green 41 ◦ blue 95

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

Shades of Lipstick #9E295F

Tints of Lipstick #9E295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 53.74%
G = 13.95%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9E295F (or 0x9E295F) is known color: Lipstick. HEX triplet: 9E, 29 and 5F. RGB value is (158,41,95). Sum of RGB (Red+Green+Blue) = 158+41+95=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E295F is #61D6A0. Grayscale: #525252. Windows color (decimal): -6411937 or 6236574. OLE color: 6236574.

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

Color convert

RGB 158 41 95 -
CMYK 0 0.74 0.40 0.38
HSL 332.31º 0.59% 0.39% -
HSV(B) 332.31º 0.74% 0.62% -
XYZ 16.96 9.68 11.8 -
YUV 82.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 158 41 95 0 0.74 0.40 0.38 332.31 0.59 0.39
Hex 9E 29 5F 0 4A 28 26 14C 3B 27
Octal 236 51 137 0 112 50 46 514 73 47
Binary 10011110 101001 1011111 0 1001010 101000 100110 101001100 111011 100111

Color Harmonies of #9E295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E295F

Black with #9E295F

Text Example


Text Example

White with #9E295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,41,95); }

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

background-color css

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

 a { background-color: rgb(158,41,95); }

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

border-color css

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

 span { border-color: rgb(158,41,95); }

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