@
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.

#e5957c hex color - Orange - Warm color - Information

#e5957c hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #e5957c Color code in RGB color code model is created after adding 89.8% red color, 58.43% green color and 48.63% blue color. Hex #e5957c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 46% yellow and 10.2% black.

Hex #e5957c color code is between #dd9977 web safe hex color code and #ee8888 web safe hex color code. #dd9977 is the nearest web safe color code. You can see here many more shades of #e5957c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee5957c#e5957c
RGB Decimal229, 149, 124rgb(229, 149, 124)
RGB Percent90%, 58%, 49%rgb(90%, 58%, 49%)
CSS RGBa229, 149, 124,1rgba(229,149,124,1)
CMYK Modelcmyk(0%,35%,46%,10.2%)
HSL Color Space14,67% ,69%hsl(14,67% ,69%)
HSV Color Space14°, 46%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001011001010101111100
Octal345225174
Decimal229149124
Hexe5957c

Different shades of #e5957c color code.

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

Light Shade of #e5957c
#edb7a7
Dark Shade of #e5957c
#dd7351
Saturated Shade of #e5957c
#ed9174
Desaturated Shade of #e5957c
#dd9984
Grey scale Shade of #e5957c
#b0b0b0
Brighten Shade
#feae95
Most Readable Shade
#000000

Shades of #e5957c color code

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

#e5957c
#cb846e
#b27360
#986352
#7f5244
#654237
#4c3129
#32211b
#19100d
#000000

Similar Color like #e5957c color

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

#e6967d
#e7977e
#e8987f
#e99980
#ea9a81
#eb9b82
#ec9c83
#ed9d84
#ee9e85
#ef9f86
#f0a087
#f1a188
#f2a289
#f3a38a
#e4947b
#e3937a
#e29279
#e19178
#e09077
#df8f76
#de8e75
#dd8d74
#dc8c73
#db8b72
#da8a71
#d98970
#d8886f
#d7876e

Monochromatic Color with #e5957c

#e5957c
#100b09
#3b2620
#654237
#905e4e
#ba7965

Tints of #e5957c Color

#e5957c
#e7a08a
#eaac99
#edb8a7
#f0c4b6
#f3cfc4
#f6dbd3
#f9e7e1
#fcf3f0
#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

#e5957c
#7ccce5

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

Split Complementary

#e5957c
#7ce5ca
#7c98e5

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

Analogous Color

#e57c8d
#e5807c
#e5957c
#e5aa7c
#e5bf7c

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

#e5957c
#7ce595
#957ce5

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

#e5957c
#97e57c
#7ccce5
#c97ce5

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

Double Complementary Color

#e5957c
#7ccce5
#7c98e5
#e5ca7c

Double Complementary 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).

Hex #e5957c 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.

#e5957c Color Code Preview on Black Background Color

This is how #e5957c Color will look on black background color. Color contrast ratio is 8.92

#e5957c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5957c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5957c

#e5957c color code is use for CSS Background Color

Background color for the above div is #e5957c

HTML with inline CSS

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

#e5957c color code is use for CSS Border Color

CSS Border color for the above div is #e5957c

HTML with inline CSS

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

CSS Border Left color for the above div is #e5957c

HTML with inline CSS

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

CSS Border Right color for the above div is #e5957c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e5957c

HTML with inline CSS

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

CSS Border Top color for the above div is #e5957c

HTML with inline CSS

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

#e5957c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e5957c Color code Preview on White Background

This is how #e5957c Color code will look on white background color. Color contrast ratio is 2.35

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 #e5957c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e5957c; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(229,149,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,204,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(229,149,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.