Html Css Color HEX #9E255B Lipstick

📋 copy color: '#9E255B'

red 158 ◦ green 37 ◦ blue 91

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

Shades of Lipstick #9E255B

Tints of Lipstick #9E255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 55.24%
G = 12.94%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E255B (or 0x9E255B) is known color: Lipstick. HEX triplet: 9E, 25 and 5B. RGB value is (158,37,91). Sum of RGB (Red+Green+Blue) = 158+37+91=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E255B is #61DAA4. Grayscale: #4F4F4F. Windows color (decimal): -6412965 or 5973406. OLE color: 5973406.

HSL color Cylindrical-coordinate representation of color #9E255B: hue angle of 333.22º 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 #9E255B is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 37 91 -
CMYK 0 0.77 0.42 0.38
HSL 333.22º 0.62% 0.38% -
HSV(B) 333.22º 0.77% 0.62% -
XYZ 16.65 9.35 10.82 -
YUV 79.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 158 37 91 0 0.77 0.42 0.38 333.22 0.62 0.38
Hex 9E 25 5B 0 4D 2A 26 14D 3E 26
Octal 236 45 133 0 115 52 46 515 76 46
Binary 10011110 100101 1011011 0 1001101 101010 100110 101001101 111110 100110

Color Harmonies of #9E255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E255B

Black with #9E255B

Text Example


Text Example

White with #9E255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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