Skip to main content Skip to docs navigation

#ed577b hex color | Download Dark Red 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 Lick and Kiss and its hex is #EE5577 Nearest Color Name

Color Hue/Base color: Red

Hex #ed577b Color code in RGB color code model is created after adding 92.94% red color, 34.12% green color and 48.24% blue color. Hex #ed577b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 48% yellow and 7.06% black.

Hex #ed577b color code is between #ee5577 web safe hex color code and #dd6688 web safe hex color code. #ee5577 is the nearest web safe color code. You can see here many more shades of #ed577b color code.

RGB Chart

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

Color Table

Hex Color Code ed577b #ed577b
RGB Decimal 237, 87, 123 237, 87, 123
RGB Percent 93%, 34%, 48% rgb(93%, 34%, 48%)
CSS RGBa 237, 87, 123,1 rgba(237,87,123,1)
CMYK Model cmyk(0%,63%,48%,7.06%)
HSL Color Space 346,81% ,64% hsl(346,81% ,64%)
HSV Color Space 346°, 63%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 01010111 01111011
Octal 355 127 173
Decimal 237 87 123
Hex ed 57 7b

Different shades of #ed577b color code.

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

Darkest of #ed577b
#9a1132
Darker of #ed577b
#c91540
Dark of #ed577b
#e82957
Base of #ed577b
#ed577b
Light of #ed577b
#f2859f
Lighter
#f7b3c3
Lightest
#fce1e8

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

#ed577b
#57edc9

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

Split Complementary

#ed577b
#57ed7e
#57c6ed

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

Analogous Color

#ed57d3
#ed57ba
#ed577b
#ed6557
#eda457

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

#ed577b
#577bed
#7bed57

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

#ed577b
#7bed57
#57edc9
#c957ed

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

#ed577b
#c6ed57
#57edc9
#7e57ed

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

#6c0c23
#9a1132
#c91540
#e82957
#ed577b
#f2859f
#f7b3c3
#fce1e8
#ffffff

Tints of #ed577b Color

#ed577b
#ef6989
#f17c98
#f38fa7
#f5a1b5
#f7b4c4
#f9c7d3
#fbd9e1
#fdecf0
#ffffff

Shades of #ed577b color code

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

#ed577b
#d24d6d
#b8435f
#9e3a52
#833044
#692636
#4f1d29
#34131b
#1a090d
#000000

Tones

#ed577b
#da6a85
#c87c8e
#b58f98
#a3a1a2

Tones

Similar Color like #ed577b color

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

#ee587c
#ef597d
#f05a7e
#f15b7f
#f25c80
#f35d81
#f45e82
#f55f83
#f66084
#f76185
#f86286
#f96387
#fa6488
#fb6589
#ec567a
#eb5579
#ea5478
#e95377
#e85276
#e75175
#e65074
#e54f73
#e44e72
#e34d71
#e24c70
#e14b6f
#e04a6e
#df496d

Download this Dark Red

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

#ed577b Color Code Preview on Black Background Color

This is how #ed577b Color will look on black background color. Color contrast ratio is 6.25

#ed577b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed577b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed577b

#ed577b color code is use for CSS Background Color

Background color for the above div is #ed577b

HTML with inline CSS

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

#ed577b color code is use for CSS Border Color

CSS Border color for the above div is #ed577b

HTML with inline CSS

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

CSS Border Left color for the above div is #ed577b

HTML with inline CSS

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

CSS Border Right color for the above div is #ed577b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed577b

HTML with inline CSS

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

CSS Border Top color for the above div is #ed577b

HTML with inline CSS

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

#ed577b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed577b Color code Preview on White Background

This is how #ed577b Color code will look on white background color. Color contrast ratio is 3.36

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

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