Skip to main content Skip to docs navigation

#ee185e 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 Red Wrath and its hex is #EE1155 Nearest Color Name

Color Hue/Base color: Red

Hex #ee185e Color code in RGB color code model is created after adding 93.33% red color, 9.41% green color and 36.86% blue color. Hex #ee185e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 61% yellow and 6.67% black.

Hex #ee185e color code is between #dd1166 web safe hex color code and #ff2255 web safe hex color code. #dd1166 is the nearest web safe color code. You can see here many more shades of #ee185e color code.

RGB Chart

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

Color Table

Hex Color Code ee185e #ee185e
RGB Decimal 238, 24, 94 238, 24, 94
RGB Percent 93%, 9%, 37% rgb(93%, 9%, 37%)
CSS RGBa 238, 24, 94,1 rgba(238,24,94,1)
CMYK Model cmyk(0%,90%,61%,6.67%)
HSL Color Space 340,86% ,51% hsl(340,86% ,51%)
HSV Color Space 340°, 90%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101110 00011000 01011110
Octal 356 30 136
Decimal 238 24 94
Hex ee 18 5e

Different shades of #ee185e color code.

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

Darkest of #ee185e
#660726
Darker of #ee185e
#950b38
Dark of #ee185e
#c50e4a
Base of #ee185e
#ee185e
Light of #ee185e
#f1477f
Lighter
#f577a0
Lightest
#f8a7c1

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

#ee185e
#18eea8

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

Split Complementary

#ee185e
#18ee3d
#18c9ee

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

Analogous Color

#ee18db
#ee18b7
#ee185e
#ee1918
#ee7218

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

#ee185e
#185eee
#5eee18

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

#ee185e
#5eee18
#18eea8
#a818ee

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

#ee185e
#c9ee18
#18eea8
#3d18ee

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

#360414
#660726
#950b38
#c50e4a
#ee185e
#f1477f
#f577a0
#f8a7c1
#fcd6e2

Tints of #ee185e Color

#ee185e
#ef316f
#f14b81
#f36593
#f57ea5
#f798b7
#f9b2c9
#fbcbdb
#fde5ed
#ffffff

Shades of #ee185e color code

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

#ee185e
#d31553
#b91249
#9e103e
#840d34
#690a29
#4f081f
#340514
#1a020a
#000000

Tones

#ee185e
#d53167
#bc4a6f
#a46278
#8b7b80

Tones

Similar Color like #ee185e color

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

#ef195f
#f01a60
#f11b61
#f21c62
#f31d63
#f41e64
#f51f65
#f62066
#f72167
#f82268
#f92369
#fa246a
#fb256b
#fc266c
#ed175d
#ec165c
#eb155b
#ea145a
#e91359
#e81258
#e71157
#e61056
#e50f55
#e40e54
#e30d53
#e20c52
#e10b51
#e00a50

Download this Dark Red

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

#ee185e Color Code Preview on Black Background Color

This is how #ee185e Color will look on black background color. Color contrast ratio is 4.93

#ee185e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee185e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee185e

#ee185e color code is use for CSS Background Color

Background color for the above div is #ee185e

HTML with inline CSS

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

#ee185e color code is use for CSS Border Color

CSS Border color for the above div is #ee185e

HTML with inline CSS

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

CSS Border Left color for the above div is #ee185e

HTML with inline CSS

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

CSS Border Right color for the above div is #ee185e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee185e

HTML with inline CSS

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

CSS Border Top color for the above div is #ee185e

HTML with inline CSS

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

#ee185e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee185e Color code Preview on White Background

This is how #ee185e Color code will look on white background color. Color contrast ratio is 4.26

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

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