crispedge.com

Color picker

Loading...

#e69dd5 hex color - Violet - Warm color - Information

#e69dd5 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #e69dd5 color code is between #ee99dd web safe hex color code and #ddaacc web safe hex color code. #ee99dd is the nearest web safe color code. You can see here many more shades of #e69dd5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee69dd5#e69dd5
RGB Decimal230, 157, 213rgb(230, 157, 213)
RGB Percent90%, 62%, 84%rgb(90%, 62%, 84%)
CSS RGBa230, 157, 213,1rgba(230,157,213,1)
CMYK Modelcmyk(0%,32%,7%,10%)
HSL Color Space314,59% ,76%hsl(314,59% ,76%)
HSV Color Space314°, 32%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101001110111010101
Octal346235325
Decimal230157213
Hexe69dd5

Different shades of #e69dd5 color code.

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

Light Shade of #e69dd5
#f0c6e6
Dark Shade of #e69dd5
#dc74c4
Saturated Shade of #e69dd5
#ec97d8
Desaturated Shade of #e69dd5
#e0a3d2
Grey scale Shade of #e69dd5
#c1c1c1
Brighten Shade
#ffb6ee
Most Readable Shade
#000000

Shades of #e69dd5 color code

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

#e69dd5
#cc8bbd
#b27aa5
#99688e
#7f5776
#66455e
#4c3447
#33222f
#191117
#000000

Similar Color like #e69dd5 color

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

#e79ed6
#e89fd7
#e9a0d8
#eaa1d9
#eba2da
#eca3db
#eda4dc
#eea5dd
#efa6de
#f0a7df
#f1a8e0
#f2a9e1
#f3aae2
#f4abe3
#e59cd4
#e49bd3
#e39ad2
#e299d1
#e198d0
#e097cf
#df96ce
#de95cd
#dd94cc
#dc93cb
#db92ca
#da91c9
#d990c8
#d88fc7

Monochromatic Color with #e69dd5

#e69dd5
#110c10
#3c2938
#66465f
#916386
#bb80ae

Tints of #e69dd5 Color

#e69dd5
#e8a7d9
#ebb2de
#eebde3
#f1c8e7
#f3d3ec
#f6def1
#f9e9f5
#fcf4fa
#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

#e69dd5
#9de6ae

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

Split Complementary

#e69dd5
#b1e69d
#9de6d2

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

Analogous Color

#da9de6
#e69de4
#e69dd5
#e69dc6
#e69db8

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

#e69dd5
#d5e69d
#9dd5e6

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

#e69dd5
#e6d29d
#9de6ae
#9db0e6

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

#e69dd5
#9de6ae
#9de6d3
#e69db1

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

#e69dd5 Color Code Preview on Black Background Color

This is how #e69dd5 Color will look on black background color. Color contrast ratio is 10.15

#e69dd5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e69dd5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e69dd5

#e69dd5 color code is use for CSS Background Color

Background color for the above div is #e69dd5

HTML with inline CSS

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

#e69dd5 color code is use for CSS Border Color

CSS Border color for the above div is #e69dd5

HTML with inline CSS

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

CSS Border Left color for the above div is #e69dd5

HTML with inline CSS

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

CSS Border Right color for the above div is #e69dd5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e69dd5

HTML with inline CSS

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

CSS Border Top color for the above div is #e69dd5

HTML with inline CSS

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

#e69dd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e69dd5 Color code Preview on White Background

This is how #e69dd5 Color code will look on white background color. Color contrast ratio is 2.07

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

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(230,157,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,230,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,157,213,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.