Html Css Color HEX #9E2F4E Lipstick

📋 copy color: '#9E2F4E'

red 158 ◦ green 47 ◦ blue 78

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

Shades of Lipstick #9E2F4E

Tints of Lipstick #9E2F4E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

 BLUE value IS 78 (30.86% from 255) = 27.56%

R = 55.83%
G = 16.61%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E2F4E (or 0x9E2F4E) is known color: Lipstick. HEX triplet: 9E, 2F and 4E. RGB value is (158,47,78). Sum of RGB (Red+Green+Blue) = 158+47+78=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2F4E is #61D0B1. Grayscale: #535353. Windows color (decimal): -6410418 or 5123998. OLE color: 5123998.

HSL color Cylindrical-coordinate representation of color #9E2F4E: hue angle of 343.24º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E2F4E is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 47 78 -
CMYK 0 0.70 0.51 0.38
HSL 343.24º 0.54% 0.4% -
HSV(B) 343.24º 0.7% 0.62% -
XYZ 16.49 9.85 8.24 -
YUV 83.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 158 47 78 0 0.70 0.51 0.38 343.24 0.54 0.4
Hex 9E 2F 4E 0 46 33 26 157 36 28
Octal 236 57 116 0 106 63 46 527 66 50
Binary 10011110 101111 1001110 0 1000110 110011 100110 101010111 110110 101000

Color Harmonies of #9E2F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2F4E

Black with #9E2F4E

Text Example


Text Example

White with #9E2F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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