crispedge.com

Color picker

Loading...

#e091dd hex color - Violet - Warm color - Information

#e091dd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e091dd Color code in RGB color code model is created after adding 87.84% red color, 56.86% green color and 86.67% blue color. Hex #e091dd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 1% yellow and 12% black.

Hex #e091dd color code is between #dd99cc web safe hex color code and #ee88ee web safe hex color code. #dd99cc is the nearest web safe color code. You can see here many more shades of #e091dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee091dd#e091dd
RGB Decimal224, 145, 221rgb(224, 145, 221)
RGB Percent88%, 57%, 87%rgb(88%, 57%, 87%)
CSS RGBa224, 145, 221,1rgba(224,145,221,1)
CMYK Modelcmyk(0%,35%,1%,12%)
HSL Color Space302,56% ,72%hsl(302,56% ,72%)
HSV Color Space302°, 35%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000001001000111011101
Octal340221335
Decimal224145221
Hexe091dd

Different shades of #e091dd color code.

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

Light Shade of #e091dd
#ebb9e9
Dark Shade of #e091dd
#d569d1
Saturated Shade of #e091dd
#e78ae4
Desaturated Shade of #e091dd
#d998d6
Grey scale Shade of #e091dd
#b8b8b8
Brighten Shade
#f9aaf6
Most Readable Shade
#000000

Shades of #e091dd color code

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

#e091dd
#c780c4
#ae70ab
#956093
#7c507a
#634062
#4a3049
#312031
#181018
#000000

Similar Color like #e091dd color

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

#e192de
#e293df
#e394e0
#e495e1
#e596e2
#e697e3
#e798e4
#e899e5
#e99ae6
#ea9be7
#eb9ce8
#ec9de9
#ed9eea
#ee9feb
#df90dc
#de8fdb
#dd8eda
#dc8dd9
#db8cd8
#da8bd7
#d98ad6
#d889d5
#d788d4
#d687d3
#d586d2
#d485d1
#d384d0
#d283cf

Monochromatic Color with #e091dd

#e091dd
#0b070b
#362335
#603e5f
#8b5a89
#b575b3

Tints of #e091dd Color

#e091dd
#e39de0
#e6a9e4
#eab5e8
#edc1ec
#f1ceef
#f4daf3
#f8e6f7
#fbf2fb
#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

#e091dd
#91e094

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

Split Complementary

#e091dd
#b6e091
#91e0bb

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

Analogous Color

#c391e0
#d391e0
#e091dd
#e091cd
#e091bd

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

#e091dd
#dde091
#91dde0

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

#e091dd
#e0bb91
#91e094
#91b5e0

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

#e091dd
#91e094
#91e0bc
#e091b6

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

#e091dd Color Code Preview on Black Background Color

This is how #e091dd Color will look on black background color. Color contrast ratio is 9.26

#e091dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e091dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e091dd

#e091dd color code is use for CSS Background Color

Background color for the above div is #e091dd

HTML with inline CSS

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

#e091dd color code is use for CSS Border Color

CSS Border color for the above div is #e091dd

HTML with inline CSS

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

CSS Border Left color for the above div is #e091dd

HTML with inline CSS

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

CSS Border Right color for the above div is #e091dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e091dd

HTML with inline CSS

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

CSS Border Top color for the above div is #e091dd

HTML with inline CSS

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

#e091dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e091dd Color code Preview on White Background

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

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,145,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,224,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,145,221,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.