Skip to main content Skip to docs navigation

#ef166d 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 Borderline Pink and its hex is #EE1166 Nearest Color Name

Color Hue/Base color: Red

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

Hex #ef166d color code is between #ee1166 web safe hex color code and #ff2277 web safe hex color code. #ee1166 is the nearest web safe color code. You can see here many more shades of #ef166d color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11101111 00010110 01101101
Octal 357 26 155
Decimal 239 22 109
Hex ef 16 6d

Different shades of #ef166d color code.

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

Darkest of #ef166d
#65072d
Darker of #ef166d
#950a42
Dark of #ef166d
#c50d57
Base of #ef166d
#ef166d
Light of #ef166d
#f2468b
Lighter
#f675a9
Lightest
#f9a5c7

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

#ef166d
#16ef98

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

Split Complementary

#ef166d
#16ef2b
#16daef

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

Analogous Color

#ef16ec
#ef16c7
#ef166d
#ef1625
#ef6216

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

#ef166d
#166def
#6def16

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

#ef166d
#6def16
#16ef98
#9816ef

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

#ef166d
#daef16
#16ef98
#2b16ef

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

#350418
#65072d
#950a42
#c50d57
#ef166d
#f2468b
#f675a9
#f9a5c7
#fcd5e5

Tints of #ef166d Color

#ef166d
#f02f7d
#f2498d
#f4639d
#f67dad
#f797be
#f9b1ce
#fbcbde
#fde5ee
#ffffff

Shades of #ef166d color code

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

#ef166d
#d41360
#b91154
#9f0e48
#840c3c
#6a0930
#4f0724
#350418
#1a020c
#000000

Tones

#ef166d
#d62f72
#bd4877
#a4617c
#8b7a81

Tones

Similar Color like #ef166d color

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

#f0176e
#f1186f
#f21970
#f31a71
#f41b72
#f51c73
#f61d74
#f71e75
#f81f76
#f92077
#fa2178
#fb2279
#fc237a
#fd247b
#ee156c
#ed146b
#ec136a
#eb1269
#ea1168
#e91067
#e80f66
#e70e65
#e60d64
#e50c63
#e40b62
#e30a61
#e20960
#e1085f

Download this Dark Red

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

#ef166d Color Code Preview on Black Background Color

This is how #ef166d Color will look on black background color. Color contrast ratio is 5.01

#ef166d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef166d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef166d

#ef166d color code is use for CSS Background Color

Background color for the above div is #ef166d

HTML with inline CSS

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

#ef166d color code is use for CSS Border Color

CSS Border color for the above div is #ef166d

HTML with inline CSS

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

CSS Border Left color for the above div is #ef166d

HTML with inline CSS

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

CSS Border Right color for the above div is #ef166d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef166d

HTML with inline CSS

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

CSS Border Top color for the above div is #ef166d

HTML with inline CSS

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

#ef166d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef166d Color code Preview on White Background

This is how #ef166d Color code will look on white background color. Color contrast ratio is 4.20

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

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