Skip to main content Skip to docs navigation

#ef33cd 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 Kriss Me Not Fuchsia and its hex is #EA27C2 Nearest Color Name

Color Hue/Base color: Red

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

Hex #ef33cd color code is between #ee22cc web safe hex color code and #ff44dd web safe hex color code. #ee22cc is the nearest web safe color code. You can see here many more shades of #ef33cd color code.

RGB Chart

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

Color Table

Hex Color Code ef33cd #ef33cd
RGB Decimal 239, 51, 205 239, 51, 205
RGB Percent 94%, 20%, 80% rgb(94%, 20%, 80%)
CSS RGBa 239, 51, 205,1 rgba(239,51,205,1)
CMYK Model cmyk(0%,79%,14%,6.27%)
HSL Color Space 311,85% ,57% hsl(311,85% ,57%)
HSV Color Space 311°, 79%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 00110011 11001101
Octal 357 63 315
Decimal 239 51 205
Hex ef 33 cd

Different shades of #ef33cd color code.

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

Darkest of #ef33cd
#7f0a6a
Darker of #ef33cd
#ae0e91
Dark of #ef33cd
#de11b9
Base of #ef33cd
#ef33cd
Light of #ef33cd
#f362d9
Lighter
#f692e4
Lightest
#fac1f0

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

#ef33cd
#33ef55

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

Split Complementary

#ef33cd
#6fef33
#33efb3

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

Analogous Color

#a333ef
#c333ef
#ef33cd
#ef338e
#ef3340

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

#ef33cd
#33cdef
#cdef33

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

#ef33cd
#cdef33
#33ef55
#5533ef

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

#ef33cd
#efb333
#33ef55
#336fef

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

#500642
#7f0a6a
#ae0e91
#de11b9
#ef33cd
#f362d9
#f692e4
#fac1f0
#fef0fb

Tints of #ef33cd Color

#ef33cd
#f049d2
#f260d8
#f477dd
#f68de3
#f7a4e8
#f9bbee
#fbd1f3
#fde8f9
#ffffff

Shades of #ef33cd color code

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

#ef33cd
#d42db6
#b9279f
#9f2288
#841c71
#6a165b
#4f1144
#350b2d
#1a0516
#000000

Tones

#ef33cd
#d949bf
#c35fb1
#ad75a3
#978b95

Tones

Similar Color like #ef33cd color

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

#f034ce
#f135cf
#f236d0
#f337d1
#f438d2
#f539d3
#f63ad4
#f73bd5
#f83cd6
#f93dd7
#fa3ed8
#fb3fd9
#fc40da
#fd41db
#ee32cc
#ed31cb
#ec30ca
#eb2fc9
#ea2ec8
#e92dc7
#e82cc6
#e72bc5
#e62ac4
#e529c3
#e428c2
#e327c1
#e226c0
#e125bf

Download this Dark Red

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

#ef33cd Color Code Preview on Black Background Color

This is how #ef33cd Color will look on black background color. Color contrast ratio is 6.03

#ef33cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef33cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef33cd

#ef33cd color code is use for CSS Background Color

Background color for the above div is #ef33cd

HTML with inline CSS

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

#ef33cd color code is use for CSS Border Color

CSS Border color for the above div is #ef33cd

HTML with inline CSS

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

CSS Border Left color for the above div is #ef33cd

HTML with inline CSS

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

CSS Border Right color for the above div is #ef33cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef33cd

HTML with inline CSS

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

CSS Border Top color for the above div is #ef33cd

HTML with inline CSS

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

#ef33cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef33cd Color code Preview on White Background

This is how #ef33cd Color code will look on white background color. Color contrast ratio is 3.49

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

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