crispedge.com

Color picker

Loading...

#e979be hex color - Red - Warm color - Information

#e979be hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e979be Color code in RGB color code model is created after adding 91.37% red color, 47.45% green color and 74.51% blue color. Hex #e979be Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 18% yellow and 9% black.

Hex #e979be color code is between #ee77bb web safe hex color code and #dd88cc web safe hex color code. #ee77bb is the nearest web safe color code. You can see here many more shades of #e979be color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee979be#e979be
RGB Decimal233, 121, 190rgb(233, 121, 190)
RGB Percent91%, 47%, 75%rgb(91%, 47%, 75%)
CSS RGBa233, 121, 190,1rgba(233,121,190,1)
CMYK Modelcmyk(0%,48%,18%,9%)
HSL Color Space323,72% ,69%hsl(323,72% ,69%)
HSV Color Space323°, 48%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010010111100110111110
Octal351171276
Decimal233121190
Hexe979be

Different shades of #e979be color code.

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

Light Shade of #e979be
#f0a5d3
Dark Shade of #e979be
#e24da9
Saturated Shade of #e979be
#f171c0
Desaturated Shade of #e979be
#e181bc
Grey scale Shade of #e979be
#b1b1b1
Brighten Shade
#ff92d7
Most Readable Shade
#000000

Shades of #e979be color code

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

#e979be
#cf6ba8
#b55e93
#9b507e
#814369
#673554
#4d283f
#331a2a
#190d15
#000000

Similar Color like #e979be color

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

#ea7abf
#eb7bc0
#ec7cc1
#ed7dc2
#ee7ec3
#ef7fc4
#f080c5
#f181c6
#f282c7
#f383c8
#f484c9
#f585ca
#f686cb
#f787cc
#e878bd
#e777bc
#e676bb
#e575ba
#e474b9
#e373b8
#e272b7
#e171b6
#e070b5
#df6fb4
#de6eb3
#dd6db2
#dc6cb1
#db6bb0

Monochromatic Color with #e979be

#e979be
#140b11
#3f2133
#693756
#944d79
#be639b

Tints of #e979be Color

#e979be
#eb87c5
#ed96cc
#f0a5d3
#f2b4da
#f5c3e2
#f7d2e9
#fae1f0
#fcf0f7
#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

#e979be
#79e9a4

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

Split Complementary

#e979be
#86e979
#79e9dc

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

Analogous Color

#e779e9
#e979d4
#e979be
#e979a8
#e97991

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

#e979be
#bee979
#79bee9

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

#e979be
#e9dc79
#79e9a4
#7986e9

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

#e979be
#79e9a4
#79e9dc
#e97986

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

#e979be Color Code Preview on Black Background Color

This is how #e979be Color will look on black background color. Color contrast ratio is 7.94

#e979be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e979be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e979be

#e979be color code is use for CSS Background Color

Background color for the above div is #e979be

HTML with inline CSS

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

#e979be color code is use for CSS Border Color

CSS Border color for the above div is #e979be

HTML with inline CSS

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

CSS Border Left color for the above div is #e979be

HTML with inline CSS

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

CSS Border Right color for the above div is #e979be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e979be

HTML with inline CSS

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

CSS Border Top color for the above div is #e979be

HTML with inline CSS

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

#e979be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e979be Color code Preview on White Background

This is how #e979be Color code will look on white background color. Color contrast ratio is 2.64

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

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(233,121,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,233,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(233,121,190,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.