crispedge.com

Color picker

Loading...

#e023a1 hex color - Violet - Warm color - Information

#e023a1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e023a1 Color code in RGB color code model is created after adding 87.84% red color, 13.73% green color and 63.14% blue color. Hex #e023a1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 28% yellow and 12% black.

Hex #e023a1 color code is between #dd2299 web safe hex color code and #ee33aa web safe hex color code. #dd2299 is the nearest web safe color code. You can see here many more shades of #e023a1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee023a1#e023a1
RGB Decimal224, 35, 161rgb(224, 35, 161)
RGB Percent88%, 14%, 63%rgb(88%, 14%, 63%)
CSS RGBa224, 35, 161,1rgba(224,35,161,1)
CMYK Modelcmyk(0%,84%,28%,12%)
HSL Color Space320,75% ,51%hsl(320,75% ,51%)
HSV Color Space320°, 84%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000010001110100001
Octal34043241
Decimal22435161
Hexe023a1

Different shades of #e023a1 color code.

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

Light Shade of #e023a1
#e650b4
Dark Shade of #e023a1
#b61a82
Saturated Shade of #e023a1
#ed16a5
Desaturated Shade of #e023a1
#d3309d
Grey scale Shade of #e023a1
#818181
Brighten Shade
#f93cba
Most Readable Shade
#FFFFFF

Shades of #e023a1 color code

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

#e023a1
#c71f8f
#ae1b7d
#95176b
#7c1359
#630f47
#4a0b35
#310723
#180311
#000000

Similar Color like #e023a1 color

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

#e124a2
#e225a3
#e326a4
#e427a5
#e528a6
#e629a7
#e72aa8
#e82ba9
#e92caa
#ea2dab
#eb2eac
#ec2fad
#ed30ae
#ee31af
#df22a0
#de219f
#dd209e
#dc1f9d
#db1e9c
#da1d9b
#d91c9a
#d81b99
#d71a98
#d61997
#d51896
#d41795
#d31694
#d21593

Monochromatic Color with #e023a1

#e023a1
#0b0208
#360827
#600f45
#8b1664
#b51c82

Tints of #e023a1 Color

#e023a1
#e33bab
#e653b5
#ea6cc0
#ed84ca
#f19dd5
#f4b5df
#f8ceea
#fbe6f4
#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

#e023a1
#23e062

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

Split Complementary

#e023a1
#42e023
#23e0c1

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

Analogous Color

#d323e0
#e023c7
#e023a1
#e0237b
#e02355

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

#e023a1
#a1e023
#23a1e0

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

#e023a1
#e0c023
#23e062
#2342e0

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

#e023a1
#23e062
#23e0c1
#e02342

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 #e023a1 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.

#e023a1 Color Code Preview on Black Background Color

This is how #e023a1 Color will look on black background color. Color contrast ratio is 4.92

#e023a1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e023a1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e023a1

#e023a1 color code is use for CSS Background Color

Background color for the above div is #e023a1

HTML with inline CSS

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

#e023a1 color code is use for CSS Border Color

CSS Border color for the above div is #e023a1

HTML with inline CSS

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

CSS Border Left color for the above div is #e023a1

HTML with inline CSS

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

CSS Border Right color for the above div is #e023a1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e023a1

HTML with inline CSS

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

CSS Border Top color for the above div is #e023a1

HTML with inline CSS

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

#e023a1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e023a1 Color code Preview on White Background

This is how #e023a1 Color code will look on white background color. Color contrast ratio is 4.26

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.