crispedge.com

Color picker

Loading...

#ee9bdd hex color - Violet - Warm color - Information

#ee9bdd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ee9bdd Color code in RGB color code model is created after adding 93.33% red color, 60.78% green color and 86.67% blue color. Hex #ee9bdd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 7% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeee9bdd#ee9bdd
RGB Decimal238, 155, 221rgb(238, 155, 221)
RGB Percent93%, 61%, 87%rgb(93%, 61%, 87%)
CSS RGBa238, 155, 221,1rgba(238,155,221,1)
CMYK Modelcmyk(0%,35%,7%,7%)
HSL Color Space312,71% ,77%hsl(312,71% ,77%)
HSV Color Space312°, 35%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101001101111011101
Octal356233335
Decimal238155221
Hexee9bdd

Different shades of #ee9bdd color code.

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

Light Shade of #ee9bdd
#f5c7ec
Dark Shade of #ee9bdd
#e76fce
Saturated Shade of #ee9bdd
#f495e0
Desaturated Shade of #ee9bdd
#e8a1da
Grey scale Shade of #ee9bdd
#c4c4c4
Brighten Shade
#ffb4f6
Most Readable Shade
#000000

Shades of #ee9bdd color code

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

#ee9bdd
#d389c4
#b978ab
#9e6793
#84567a
#694462
#4f3349
#342231
#1a1118
#000000

Similar Color like #ee9bdd color

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

#ef9cde
#f09ddf
#f19ee0
#f29fe1
#f3a0e2
#f4a1e3
#f5a2e4
#f6a3e5
#f7a4e6
#f8a5e7
#f9a6e8
#faa7e9
#fba8ea
#fca9eb
#ed9adc
#ec99db
#eb98da
#ea97d9
#e996d8
#e895d7
#e794d6
#e693d5
#e592d4
#e491d3
#e390d2
#e28fd1
#e18ed0
#e08dcf

Monochromatic Color with #ee9bdd

#ee9bdd
#1a1118
#442c3f
#6e4867
#99648e
#c37fb6

Tints of #ee9bdd Color

#ee9bdd
#efa6e0
#f1b1e4
#f3bce8
#f5c7ec
#f7d2ef
#f9ddf3
#fbe8f7
#fdf3fb
#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

#ee9bdd
#9beeac

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

Split Complementary

#ee9bdd
#b3ee9b
#9beed6

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

Analogous Color

#de9bee
#ee9bee
#ee9bdd
#ee9bcc
#ee9bbc

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

#ee9bdd
#ddee9b
#9bddee

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

#ee9bdd
#eed59b
#9beeac
#9bb3ee

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

#ee9bdd
#9beeac
#9beed6
#ee9bb3

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

#ee9bdd Color Code Preview on Black Background Color

This is how #ee9bdd Color will look on black background color. Color contrast ratio is 10.37

#ee9bdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee9bdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee9bdd

#ee9bdd color code is use for CSS Background Color

Background color for the above div is #ee9bdd

HTML with inline CSS

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

#ee9bdd color code is use for CSS Border Color

CSS Border color for the above div is #ee9bdd

HTML with inline CSS

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

CSS Border Left color for the above div is #ee9bdd

HTML with inline CSS

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

CSS Border Right color for the above div is #ee9bdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee9bdd

HTML with inline CSS

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

CSS Border Top color for the above div is #ee9bdd

HTML with inline CSS

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

#ee9bdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee9bdd Color code Preview on White Background

This is how #ee9bdd Color code will look on white background color. Color contrast ratio is 2.03

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

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(238,155,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,238,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,155,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.