crispedge.com

Color picker

Loading...

#e7958f hex color - Orange - Warm color - Information

#e7958f hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #e7958f Color code in RGB color code model is created after adding 90.59% red color, 58.43% green color and 56.08% blue color. Hex #e7958f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 38% yellow and 9% black.

Hex #e7958f color code is between #ee9988 web safe hex color code and #dd8899 web safe hex color code. #ee9988 is the nearest web safe color code. You can see here many more shades of #e7958f color code.

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Codee7958f#e7958f
RGB Decimal231, 149, 143rgb(231, 149, 143)
RGB Percent91%, 58%, 56%rgb(91%, 58%, 56%)
CSS RGBa231, 149, 143,1rgba(231,149,143,1)
CMYK Modelcmyk(0%,35%,38%,9%)
HSL Color Space4,65% ,73%hsl(4,65% ,73%)
HSV Color Space4°, 38%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001111001010110001111
Octal347225217
Decimal231149143
Hexe7958f

Different shades of #e7958f color code.

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

Light Shade of #e7958f
#f0bdb9
Dark Shade of #e7958f
#de6d65
Saturated Shade of #e7958f
#ee8f88
Desaturated Shade of #e7958f
#e09b96
Grey scale Shade of #e7958f
#bbbbbb
Brighten Shade
#ffaea8
Most Readable Shade
#000000

Shades of #e7958f color code

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

#e7958f
#cd847f
#b3736f
#9a635f
#80524f
#66423f
#4d312f
#33211f
#19100f
#000000

Similar Color like #e7958f color

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

#e89690
#e99791
#ea9892
#eb9993
#ec9a94
#ed9b95
#ee9c96
#ef9d97
#f09e98
#f19f99
#f2a09a
#f3a19b
#f4a29c
#f5a39d
#e6948e
#e5938d
#e4928c
#e3918b
#e2908a
#e18f89
#e08e88
#df8d87
#de8c86
#dd8b85
#dc8a84
#db8983
#da8882
#d98781

Monochromatic Color with #e7958f

#e7958f
#120c0b
#3d2726
#674340
#925e5a
#bc7a75

Tints of #e7958f Color

#e7958f
#e9a09b
#ecaca7
#efb8b4
#f1c4c0
#f4cfcd
#f7dbd9
#f9e7e6
#fcf3f2
#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

#e7958f
#8fe1e7

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

Split Complementary

#e7958f
#8fe7c1
#8fb5e7

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

Analogous Color

#e78fac
#e78f9b
#e7958f
#e7a78f
#e7b88f

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

#e7958f
#8fe795
#958fe7

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

#e7958f
#b5e78f
#8fe1e7
#c18fe7

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

#e7958f
#8fe1e7
#8fb5e7
#e7c18f

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 #e7958f 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.

#e7958f Color Code Preview on Black Background Color

This is how #e7958f Color will look on black background color. Color contrast ratio is 9.09

#e7958f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e7958f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e7958f

#e7958f color code is use for CSS Background Color

Background color for the above div is #e7958f

HTML with inline CSS

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

#e7958f color code is use for CSS Border Color

CSS Border color for the above div is #e7958f

HTML with inline CSS

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

CSS Border Left color for the above div is #e7958f

HTML with inline CSS

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

CSS Border Right color for the above div is #e7958f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e7958f

HTML with inline CSS

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

CSS Border Top color for the above div is #e7958f

HTML with inline CSS

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

#e7958f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e7958f Color code Preview on White Background

This is how #e7958f Color code will look on white background color. Color contrast ratio is 2.31

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

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(231,149,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,225,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,149,143,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.