Skip to main content Skip to docs navigation

#e400a0 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 Pantone Rhodamine Red C and its hex is #E10098 Nearest Color Name

Color Hue/Base color: Red

Hex #e400a0 Color code in RGB color code model is created after adding 89.41% red color, 0% green color and 62.75% blue color. Hex #e400a0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 30% yellow and 10.59% black.

Hex #e400a0 color code is between #dd0099 web safe hex color code and #ee00aa web safe hex color code. #dd0099 is the nearest web safe color code. You can see here many more shades of #e400a0 color code.

RGB Chart

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

Color Table

Hex Color Code e400a0 #e400a0
RGB Decimal 228, 0, 160 228, 0, 160
RGB Percent 89%, 0%, 63% rgb(89%, 0%, 63%)
CSS RGBa 228, 0, 160,1 rgba(228,0,160,1)
CMYK Model cmyk(0%,100%,30%,10.59%)
HSL Color Space 318,100% ,45% hsl(318,100% ,45%)
HSV Color Space 318°, 100%, 89%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100100 00000000 10100000
Octal 344 0 240
Decimal 228 0 160
Hex e4 00 a0

Different shades of #e400a0 color code.

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

Darkest of #e400a0
#4b0035
Darker of #e400a0
#7e0058
Dark of #e400a0
#b1007c
Base of #e400a0
#e400a0
Light of #e400a0
#ff18ba
Lighter
#ff4bc9
Lightest
#ff7ed9

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

#e400a0
#00e444

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

Split Complementary

#e400a0
#2ee400
#00e4b6

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

Analogous Color

#a300e4
#c900e4
#e400a0
#e40054
#e40b00

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

#e400a0
#00a0e4
#a0e400

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

#e400a0
#a0e400
#00e444
#4400e4

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

#e400a0
#e4b600
#00e444
#002ee4

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

#180011
#4b0035
#7e0058
#b1007c
#e400a0
#ff18ba
#ff4bc9
#ff7ed9
#ffb1e8

Tints of #e400a0 Color

#e400a0
#e71caa
#ea38b5
#ed55bf
#f071ca
#f38dd4
#f6aadf
#f9c6e9
#fce2f4
#ffffff

Shades of #e400a0 color code

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

#e400a0
#ca008e
#b1007c
#98006a
#7e0058
#650047
#4c0035
#320023
#190011
#000000

Tones

#e400a0
#cd1797
#b62e8e
#a04484
#895b7b

Tones

Similar Color like #e400a0 color

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

#e501a1
#e602a2
#e703a3
#e804a4
#e905a5
#ea06a6
#eb07a7
#ec08a8
#ed09a9
#ee0aaa
#ef0bab
#f00cac
#f10dad
#f20eae
#e3009f
#e2009e
#e1009d
#e0009c
#df009b
#de009a
#dd0099
#dc0098
#db0097
#da0096
#d90095
#d80094
#d70093
#d60092

Download this Dark Red

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

#e400a0 Color Code Preview on Black Background Color

This is how #e400a0 Color will look on black background color. Color contrast ratio is 4.81

#e400a0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e400a0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e400a0

#e400a0 color code is use for CSS Background Color

Background color for the above div is #e400a0

HTML with inline CSS

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

#e400a0 color code is use for CSS Border Color

CSS Border color for the above div is #e400a0

HTML with inline CSS

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

CSS Border Left color for the above div is #e400a0

HTML with inline CSS

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

CSS Border Right color for the above div is #e400a0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e400a0

HTML with inline CSS

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

CSS Border Top color for the above div is #e400a0

HTML with inline CSS

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

#e400a0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e400a0 Color code Preview on White Background

This is how #e400a0 Color code will look on white background color. Color contrast ratio is 4.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 #e400a0; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e400a0; }

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