Skip to main content Skip to docs navigation

#ed16ef 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 Flamingo Fury and its hex is #DF01F0 Nearest Color Name

Color Hue/Base color: Violet

Hex #ed16ef Color code in RGB color code model is created after adding 92.94% red color, 8.63% green color and 93.73% blue color. Hex #ed16ef Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 91% magenta, 0% yellow and 6.27% black.

Hex #ed16ef color code is between #ee11ee web safe hex color code and #dd22ff web safe hex color code. #ee11ee is the nearest web safe color code. You can see here many more shades of #ed16ef color code.

RGB Chart

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

Color Table

Hex Color Code ed16ef #ed16ef
RGB Decimal 237, 22, 239 237, 22, 239
RGB Percent 93%, 9%, 94% rgb(93%, 9%, 94%)
CSS RGBa 237, 22, 239,1 rgba(237,22,239,1)
CMYK Model cmyk(1%,91%,0%,6.27%)
HSL Color Space 299,87% ,51% hsl(299,87% ,51%)
HSV Color Space 299°, 91%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 00010110 11101111
Octal 355 26 357
Decimal 237 22 239
Hex ed 16 ef

Different shades of #ed16ef color code.

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

Darkest of #ed16ef
#640765
Darker of #ed16ef
#940a95
Dark of #ed16ef
#c30dc5
Base of #ed16ef
#ed16ef
Light of #ed16ef
#f146f2
Lighter
#f475f6
Lightest
#f8a5f9

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

#ed16ef
#18ef16

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

Split Complementary

#ed16ef
#84ef16
#16ef81

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

Analogous Color

#6e16ef
#9316ef
#ed16ef
#ef16a9
#ef164e

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

#ed16ef
#16efed
#efed16

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

#ed16ef
#efed16
#18ef16
#1618ef

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

#ed16ef
#ef8116
#18ef16
#1684ef

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 #ed16ef

#350435
#640765
#940a95
#c30dc5
#ed16ef
#f146f2
#f475f6
#f8a5f9
#fcd5fc

Tints of #ed16ef Color

#ed16ef
#ef2ff0
#f149f2
#f363f4
#f57df6
#f797f7
#f9b1f9
#fbcbfb
#fde5fd
#ffffff

Shades of #ed16ef color code

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

#ed16ef
#d213d4
#b811b9
#9e0e9f
#830c84
#69096a
#4f074f
#340435
#1a021a
#000000

Tones

#ed16ef
#d52fd6
#bc48bd
#a461a4
#8b7a8b

Tones

Similar Color like #ed16ef color

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

#ee17f0
#ef18f1
#f019f2
#f11af3
#f21bf4
#f31cf5
#f41df6
#f51ef7
#f61ff8
#f720f9
#f821fa
#f922fb
#fa23fc
#fb24fd
#ec15ee
#eb14ed
#ea13ec
#e912eb
#e811ea
#e710e9
#e60fe8
#e50ee7
#e40de6
#e30ce5
#e20be4
#e10ae3
#e009e2
#df08e1

Download this Dark Violet

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

#ed16ef Color Code Preview on Black Background Color

This is how #ed16ef Color will look on black background color. Color contrast ratio is 5.96

#ed16ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed16ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed16ef

#ed16ef color code is use for CSS Background Color

Background color for the above div is #ed16ef

HTML with inline CSS

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

#ed16ef color code is use for CSS Border Color

CSS Border color for the above div is #ed16ef

HTML with inline CSS

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

CSS Border Left color for the above div is #ed16ef

HTML with inline CSS

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

CSS Border Right color for the above div is #ed16ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed16ef

HTML with inline CSS

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

CSS Border Top color for the above div is #ed16ef

HTML with inline CSS

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

#ed16ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed16ef Color code Preview on White Background

This is how #ed16ef Color code will look on white background color. Color contrast ratio is 3.52

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

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(237,22,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,239,22,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,22,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }