Html Css Color HEX #9E2553 Lipstick

📋 copy color: '#9E2553'

red 158 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #9E2553

Tints of Lipstick #9E2553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 56.83%
G = 13.31%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9E2553 (or 0x9E2553) is known color: Lipstick. HEX triplet: 9E, 25 and 53. RGB value is (158,37,83). Sum of RGB (Red+Green+Blue) = 158+37+83=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2553 is #61DAAC. Grayscale: #4E4E4E. Windows color (decimal): -6412973 or 5449118. OLE color: 5449118.

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

Color convert

RGB 158 37 83 -
CMYK 0 0.77 0.47 0.38
HSL 337.19º 0.62% 0.38% -
HSV(B) 337.19º 0.77% 0.62% -
XYZ 16.32 9.22 9.1 -
YUV 78.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 158 37 83 0 0.77 0.47 0.38 337.19 0.62 0.38
Hex 9E 25 53 0 4D 2F 26 151 3E 26
Octal 236 45 123 0 115 57 46 521 76 46
Binary 10011110 100101 1010011 0 1001101 101111 100110 101010001 111110 100110

Color Harmonies of #9E2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2553

Black with #9E2553

Text Example


Text Example

White with #9E2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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