crispedge.com

Color picker

Loading...

#ee84dd hex color - Violet - Warm color - Information

#ee84dd hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #ee84dd color code is between #dd88cc web safe hex color code and #ff77ee web safe hex color code. #dd88cc is the nearest web safe color code. You can see here many more shades of #ee84dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeee84dd#ee84dd
RGB Decimal238, 132, 221rgb(238, 132, 221)
RGB Percent93%, 52%, 87%rgb(93%, 52%, 87%)
CSS RGBa238, 132, 221,1rgba(238,132,221,1)
CMYK Modelcmyk(0%,45%,7%,7%)
HSL Color Space310,76% ,73%hsl(310,76% ,73%)
HSV Color Space310°, 45%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101000010011011101
Octal356204335
Decimal238132221
Hexee84dd

Different shades of #ee84dd color code.

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

Light Shade of #ee84dd
#f4b1e9
Dark Shade of #ee84dd
#e857d1
Saturated Shade of #ee84dd
#f57de2
Desaturated Shade of #ee84dd
#e78bd8
Grey scale Shade of #ee84dd
#b9b9b9
Brighten Shade
#ff9df6
Most Readable Shade
#000000

Shades of #ee84dd color code

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

#ee84dd
#d375c4
#b966ab
#9e5893
#84497a
#693a62
#4f2c49
#341d31
#1a0e18
#000000

Similar Color like #ee84dd color

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

#ef85de
#f086df
#f187e0
#f288e1
#f389e2
#f48ae3
#f58be4
#f68ce5
#f78de6
#f88ee7
#f98fe8
#fa90e9
#fb91ea
#fc92eb
#ed83dc
#ec82db
#eb81da
#ea80d9
#e97fd8
#e87ed7
#e77dd6
#e67cd5
#e57bd4
#e47ad3
#e379d2
#e278d1
#e177d0
#e076cf

Monochromatic Color with #ee84dd

#ee84dd
#1a0e18
#44263f
#6e3d67
#99558e
#c36cb6

Tints of #ee84dd Color

#ee84dd
#ef91e0
#f19fe4
#f3ade8
#f5baec
#f7c8ef
#f9d6f3
#fbe3f7
#fdf1fb
#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

#ee84dd
#84ee95

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

Split Complementary

#ee84dd
#a8ee84
#84eeca

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

Analogous Color

#d584ee
#ea84ee
#ee84dd
#ee84c8
#ee84b3

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

#ee84dd
#ddee84
#84ddee

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

#ee84dd
#eeca84
#84ee95
#84a8ee

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

#ee84dd
#84ee95
#84eeca
#ee84a8

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

#ee84dd Color Code Preview on Black Background Color

This is how #ee84dd Color will look on black background color. Color contrast ratio is 8.98

#ee84dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee84dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee84dd

#ee84dd color code is use for CSS Background Color

Background color for the above div is #ee84dd

HTML with inline CSS

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

#ee84dd color code is use for CSS Border Color

CSS Border color for the above div is #ee84dd

HTML with inline CSS

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

CSS Border Left color for the above div is #ee84dd

HTML with inline CSS

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

CSS Border Right color for the above div is #ee84dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee84dd

HTML with inline CSS

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

CSS Border Top color for the above div is #ee84dd

HTML with inline CSS

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

#ee84dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee84dd Color code Preview on White Background

This is how #ee84dd Color code will look on white background color. Color contrast ratio is 2.34

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

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