crispedge.com

Color picker

Loading...

#e03eaa hex color - Violet - Warm color - Information

#e03eaa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e03eaa Color code in RGB color code model is created after adding 87.84% red color, 24.31% green color and 66.67% blue color. Hex #e03eaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 24% yellow and 12% black.

Hex #e03eaa color code is between #dd4499 web safe hex color code and #ee33bb web safe hex color code. #dd4499 is the nearest web safe color code. You can see here many more shades of #e03eaa color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee03eaa#e03eaa
RGB Decimal224, 62, 170rgb(224, 62, 170)
RGB Percent88%, 24%, 67%rgb(88%, 24%, 67%)
CSS RGBa224, 62, 170,1rgba(224,62,170,1)
CMYK Modelcmyk(0%,72%,24%,12%)
HSL Color Space320,72% ,56%hsl(320,72% ,56%)
HSV Color Space320°, 72%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000011111010101010
Octal34076252
Decimal22462170
Hexe03eaa

Different shades of #e03eaa color code.

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

Light Shade of #e03eaa
#e76abd
Dark Shade of #e03eaa
#ca2192
Saturated Shade of #e03eaa
#eb33ae
Desaturated Shade of #e03eaa
#d549a6
Grey scale Shade of #e03eaa
#8f8f8f
Brighten Shade
#f957c3
Most Readable Shade
#FFFFFF

Shades of #e03eaa color code

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

#e03eaa
#c73797
#ae3084
#952971
#7c225e
#631b4b
#4a1438
#310d25
#180612
#000000

Similar Color like #e03eaa color

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

#e13fab
#e240ac
#e341ad
#e442ae
#e543af
#e644b0
#e745b1
#e846b2
#e947b3
#ea48b4
#eb49b5
#ec4ab6
#ed4bb7
#ee4cb8
#df3da9
#de3ca8
#dd3ba7
#dc3aa6
#db39a5
#da38a4
#d937a3
#d836a2
#d735a1
#d634a0
#d5339f
#d4329e
#d3319d
#d2309c

Monochromatic Color with #e03eaa

#e03eaa
#0b0309
#360f29
#601b49
#8b2669
#b5328a

Tints of #e03eaa Color

#e03eaa
#e353b3
#e668bc
#ea7ec6
#ed93cf
#f1a9d9
#f4bee2
#f8d4ec
#fbe9f5
#ffffff

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

#e03eaa
#3ee074

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

Split Complementary

#e03eaa
#59e03e
#3ee0c5

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

Analogous Color

#d53ee0
#e03eca
#e03eaa
#e03e8a
#e03e69

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

#e03eaa
#aae03e
#3eaae0

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

#e03eaa
#e0c53e
#3ee074
#3e59e0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#e03eaa
#3ee074
#3ee0c5
#e03e59

Double Complementary 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).

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

#e03eaa Color Code Preview on Black Background Color

This is how #e03eaa Color will look on black background color. Color contrast ratio is 5.44

#e03eaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e03eaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e03eaa

#e03eaa color code is use for CSS Background Color

Background color for the above div is #e03eaa

HTML with inline CSS

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

#e03eaa color code is use for CSS Border Color

CSS Border color for the above div is #e03eaa

HTML with inline CSS

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

CSS Border Left color for the above div is #e03eaa

HTML with inline CSS

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

CSS Border Right color for the above div is #e03eaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e03eaa

HTML with inline CSS

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

CSS Border Top color for the above div is #e03eaa

HTML with inline CSS

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

#e03eaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e03eaa Color code Preview on White Background

This is how #e03eaa Color code will look on white background color. Color contrast ratio is 3.86

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(224,62,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(62,224,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,62,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.