crispedge.com

Color picker

Loading...

#e74c59 hex color - Orange - Warm color - Information

#e74c59 hex color - Orange - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Orange

Hex #e74c59 Color code in RGB color code model is created after adding 90.59% red color, 29.8% green color and 34.9% blue color. Hex #e74c59 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 61% yellow and 9% black.

Hex #e74c59 color code is between #ee4455 web safe hex color code and #dd5566 web safe hex color code. #ee4455 is the nearest web safe color code. You can see here many more shades of #e74c59 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee74c59#e74c59
RGB Decimal231, 76, 89rgb(231, 76, 89)
RGB Percent91%, 30%, 35%rgb(91%, 30%, 35%)
CSS RGBa231, 76, 89,1rgba(231,76,89,1)
CMYK Modelcmyk(0%,67%,61%,9%)
HSL Color Space355,76% ,60%hsl(355,76% ,60%)
HSV Color Space355°, 67%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001110100110001011001
Octal347114131
Decimal2317689
Hexe74c59

Different shades of #e74c59 color code.

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

Light Shade of #e74c59
#ed7983
Dark Shade of #e74c59
#e11f2f
Saturated Shade of #e74c59
#f14251
Desaturated Shade of #e74c59
#dd5661
Grey scale Shade of #e74c59
#999999
Brighten Shade
#ff6572
Most Readable Shade
#FFFFFF

Shades of #e74c59 color code

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

#e74c59
#cd434f
#b33b45
#9a323b
#802a31
#662127
#4d191d
#331013
#190809
#000000

Similar Color like #e74c59 color

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

#e84d5a
#e94e5b
#ea4f5c
#eb505d
#ec515e
#ed525f
#ee5360
#ef5461
#f05562
#f15663
#f25764
#f35865
#f45966
#f55a67
#e64b58
#e54a57
#e44956
#e34855
#e24754
#e14653
#e04552
#df4451
#de4350
#dd424f
#dc414e
#db404d
#da3f4c
#d93e4b

Monochromatic Color with #e74c59

#e74c59
#120607
#3d1418
#672228
#923038
#bc3e49

Tints of #e74c59 Color

#e74c59
#e95f6b
#ec737d
#ef8790
#f19ba2
#f4afb5
#f7c3c7
#f9d7da
#fcebec
#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

#e74c59
#4ce7da

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

Split Complementary

#e74c59
#4ce78d
#4ca6e7

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

Analogous Color

#e74c97
#e74c78
#e74c59
#e75e4c
#e77d4c

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

#e74c59
#59e74c
#4c59e7

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

#e74c59
#a6e74c
#4ce7da
#8c4ce7

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

#e74c59
#4ce7da
#4ca6e7
#e78d4c

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

#e74c59 Color Code Preview on Black Background Color

This is how #e74c59 Color will look on black background color. Color contrast ratio is 5.58

#e74c59 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e74c59

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e74c59

#e74c59 color code is use for CSS Background Color

Background color for the above div is #e74c59

HTML with inline CSS

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

#e74c59 color code is use for CSS Border Color

CSS Border color for the above div is #e74c59

HTML with inline CSS

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

CSS Border Left color for the above div is #e74c59

HTML with inline CSS

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

CSS Border Right color for the above div is #e74c59

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e74c59

HTML with inline CSS

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

CSS Border Top color for the above div is #e74c59

HTML with inline CSS

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

#e74c59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e74c59 Color code Preview on White Background

This is how #e74c59 Color code will look on white background color. Color contrast ratio is 3.77

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

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,76,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,231,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,76,89,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.