Html Css Color HEX #9E2258 Lipstick

📋 copy color: '#9E2258'

red 158 ◦ green 34 ◦ blue 88

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

Shades of Lipstick #9E2258

Tints of Lipstick #9E2258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.14%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 56.43%
G = 12.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9E2258 (or 0x9E2258) is known color: Lipstick. HEX triplet: 9E, 22 and 58. RGB value is (158,34,88). Sum of RGB (Red+Green+Blue) = 158+34+88=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2258 is #61DDA7. Grayscale: #4D4D4D. Windows color (decimal): -6413736 or 5776030. OLE color: 5776030.

HSL color Cylindrical-coordinate representation of color #9E2258: hue angle of 333.87º degrees, saturation: 0.65, 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 #9E2258 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 34 88 -
CMYK 0 0.78 0.44 0.38
HSL 333.87º 0.65% 0.38% -
HSV(B) 333.87º 0.78% 0.62% -
XYZ 16.43 9.12 10.13 -
YUV 77.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 158 34 88 0 0.78 0.44 0.38 333.87 0.65 0.38
Hex 9E 22 58 0 4E 2C 26 14E 41 26
Octal 236 42 130 0 116 54 46 516 101 46
Binary 10011110 100010 1011000 0 1001110 101100 100110 101001110 1000001 100110

Color Harmonies of #9E2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2258

Black with #9E2258

Text Example


Text Example

White with #9E2258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,34,88); }

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

background-color css

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

 a { background-color: rgb(158,34,88); }

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

border-color css

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

 span { border-color: rgb(158,34,88); }

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