Html Css Color HEX #9E254A Lipstick

📋 copy color: '#9E254A'

red 158 ◦ green 37 ◦ blue 74

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

Shades of Lipstick #9E254A

Tints of Lipstick #9E254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 58.74%
G = 13.75%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E254A (or 0x9E254A) is known color: Lipstick. HEX triplet: 9E, 25 and 4A. RGB value is (158,37,74). Sum of RGB (Red+Green+Blue) = 158+37+74=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E254A is #61DAB5. Grayscale: #4D4D4D. Windows color (decimal): -6412982 or 4859294. OLE color: 4859294.

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

Color convert

RGB 158 37 74 -
CMYK 0 0.77 0.53 0.38
HSL 341.65º 0.62% 0.38% -
HSV(B) 341.65º 0.77% 0.62% -
XYZ 16 9.09 7.39 -
YUV 77.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 158 37 74 0 0.77 0.53 0.38 341.65 0.62 0.38
Hex 9E 25 4A 0 4D 35 26 156 3E 26
Octal 236 45 112 0 115 65 46 526 76 46
Binary 10011110 100101 1001010 0 1001101 110101 100110 101010110 111110 100110

Color Harmonies of #9E254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E254A

Black with #9E254A

Text Example


Text Example

White with #9E254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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