Skip to main content Skip to docs navigation

#ef32ee hex color | Download Dark Red 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 Magenta Fizz and its hex is #ED24ED Nearest Color Name

Color Hue/Base color: Red

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

Hex #ef32ee color code is between #ee33dd web safe hex color code and #ff22ff web safe hex color code. #ee33dd is the nearest web safe color code. You can see here many more shades of #ef32ee color code.

RGB Chart

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

Color Table

Hex Color Code ef32ee #ef32ee
RGB Decimal 239, 50, 238 239, 50, 238
RGB Percent 94%, 20%, 93% rgb(94%, 20%, 93%)
CSS RGBa 239, 50, 238,1 rgba(239,50,238,1)
CMYK Model cmyk(0%,79%,0%,6.27%)
HSL Color Space 300,86% ,57% hsl(300,86% ,57%)
HSV Color Space 300°, 79%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 00110010 11101110
Octal 357 62 356
Decimal 239 50 238
Hex ef 32 ee

Different shades of #ef32ee color code.

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

Darkest of #ef32ee
#7e0a7e
Darker of #ef32ee
#ad0ead
Dark of #ef32ee
#dd11dc
Base of #ef32ee
#ef32ee
Light of #ef32ee
#f361f2
Lighter
#f691f6
Lightest
#fac0fa

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

#ef32ee
#32ef33

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

Split Complementary

#ef32ee
#90ef32
#32ef92

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

Analogous Color

#8232ef
#a132ef
#ef32ee
#ef32af
#ef3260

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

#ef32ee
#32eeef
#eeef32

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

#ef32ee
#eeef32
#32ef33
#3332ef

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

#ef32ee
#ef9232
#32ef33
#3290ef

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

#4f064e
#7e0a7e
#ad0ead
#dd11dc
#ef32ee
#f361f2
#f691f6
#fac0fa
#feeffe

Tints of #ef32ee Color

#ef32ee
#f048ef
#f25ff1
#f476f3
#f68df5
#f7a3f7
#f9baf9
#fbd1fb
#fde8fd
#ffffff

Shades of #ef32ee color code

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

#ef32ee
#d42cd3
#b926b9
#9f219e
#841b84
#6a1669
#4f104f
#350b34
#1a051a
#000000

Tones

#ef32ee
#d948d8
#c35ec2
#ad74ac
#978a97

Tones

Similar Color like #ef32ee color

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

#f033ef
#f134f0
#f235f1
#f336f2
#f437f3
#f538f4
#f639f5
#f73af6
#f83bf7
#f93cf8
#fa3df9
#fb3efa
#fc3ffb
#fd40fc
#ee31ed
#ed30ec
#ec2feb
#eb2eea
#ea2de9
#e92ce8
#e82be7
#e72ae6
#e629e5
#e528e4
#e427e3
#e326e2
#e225e1
#e124e0

Download this Dark Red

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

#ef32ee Color Code Preview on Black Background Color

This is how #ef32ee Color will look on black background color. Color contrast ratio is 6.36

#ef32ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef32ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef32ee

#ef32ee color code is use for CSS Background Color

Background color for the above div is #ef32ee

HTML with inline CSS

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

#ef32ee color code is use for CSS Border Color

CSS Border color for the above div is #ef32ee

HTML with inline CSS

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

CSS Border Left color for the above div is #ef32ee

HTML with inline CSS

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

CSS Border Right color for the above div is #ef32ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef32ee

HTML with inline CSS

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

CSS Border Top color for the above div is #ef32ee

HTML with inline CSS

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

#ef32ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef32ee Color code Preview on White Background

This is how #ef32ee Color code will look on white background color. Color contrast ratio is 3.30

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

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