Skip to main content Skip to docs navigation

#ec14aa 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 Magnificent Magenta and its hex is #EE22AA Nearest Color Name

Color Hue/Base color: Red

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

Hex #ec14aa color code is between #ee1199 web safe hex color code and #dd22bb web safe hex color code. #ee1199 is the nearest web safe color code. You can see here many more shades of #ec14aa color code.

RGB Chart

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

Color Table

Hex Color Code ec14aa #ec14aa
RGB Decimal 236, 20, 170 236, 20, 170
RGB Percent 93%, 8%, 67% rgb(93%, 8%, 67%)
CSS RGBa 236, 20, 170,1 rgba(236,20,170,1)
CMYK Model cmyk(0%,92%,28%,7.45%)
HSL Color Space 318,85% ,50% hsl(318,85% ,50%)
HSV Color Space 318°, 92%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101100 00010100 10101010
Octal 354 24 252
Decimal 236 20 170
Hex ec 14 aa

Different shades of #ec14aa color code.

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

Darkest of #ec14aa
#5f0845
Darker of #ec14aa
#8e0c66
Dark of #ec14aa
#be0f88
Base of #ec14aa
#ec14aa
Light of #ec14aa
#f043bb
Lighter
#f472cc
Lightest
#f7a2dd

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

#ec14aa
#14ec56

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

Split Complementary

#ec14aa
#3eec14
#14ecc2

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

Analogous Color

#b014ec
#d414ec
#ec14aa
#ec1462
#ec2014

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

#ec14aa
#14aaec
#aaec14

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

#ec14aa
#aaec14
#14ec56
#5614ec

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

#ec14aa
#ecc214
#14ec56
#143eec

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

#300423
#5f0845
#8e0c66
#be0f88
#ec14aa
#f043bb
#f472cc
#f7a2dd
#fbd1ee

Tints of #ec14aa Color

#ec14aa
#ee2eb3
#f048bc
#f262c6
#f47ccf
#f696d9
#f8b0e2
#facaec
#fce4f5
#ffffff

Shades of #ec14aa color code

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

#ec14aa
#d11197
#b70f84
#9d0d71
#830b5e
#68084b
#4e0638
#340425
#1a0212
#000000

Tones

#ec14aa
#d32da0
#b94796
#a0608c
#867a82

Tones

Similar Color like #ec14aa color

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

#ed15ab
#ee16ac
#ef17ad
#f018ae
#f119af
#f21ab0
#f31bb1
#f41cb2
#f51db3
#f61eb4
#f71fb5
#f820b6
#f921b7
#fa22b8
#eb13a9
#ea12a8
#e911a7
#e810a6
#e70fa5
#e60ea4
#e50da3
#e40ca2
#e30ba1
#e20aa0
#e1099f
#e0089e
#df079d
#de069c

Download this Dark Red

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

#ec14aa Color Code Preview on Black Background Color

This is how #ec14aa Color will look on black background color. Color contrast ratio is 5.25

#ec14aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec14aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec14aa

#ec14aa color code is use for CSS Background Color

Background color for the above div is #ec14aa

HTML with inline CSS

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

#ec14aa color code is use for CSS Border Color

CSS Border color for the above div is #ec14aa

HTML with inline CSS

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

CSS Border Left color for the above div is #ec14aa

HTML with inline CSS

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

CSS Border Right color for the above div is #ec14aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec14aa

HTML with inline CSS

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

CSS Border Top color for the above div is #ec14aa

HTML with inline CSS

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

#ec14aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec14aa Color code Preview on White Background

This is how #ec14aa Color code will look on white background color. Color contrast ratio is 4.00

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

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