Skip to main content Skip to docs navigation

#e162aa 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 Orion and its hex is #DE55A9 Nearest Color Name

Color Hue/Base color: Red

Hex #e162aa Color code in RGB color code model is created after adding 88.24% red color, 38.43% green color and 66.67% blue color. Hex #e162aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 24% yellow and 11.76% black.

Hex #e162aa color code is between #dd6699 web safe hex color code and #ee55bb web safe hex color code. #dd6699 is the nearest web safe color code. You can see here many more shades of #e162aa color code.

RGB Chart

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

Color Table

Hex Color Code e162aa #e162aa
RGB Decimal 225, 98, 170 225, 98, 170
RGB Percent 88%, 38%, 67% rgb(88%, 38%, 67%)
CSS RGBa 225, 98, 170,1 rgba(225,98,170,1)
CMYK Model cmyk(0%,56%,24%,11.76%)
HSL Color Space 326,68% ,63% hsl(326,68% ,63%)
HSV Color Space 326°, 56%, 88%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100001 01100010 10101010
Octal 341 142 252
Decimal 225 98 170
Hex e1 62 aa

Different shades of #e162aa color code.

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

Darkest of #e162aa
#8f1b5d
Darker of #e162aa
#ba2379
Dark of #e162aa
#d93793
Base of #e162aa
#e162aa
Light of #e162aa
#e98dc1
Lighter
#f1b8d8
Lightest
#fae2f0

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

#e162aa
#62e199

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

Split Complementary

#e162aa
#6ae162
#62e1d8

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

Analogous Color

#ce62e1
#e162df
#e162aa
#e16280
#e17962

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

#e162aa
#62aae1
#aae162

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

#e162aa
#aae162
#62e199
#9962e1

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

#e162aa
#e1d862
#62e199
#626ae1

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

#641341
#8f1b5d
#ba2379
#d93793
#e162aa
#e98dc1
#f1b8d8
#fae2f0
#ffffff

Tints of #e162aa Color

#e162aa
#e473b3
#e784bc
#eb96c6
#eea7cf
#f1b9d9
#f5cae2
#f8dcec
#fbedf5
#ffffff

Shades of #e162aa color code

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

#e162aa
#c85797
#af4c84
#964171
#7d365e
#642b4b
#4b2038
#321525
#190a12
#000000

Tones

#e162aa
#ce75a7
#bc87a5
#a99aa2
#a1a1a1

Tones

Similar Color like #e162aa color

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

#e263ab
#e364ac
#e465ad
#e566ae
#e667af
#e768b0
#e869b1
#e96ab2
#ea6bb3
#eb6cb4
#ec6db5
#ed6eb6
#ee6fb7
#ef70b8
#e061a9
#df60a8
#de5fa7
#dd5ea6
#dc5da5
#db5ca4
#da5ba3
#d95aa2
#d859a1
#d758a0
#d6579f
#d5569e
#d4559d
#d3549c

Download this Dark Red

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

#e162aa Color Code Preview on Black Background Color

This is how #e162aa Color will look on black background color. Color contrast ratio is 6.53

#e162aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e162aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e162aa

#e162aa color code is use for CSS Background Color

Background color for the above div is #e162aa

HTML with inline CSS

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

#e162aa color code is use for CSS Border Color

CSS Border color for the above div is #e162aa

HTML with inline CSS

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

CSS Border Left color for the above div is #e162aa

HTML with inline CSS

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

CSS Border Right color for the above div is #e162aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e162aa

HTML with inline CSS

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

CSS Border Top color for the above div is #e162aa

HTML with inline CSS

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

#e162aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e162aa Color code Preview on White Background

This is how #e162aa Color code will look on white background color. Color contrast ratio is 3.22

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

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