crispedge.com

Color picker

Loading...

#eda1ed hex color - Violet - Warm color - Information

#eda1ed hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #eda1ed Color code in RGB color code model is created after adding 92.94% red color, 63.14% green color and 92.94% blue color. Hex #eda1ed Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 0% yellow and 7% black.

Hex #eda1ed color code is between #ee99ee web safe hex color code and #ddaadd web safe hex color code. #ee99ee is the nearest web safe color code. You can see here many more shades of #eda1ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeda1ed#eda1ed
RGB Decimal237, 161, 237rgb(237, 161, 237)
RGB Percent93%, 63%, 93%rgb(93%, 63%, 93%)
CSS RGBa237, 161, 237,1rgba(237,161,237,1)
CMYK Modelcmyk(0%,32%,0%,7%)
HSL Color Space300,68% ,78%hsl(300,68% ,78%)
HSV Color Space300°, 32%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010000111101101
Octal355241355
Decimal237161237
Hexeda1ed

Different shades of #eda1ed color code.

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

Light Shade of #eda1ed
#f5ccf5
Dark Shade of #eda1ed
#e576e5
Saturated Shade of #eda1ed
#f39bf3
Desaturated Shade of #eda1ed
#e7a7e7
Grey scale Shade of #eda1ed
#c7c7c7
Brighten Shade
#ffbaff
Most Readable Shade
#000000

Shades of #eda1ed color code

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

#eda1ed
#d28fd2
#b87db8
#9e6b9e
#835983
#694769
#4f354f
#342334
#1a111a
#000000

Similar Color like #eda1ed color

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

#eea2ee
#efa3ef
#f0a4f0
#f1a5f1
#f2a6f2
#f3a7f3
#f4a8f4
#f5a9f5
#f6aaf6
#f7abf7
#f8acf8
#f9adf9
#faaefa
#fbaffb
#eca0ec
#eb9feb
#ea9eea
#e99de9
#e89ce8
#e79be7
#e69ae6
#e599e5
#e498e4
#e397e3
#e296e2
#e195e1
#e094e0
#df93df

Monochromatic Color with #eda1ed

#eda1ed
#181118
#432e43
#6d4a6d
#986798
#c284c2

Tints of #eda1ed Color

#eda1ed
#efabef
#f1b5f1
#f3c0f3
#f5caf5
#f7d5f7
#f9dff9
#fbeafb
#fdf4fd
#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

#eda1ed
#a1eda1

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

Split Complementary

#eda1ed
#c7eda1
#a1edc7

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

Analogous Color

#cfa1ed
#dea1ed
#eda1ed
#eda1de
#eda1cf

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

#eda1ed
#ededa1
#a1eded

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

#eda1ed
#edc7a1
#a1eda1
#a1c7ed

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

#eda1ed
#a1eda1
#a1edc7
#eda1c7

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

#eda1ed Color Code Preview on Black Background Color

This is how #eda1ed Color will look on black background color. Color contrast ratio is 10.92

#eda1ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda1ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda1ed

#eda1ed color code is use for CSS Background Color

Background color for the above div is #eda1ed

HTML with inline CSS

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

#eda1ed color code is use for CSS Border Color

CSS Border color for the above div is #eda1ed

HTML with inline CSS

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

CSS Border Left color for the above div is #eda1ed

HTML with inline CSS

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

CSS Border Right color for the above div is #eda1ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eda1ed

HTML with inline CSS

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

CSS Border Top color for the above div is #eda1ed

HTML with inline CSS

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

#eda1ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eda1ed Color code Preview on White Background

This is how #eda1ed Color code will look on white background color. Color contrast ratio is 1.92

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

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(237,161,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(161,237,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,161,237,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.