Html Css Color HEX #9E255D Lipstick

📋 copy color: '#9E255D'

red 158 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #9E255D

Tints of Lipstick #9E255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 54.86%
G = 12.85%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E255D (or 0x9E255D) is known color: Lipstick. HEX triplet: 9E, 25 and 5D. RGB value is (158,37,93). Sum of RGB (Red+Green+Blue) = 158+37+93=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E255D is #61DAA2. Grayscale: #4F4F4F. Windows color (decimal): -6412963 or 6104478. OLE color: 6104478.

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

Color convert

RGB 158 37 93 -
CMYK 0 0.77 0.41 0.38
HSL 332.23º 0.62% 0.38% -
HSV(B) 332.23º 0.77% 0.62% -
XYZ 16.74 9.38 11.28 -
YUV 79.56 135.59 183.95 -
System Red Green Blue C M Y K H S L
Decimal 158 37 93 0 0.77 0.41 0.38 332.23 0.62 0.38
Hex 9E 25 5D 0 4D 29 26 14C 3E 26
Octal 236 45 135 0 115 51 46 514 76 46
Binary 10011110 100101 1011101 0 1001101 101001 100110 101001100 111110 100110

Color Harmonies of #9E255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E255D

Black with #9E255D

Text Example


Text Example

White with #9E255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,37,93); }

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

background-color css

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

 a { background-color: rgb(158,37,93); }

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

border-color css

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

 span { border-color: rgb(158,37,93); }

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