Skip to main content Skip to docs navigation

#ed548a 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 Power Peony and its hex is #EE5588 Nearest Color Name

Color Hue/Base color: Red

Hex #ed548a Color code in RGB color code model is created after adding 92.94% red color, 32.94% green color and 54.12% blue color. Hex #ed548a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 42% yellow and 7.06% black.

Hex #ed548a color code is between #ee5588 web safe hex color code and #dd4499 web safe hex color code. #ee5588 is the nearest web safe color code. You can see here many more shades of #ed548a color code.

RGB Chart

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

Color Table

Hex Color Code ed548a #ed548a
RGB Decimal 237, 84, 138 237, 84, 138
RGB Percent 93%, 33%, 54% rgb(93%, 33%, 54%)
CSS RGBa 237, 84, 138,1 rgba(237,84,138,1)
CMYK Model cmyk(0%,65%,42%,7.06%)
HSL Color Space 339,81% ,63% hsl(339,81% ,63%)
HSV Color Space 339°, 65%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 01010100 10001010
Octal 355 124 212
Decimal 237 84 138
Hex ed 54 8a

Different shades of #ed548a color code.

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

Darkest of #ed548a
#981040
Darker of #ed548a
#c61553
Dark of #ed548a
#e8266a
Base of #ed548a
#ed548a
Light of #ed548a
#f282aa
Lighter
#f7b0c9
Lightest
#fcdee9

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

#ed548a
#54edb7

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

Split Complementary

#ed548a
#54ed6a
#54d7ed

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

Analogous Color

#ed54e3
#ed54ca
#ed548a
#ed5457
#ed9154

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

#ed548a
#548aed
#8aed54

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

#ed548a
#8aed54
#54edb7
#b754ed

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

#ed548a
#d7ed54
#54edb7
#6a54ed

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

#6a0b2d
#981040
#c61553
#e8266a
#ed548a
#f282aa
#f7b0c9
#fcdee9
#ffffff

Tints of #ed548a Color

#ed548a
#ef6797
#f17aa4
#f38db1
#f5a0be
#f7b3cb
#f9c6d8
#fbd9e5
#fdecf2
#ffffff

Shades of #ed548a color code

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

#ed548a
#d24a7a
#b8416b
#9e385c
#832e4c
#69253d
#4f1c2e
#34121e
#1a090f
#000000

Tones

#ed548a
#da6790
#c77a95
#b48d9b
#a1a0a0

Tones

Similar Color like #ed548a color

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

#ee558b
#ef568c
#f0578d
#f1588e
#f2598f
#f35a90
#f45b91
#f55c92
#f65d93
#f75e94
#f85f95
#f96096
#fa6197
#fb6298
#ec5389
#eb5288
#ea5187
#e95086
#e84f85
#e74e84
#e64d83
#e54c82
#e44b81
#e34a80
#e2497f
#e1487e
#e0477d
#df467c

Download this Dark Red

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

#ed548a Color Code Preview on Black Background Color

This is how #ed548a Color will look on black background color. Color contrast ratio is 6.24

#ed548a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed548a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed548a

#ed548a color code is use for CSS Background Color

Background color for the above div is #ed548a

HTML with inline CSS

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

#ed548a color code is use for CSS Border Color

CSS Border color for the above div is #ed548a

HTML with inline CSS

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

CSS Border Left color for the above div is #ed548a

HTML with inline CSS

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

CSS Border Right color for the above div is #ed548a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed548a

HTML with inline CSS

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

CSS Border Top color for the above div is #ed548a

HTML with inline CSS

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

#ed548a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed548a Color code Preview on White Background

This is how #ed548a Color code will look on white background color. Color contrast ratio is 3.37

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

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