Skip to main content Skip to docs navigation

#ee006c 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 Hyper Pink and its hex is #EC006C Nearest Color Name

Color Hue/Base color: Red

Hex #ee006c Color code in RGB color code model is created after adding 93.33% red color, 0% green color and 42.35% blue color. Hex #ee006c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 55% yellow and 6.67% black.

Hex #ee006c color code is between #dd0066 web safe hex color code and #ff0077 web safe hex color code. #dd0066 is the nearest web safe color code. You can see here many more shades of #ee006c color code.

RGB Chart

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

Color Table

Hex Color Code ee006c #ee006c
RGB Decimal 238, 0, 108 238, 0, 108
RGB Percent 93%, 0%, 42% rgb(93%, 0%, 42%)
CSS RGBa 238, 0, 108,1 rgba(238,0,108,1)
CMYK Model cmyk(0%,100%,55%,6.67%)
HSL Color Space 333,100% ,47% hsl(333,100% ,47%)
HSV Color Space 333°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101110 00000000 01101100
Octal 356 0 154
Decimal 238 0 108
Hex ee 00 6c

Different shades of #ee006c color code.

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

Darkest of #ee006c
#550027
Darker of #ee006c
#88003e
Dark of #ee006c
#bb0055
Base of #ee006c
#ee006c
Light of #ee006c
#ff2286
Lighter
#ff55a2
Lightest
#ff88be

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

#ee006c
#00ee82

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

Split Complementary

#ee006c
#00ee0b
#00e3ee

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

Analogous Color

#e500ee
#ee00cf
#ee006c
#ee001d
#ee4600

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

#ee006c
#006cee
#6cee00

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

#ee006c
#6cee00
#00ee82
#8200ee

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

#ee006c
#e3ee00
#00ee82
#0b00ee

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

#22000f
#550027
#88003e
#bb0055
#ee006c
#ff2286
#ff55a2
#ff88be
#ffbbda

Tints of #ee006c Color

#ee006c
#ef1c7c
#f1388c
#f3559d
#f571ad
#f78dbd
#f9aace
#fbc6de
#fde2ee
#ffffff

Shades of #ee006c color code

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

#ee006c
#d30060
#b90054
#9e0048
#84003c
#690030
#4f0024
#340018
#1a000c
#000000

Tones

#ee006c
#d6186e
#be3070
#a74773
#8f5f75

Tones

Similar Color like #ee006c color

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

#ef016d
#f0026e
#f1036f
#f20470
#f30571
#f40672
#f50773
#f60874
#f70975
#f80a76
#f90b77
#fa0c78
#fb0d79
#fc0e7a
#ed006b
#ec006a
#eb0069
#ea0068
#e90067
#e80066
#e70065
#e60064
#e50063
#e40062
#e30061
#e20060
#e1005f
#e0005e

Download this Dark Red

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

#ee006c Color Code Preview on Black Background Color

This is how #ee006c Color will look on black background color. Color contrast ratio is 4.85

#ee006c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee006c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee006c

#ee006c color code is use for CSS Background Color

Background color for the above div is #ee006c

HTML with inline CSS

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

#ee006c color code is use for CSS Border Color

CSS Border color for the above div is #ee006c

HTML with inline CSS

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

CSS Border Left color for the above div is #ee006c

HTML with inline CSS

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

CSS Border Right color for the above div is #ee006c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee006c

HTML with inline CSS

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

CSS Border Top color for the above div is #ee006c

HTML with inline CSS

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

#ee006c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee006c Color code Preview on White Background

This is how #ee006c Color code will look on white background color. Color contrast ratio is 4.33

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

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