Html Css Color HEX #9E2363 Lipstick

📋 copy color: '#9E2363'

red 158 ◦ green 35 ◦ blue 99

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

Shades of Lipstick #9E2363

Tints of Lipstick #9E2363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 54.11%
G = 11.99%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9E2363 (or 0x9E2363) is known color: Lipstick. HEX triplet: 9E, 23 and 63. RGB value is (158,35,99). Sum of RGB (Red+Green+Blue) = 158+35+99=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2363 is #61DC9C. Grayscale: #4E4E4E. Windows color (decimal): -6413469 or 6497182. OLE color: 6497182.

HSL color Cylindrical-coordinate representation of color #9E2363: hue angle of 328.78º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2363 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 35 99 -
CMYK 0 0.78 0.37 0.38
HSL 328.78º 0.64% 0.38% -
HSV(B) 328.78º 0.78% 0.62% -
XYZ 16.95 9.37 12.72 -
YUV 79.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 158 35 99 0 0.78 0.37 0.38 328.78 0.64 0.38
Hex 9E 23 63 0 4E 25 26 149 40 26
Octal 236 43 143 0 116 45 46 511 100 46
Binary 10011110 100011 1100011 0 1001110 100101 100110 101001001 1000000 100110

Color Harmonies of #9E2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2363

Black with #9E2363

Text Example


Text Example

White with #9E2363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,35,99); }

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

background-color css

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

 a { background-color: rgb(158,35,99); }

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

border-color css

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

 span { border-color: rgb(158,35,99); }

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