Skip to main content Skip to docs navigation

#ed718e hex color | Download Dark Orange 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 Grapefruit Juice and its hex is #EE6D8A Nearest Color Name

Color Hue/Base color: Orange

Hex #ed718e Color code in RGB color code model is created after adding 92.94% red color, 44.31% green color and 55.69% blue color. Hex #ed718e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 40% yellow and 7.06% black.

Hex #ed718e color code is between #ee7788 web safe hex color code and #dd6699 web safe hex color code. #ee7788 is the nearest web safe color code. You can see here many more shades of #ed718e color code.

RGB Chart

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

Color Table

Hex Color Code ed718e #ed718e
RGB Decimal 237, 113, 142 237, 113, 142
RGB Percent 93%, 44%, 56% rgb(93%, 44%, 56%)
CSS RGBa 237, 113, 142,1 rgba(237,113,142,1)
CMYK Model cmyk(0%,52%,40%,7.06%)
HSL Color Space 346,78% ,69% hsl(346,78% ,69%)
HSV Color Space 346°, 52%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 01110001 10001110
Octal 355 161 216
Decimal 237 113 142
Hex ed 71 8e

Different shades of #ed718e color code.

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

Darkest of #ed718e
#af163a
Darker of #ed718e
#dc1c49
Dark of #ed718e
#e7446a
Base of #ed718e
#ed718e
Light of #ed718e
#f39eb2
Lighter
#f8ccd6
Lightest
#fef9fa

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

#ed718e
#71edd0

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

Split Complementary

#ed718e
#71ed92
#71cced

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

Analogous Color

#ed71d6
#ed71c2
#ed718e
#ed7d71
#edb171

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

#ed718e
#718eed
#8eed71

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

#ed718e
#8eed71
#71edd0
#d071ed

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

#ed718e
#cced71
#71edd0
#9271ed

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 #ed718e

#82102b
#af163a
#dc1c49
#e7446a
#ed718e
#f39eb2
#f8ccd6
#fef9fa
#ffffff

Tints of #ed718e Color

#ed718e
#ef809a
#f190a7
#f3a0b3
#f5b0c0
#f7bfcc
#f9cfd9
#fbdfe5
#fdeff2
#ffffff

Shades of #ed718e color code

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

#ed718e
#d2647e
#b8576e
#9e4b5e
#833e4e
#69323f
#4f252f
#34191f
#1a0c0f
#000000

Tones

#ed718e
#dd8197
#cd919f
#bda1a8
#afafaf

Tones

Similar Color like #ed718e color

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

#ee728f
#ef7390
#f07491
#f17592
#f27693
#f37794
#f47895
#f57996
#f67a97
#f77b98
#f87c99
#f97d9a
#fa7e9b
#fb7f9c
#ec708d
#eb6f8c
#ea6e8b
#e96d8a
#e86c89
#e76b88
#e66a87
#e56986
#e46885
#e36784
#e26683
#e16582
#e06481
#df6380

Download this Dark Orange

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

#ed718e Color Code Preview on Black Background Color

This is how #ed718e Color will look on black background color. Color contrast ratio is 7.35

#ed718e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed718e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed718e

#ed718e color code is use for CSS Background Color

Background color for the above div is #ed718e

HTML with inline CSS

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

#ed718e color code is use for CSS Border Color

CSS Border color for the above div is #ed718e

HTML with inline CSS

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

CSS Border Left color for the above div is #ed718e

HTML with inline CSS

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

CSS Border Right color for the above div is #ed718e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed718e

HTML with inline CSS

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

CSS Border Top color for the above div is #ed718e

HTML with inline CSS

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

#ed718e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed718e Color code Preview on White Background

This is how #ed718e Color code will look on white background color. Color contrast ratio is 2.86

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

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(237,113,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,237,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,113,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }