Skip to main content Skip to docs navigation

#e1978d hex color | Download Light Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Salmon Pink Red and its hex is #E1958F Nearest Color Name

Color Hue/Base color: Red

Hex #e1978d Color code in RGB color code model is created after adding 88.24% red color, 59.22% green color and 55.29% blue color. Hex #e1978d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 37% yellow and 11.76% black.

Hex #e1978d color code is between #dd9988 web safe hex color code and #ee8899 web safe hex color code. #dd9988 is the nearest web safe color code. You can see here many more shades of #e1978d color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code e1978d #e1978d
RGB Decimal 225, 151, 141 225, 151, 141
RGB Percent 88%, 59%, 55% rgb(88%, 59%, 55%)
CSS RGBa 225, 151, 141,1 rgba(225,151,141,1)
CMYK Model cmyk(0%,33%,37%,11.76%)
HSL Color Space 7,58% ,72% hsl(7,58% ,72%)
HSV Color Space 7°, 37%, 88%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100001 10010111 10001101
Octal 341 227 215
Decimal 225 151 141
Hex e1 97 8d

Different shades of #e1978d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #e1978d
#a93b2c
Darker of #e1978d
#cc4d3c
Dark of #e1978d
#d67265
Base of #e1978d
#e1978d
Light of #e1978d
#ecbcb5
Lighter
#f6e1de
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#e1978d
#8dd7e1

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#e1978d
#8de1c1
#8dade1

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#e18db4
#e18da6
#e1978d
#e1b38d
#e1d68d

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#e1978d
#978de1
#8de197

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#e1978d
#8de197
#8dd7e1
#e18dd7

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#e1978d
#ade18d
#8dd7e1
#c18de1

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #e1978d

#802d22
#a93b2c
#cc4d3c
#d67265
#e1978d
#ecbcb5
#f6e1de
#ffffff
#ffffff

Tints of #e1978d Color

#e1978d
#e4a299
#e7aea6
#ebb9b3
#eec5bf
#f1d0cc
#f5dcd9
#f8e7e5
#fbf3f2
#ffffff

Shades of #e1978d color code

Generate more color scales with scales (color stack) generator.

#e1978d
#c8867d
#af756d
#96645e
#7d534e
#64433e
#4b322f
#32211f
#19100f
#000000

Tones

#e1978d
#d3a29b
#c4adaa
#b7b7b7
#b7b7b7

Tones

Similar Color like #e1978d color

Find visually similar hex color codes nearing to #e1978d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#e2988e
#e3998f
#e49a90
#e59b91
#e69c92
#e79d93
#e89e94
#e99f95
#eaa096
#eba197
#eca298
#eda399
#eea49a
#efa59b
#e0968c
#df958b
#de948a
#dd9389
#dc9288
#db9187
#da9086
#d98f85
#d88e84
#d78d83
#d68c82
#d58b81
#d48a80
#d3897f

Download this Light Red

Hex #e1978d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#e1978d Color Code Preview on Black Background Color

This is how #e1978d Color will look on black background color. Color contrast ratio is 9.01

#e1978d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#e1978d">Your Example Paragraph content text in with font color #e1978d </p>

Your Example Paragraph content text in with font color #e1978d

HTML with inline CSS

<div style="color:#e1978d">Your Paragraph text in with font color #e1978d </div>

Your Example Paragraph content text in with font color #e1978d

#e1978d color code is use for CSS Background Color

Background color for the above div is #e1978d

HTML with inline CSS

<div style="background-color:#e1978d;"></div>

#e1978d color code is use for CSS Border Color

CSS Border color for the above div is #e1978d

HTML with inline CSS

<div style="border:5px solid #e1978d;"></div>

CSS Border Left color for the above div is #e1978d

HTML with inline CSS

<div style="border-left:5px solid #e1978d;"></div>

CSS Border Right color for the above div is #e1978d

HTML with inline CSS

<div style="border-right:5px solid #e1978d;"></div>

CSS Border Bottom color for the above div is #e1978d

HTML with inline CSS

<div style="border-bottom:5px solid #e1978d;"></div>

CSS Border Top color for the above div is #e1978d

HTML with inline CSS

<div style="border-top:5px solid #e1978d;"></div>

#e1978d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#e1978d; } .examplecolorclass {color:#e1978d; } .examplebordercolor {border:3px solid #e1978d; }

#e1978d Color code Preview on White Background

This is how #e1978d Color code will look on white background color. Color contrast ratio is 2.33

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #e1978d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e1978d; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(225,151,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,215,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,151,141,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }