crispedge.com

Color picker

Loading...

#e290da hex color - Violet - Warm color - Information

#e290da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e290da Color code in RGB color code model is created after adding 88.63% red color, 56.47% green color and 85.49% blue color. Hex #e290da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 4% yellow and 11% black.

Hex #e290da color code is between #dd88dd web safe hex color code and #ee99cc web safe hex color code. #dd88dd is the nearest web safe color code. You can see here many more shades of #e290da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee290da#e290da
RGB Decimal226, 144, 218rgb(226, 144, 218)
RGB Percent89%, 56%, 85%rgb(89%, 56%, 85%)
CSS RGBa226, 144, 218,1rgba(226,144,218,1)
CMYK Modelcmyk(0%,36%,4%,11%)
HSL Color Space306,59% ,73%hsl(306,59% ,73%)
HSV Color Space306°, 36%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101001000011011010
Octal342220332
Decimal226144218
Hexe290da

Different shades of #e290da color code.

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

Light Shade of #e290da
#edb8e7
Dark Shade of #e290da
#d768cd
Saturated Shade of #e290da
#e989e0
Desaturated Shade of #e290da
#db97d4
Grey scale Shade of #e290da
#b9b9b9
Brighten Shade
#fba9f3
Most Readable Shade
#000000

Shades of #e290da color code

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

#e290da
#c880c1
#af70a9
#966091
#7d5079
#644060
#4b3048
#322030
#191018
#000000

Similar Color like #e290da color

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

#e391db
#e492dc
#e593dd
#e694de
#e795df
#e896e0
#e997e1
#ea98e2
#eb99e3
#ec9ae4
#ed9be5
#ee9ce6
#ef9de7
#f09ee8
#e18fd9
#e08ed8
#df8dd7
#de8cd6
#dd8bd5
#dc8ad4
#db89d3
#da88d2
#d987d1
#d886d0
#d785cf
#d684ce
#d583cd
#d482cc

Monochromatic Color with #e290da

#e290da
#0d090d
#382436
#623f5f
#8d5a88
#b775b1

Tints of #e290da Color

#e290da
#e59cde
#e8a8e2
#ebb5e6
#eec1ea
#f2cdee
#f5daf2
#f8e6f6
#fbf2fa
#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

#e290da
#90e298

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

Split Complementary

#e290da
#b1e290
#90e2c1

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

Analogous Color

#c990e2
#da90e2
#e290da
#e290ca
#e290b9

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

#e290da
#dae290
#90dae2

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

#e290da
#e2c190
#90e298
#90b1e2

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

#e290da
#90e298
#90e2c1
#e290b1

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

#e290da Color Code Preview on Black Background Color

This is how #e290da Color will look on black background color. Color contrast ratio is 9.24

#e290da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e290da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e290da

#e290da color code is use for CSS Background Color

Background color for the above div is #e290da

HTML with inline CSS

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

#e290da color code is use for CSS Border Color

CSS Border color for the above div is #e290da

HTML with inline CSS

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

CSS Border Left color for the above div is #e290da

HTML with inline CSS

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

CSS Border Right color for the above div is #e290da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e290da

HTML with inline CSS

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

CSS Border Top color for the above div is #e290da

HTML with inline CSS

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

#e290da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e290da Color code Preview on White Background

This is how #e290da Color code will look on white background color. Color contrast ratio is 2.27

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

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(226,144,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(144,226,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,144,218,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.