Html Css Color HEX #9E2255 Lipstick

📋 copy color: '#9E2255'

red 158 ◦ green 34 ◦ blue 85

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

Shades of Lipstick #9E2255

Tints of Lipstick #9E2255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 57.04%
G = 12.27%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E2255 (or 0x9E2255) is known color: Lipstick. HEX triplet: 9E, 22 and 55. RGB value is (158,34,85). Sum of RGB (Red+Green+Blue) = 158+34+85=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2255 is #61DDAA. Grayscale: #4C4C4C. Windows color (decimal): -6413739 or 5579422. OLE color: 5579422.

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

Color convert

RGB 158 34 85 -
CMYK 0 0.78 0.46 0.38
HSL 335.32º 0.65% 0.38% -
HSV(B) 335.32º 0.78% 0.62% -
XYZ 16.31 9.07 9.49 -
YUV 76.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 158 34 85 0 0.78 0.46 0.38 335.32 0.65 0.38
Hex 9E 22 55 0 4E 2E 26 14F 41 26
Octal 236 42 125 0 116 56 46 517 101 46
Binary 10011110 100010 1010101 0 1001110 101110 100110 101001111 1000001 100110

Color Harmonies of #9E2255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2255

Black with #9E2255

Text Example


Text Example

White with #9E2255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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