Skip to main content Skip to docs navigation

#e360aa 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 218 C and its hex is #E56DB1 Nearest Color Name

Color Hue/Base color: Red

Hex #e360aa Color code in RGB color code model is created after adding 89.02% red color, 37.65% green color and 66.67% blue color. Hex #e360aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 25% yellow and 10.98% black.

Hex #e360aa 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 #e360aa color code.

RGB Chart

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

Color Table

Hex Color Code e360aa #e360aa
RGB Decimal 227, 96, 170 227, 96, 170
RGB Percent 89%, 38%, 67% rgb(89%, 38%, 67%)
CSS RGBa 227, 96, 170,1 rgba(227,96,170,1)
CMYK Model cmyk(0%,58%,25%,10.98%)
HSL Color Space 326,70% ,63% hsl(326,70% ,63%)
HSV Color Space 326°, 58%, 89%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100011 01100000 10101010
Octal 343 140 252
Decimal 227 96 170
Hex e3 60 aa

Different shades of #e360aa color code.

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

Darkest of #e360aa
#91195d
Darker of #e360aa
#bc2179
Dark of #e360aa
#db3593
Base of #e360aa
#e360aa
Light of #e360aa
#eb8bc1
Lighter
#f2b7d8
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

#e360aa
#60e399

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

Split Complementary

#e360aa
#68e360
#60e3db

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

Analogous Color

#d060e3
#e360e1
#e360aa
#e3607e
#e37860

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

#e360aa
#60aae3
#aae360

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

#e360aa
#aae360
#60e399
#9960e3

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

#e360aa
#e3db60
#60e399
#6068e3

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

#651241
#91195d
#bc2179
#db3593
#e360aa
#eb8bc1
#f2b7d8
#fae2f0
#ffffff

Tints of #e360aa Color

#e360aa
#e671b3
#e983bc
#ec95c6
#efa6cf
#f2b8d9
#f5cae2
#f8dbec
#fbedf5
#ffffff

Shades of #e360aa color code

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

#e360aa
#c95597
#b04a84
#974071
#7e355e
#642a4b
#4b2038
#321525
#190a12
#000000

Tones

#e360aa
#d073a8
#be85a5
#ab98a3
#a1a1a1

Tones

Similar Color like #e360aa color

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

#e461ab
#e562ac
#e663ad
#e764ae
#e865af
#e966b0
#ea67b1
#eb68b2
#ec69b3
#ed6ab4
#ee6bb5
#ef6cb6
#f06db7
#f16eb8
#e25fa9
#e15ea8
#e05da7
#df5ca6
#de5ba5
#dd5aa4
#dc59a3
#db58a2
#da57a1
#d956a0
#d8559f
#d7549e
#d6539d
#d5529c

Download this Dark Red

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

#e360aa Color Code Preview on Black Background Color

This is how #e360aa Color will look on black background color. Color contrast ratio is 6.52

#e360aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e360aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e360aa

#e360aa color code is use for CSS Background Color

Background color for the above div is #e360aa

HTML with inline CSS

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

#e360aa color code is use for CSS Border Color

CSS Border color for the above div is #e360aa

HTML with inline CSS

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

CSS Border Left color for the above div is #e360aa

HTML with inline CSS

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

CSS Border Right color for the above div is #e360aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e360aa

HTML with inline CSS

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

CSS Border Top color for the above div is #e360aa

HTML with inline CSS

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

#e360aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e360aa Color code Preview on White Background

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

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