Skip to main content Skip to docs navigation

#ec74aa 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 Amaranth and its hex is #E86EAD Nearest Color Name

Color Hue/Base color: Red

Hex #ec74aa Color code in RGB color code model is created after adding 92.55% red color, 45.49% green color and 66.67% blue color. Hex #ec74aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 28% yellow and 7.45% black.

Hex #ec74aa color code is between #ee7799 web safe hex color code and #dd66bb web safe hex color code. #ee7799 is the nearest web safe color code. You can see here many more shades of #ec74aa color code.

RGB Chart

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

Color Table

Hex Color Code ec74aa #ec74aa
RGB Decimal 236, 116, 170 236, 116, 170
RGB Percent 93%, 45%, 67% rgb(93%, 45%, 67%)
CSS RGBa 236, 116, 170,1 rgba(236,116,170,1)
CMYK Model cmyk(0%,51%,28%,7.45%)
HSL Color Space 333,76% ,69% hsl(333,76% ,69%)
HSV Color Space 333°, 51%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101100 01110100 10101010
Octal 354 164 252
Decimal 236 116 170
Hex ec 74 aa

Different shades of #ec74aa color code.

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

Darkest of #ec74aa
#af185c
Darker of #ec74aa
#dc1e74
Dark of #ec74aa
#e6478f
Base of #ec74aa
#ec74aa
Light of #ec74aa
#f2a1c5
Lighter
#f8cee1
Lightest
#fefbfc

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

#ec74aa
#74ecb6

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

Split Complementary

#ec74aa
#74ec7a
#74e6ec

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

Analogous Color

#e874ec
#ec74dc
#ec74aa
#ec7482
#ec9874

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

#ec74aa
#74aaec
#aaec74

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

#ec74aa
#aaec74
#74ecb6
#b674ec

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

#ec74aa
#e6ec74
#74ecb6
#7a74ec

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

#821244
#af185c
#dc1e74
#e6478f
#ec74aa
#f2a1c5
#f8cee1
#fefbfc
#ffffff

Tints of #ec74aa Color

#ec74aa
#ee83b3
#f092bc
#f2a2c6
#f4b1cf
#f6c1d9
#f8d0e2
#fae0ec
#fceff5
#ffffff

Shades of #ec74aa color code

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

#ec74aa
#d16797
#b75a84
#9d4d71
#83405e
#68334b
#4e2638
#341925
#1a0c12
#000000

Tones

#ec74aa
#dc84ac
#cc94ad
#bda3af
#b0b0b0

Tones

Similar Color like #ec74aa color

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

#ed75ab
#ee76ac
#ef77ad
#f078ae
#f179af
#f27ab0
#f37bb1
#f47cb2
#f57db3
#f67eb4
#f77fb5
#f880b6
#f981b7
#fa82b8
#eb73a9
#ea72a8
#e971a7
#e870a6
#e76fa5
#e66ea4
#e56da3
#e46ca2
#e36ba1
#e26aa0
#e1699f
#e0689e
#df679d
#de669c

Download this Dark Red

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

#ec74aa Color Code Preview on Black Background Color

This is how #ec74aa Color will look on black background color. Color contrast ratio is 7.65

#ec74aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec74aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec74aa

#ec74aa color code is use for CSS Background Color

Background color for the above div is #ec74aa

HTML with inline CSS

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

#ec74aa color code is use for CSS Border Color

CSS Border color for the above div is #ec74aa

HTML with inline CSS

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

CSS Border Left color for the above div is #ec74aa

HTML with inline CSS

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

CSS Border Right color for the above div is #ec74aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec74aa

HTML with inline CSS

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

CSS Border Top color for the above div is #ec74aa

HTML with inline CSS

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

#ec74aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec74aa Color code Preview on White Background

This is how #ec74aa Color code will look on white background color. Color contrast ratio is 2.75

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

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(236,116,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,236,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,116,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }