Skip to main content Skip to docs navigation

#ee329d hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pink Bite and its hex is #E936A7 Nearest Color Name

Color Hue/Base color: Violet

Hex #ee329d Color code in RGB color code model is created after adding 93.33% red color, 19.61% green color and 61.57% blue color. Hex #ee329d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 34% yellow and 6.67% black.

Hex #ee329d color code is between #dd3399 web safe hex color code and #ff22aa web safe hex color code. #dd3399 is the nearest web safe color code. You can see here many more shades of #ee329d color code.

RGB Chart

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

Color Table

Hex Color Code ee329d #ee329d
RGB Decimal 238, 50, 157 238, 50, 157
RGB Percent 93%, 20%, 62% rgb(93%, 20%, 62%)
CSS RGBa 238, 50, 157,1 rgba(238,50,157,1)
CMYK Model cmyk(0%,79%,34%,6.67%)
HSL Color Space 326,85% ,56% hsl(326,85% ,56%)
HSV Color Space 326°, 79%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101110 00110010 10011101
Octal 356 62 235
Decimal 238 50 157
Hex ee 32 9d

Different shades of #ee329d color code.

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

Darkest of #ee329d
#7d0a4b
Darker of #ee329d
#ac0e68
Dark of #ee329d
#db1284
Base of #ee329d
#ee329d
Light of #ee329d
#f261b4
Lighter
#f690ca
Lightest
#fabfe1

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

#ee329d
#32ee83

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

Split Complementary

#ee329d
#3fee32
#32eee1

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

Analogous Color

#d132ee
#ee32eb
#ee329d
#ee325e
#ee5432

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

#ee329d
#329dee
#9dee32

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

#ee329d
#9dee32
#32ee83
#8332ee

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ee329d
#eee132
#32ee83
#323fee

Square 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).

Monochromatic Color with #ee329d

#4e062f
#7d0a4b
#ac0e68
#db1284
#ee329d
#f261b4
#f690ca
#fabfe1
#feeef7

Tints of #ee329d Color

#ee329d
#ef48a7
#f15fb2
#f376bd
#f58dc8
#f7a3d3
#f9bade
#fbd1e9
#fde8f4
#ffffff

Shades of #ee329d color code

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

#ee329d
#d32c8b
#b9267a
#9e2168
#841b57
#691645
#4f1034
#340b22
#1a0511
#000000

Tones

#ee329d
#d8489a
#c25e97
#ab7594
#958b91

Tones

Similar Color like #ee329d color

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

#ef339e
#f0349f
#f135a0
#f236a1
#f337a2
#f438a3
#f539a4
#f63aa5
#f73ba6
#f83ca7
#f93da8
#fa3ea9
#fb3faa
#fc40ab
#ed319c
#ec309b
#eb2f9a
#ea2e99
#e92d98
#e82c97
#e72b96
#e62a95
#e52994
#e42893
#e32792
#e22691
#e12590
#e0248f

Download this Dark Violet

Hex #ee329d 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.

#ee329d Color Code Preview on Black Background Color

This is how #ee329d Color will look on black background color. Color contrast ratio is 5.58

#ee329d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee329d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee329d

#ee329d color code is use for CSS Background Color

Background color for the above div is #ee329d

HTML with inline CSS

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

#ee329d color code is use for CSS Border Color

CSS Border color for the above div is #ee329d

HTML with inline CSS

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

CSS Border Left color for the above div is #ee329d

HTML with inline CSS

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

CSS Border Right color for the above div is #ee329d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee329d

HTML with inline CSS

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

CSS Border Top color for the above div is #ee329d

HTML with inline CSS

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

#ee329d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee329d Color code Preview on White Background

This is how #ee329d Color code will look on white background color. Color contrast ratio is 3.76

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(238,50,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(50,238,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,50,157,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }