Skip to main content Skip to docs navigation

#eb145c 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 #eb145c Color code in RGB color code model is created after adding 92.16% red color, 7.84% green color and 36.08% blue color. Hex #eb145c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 61% yellow and 7.84% black.

Hex #eb145c color code is between #ee1155 web safe hex color code and #dd2266 web safe hex color code. #ee1155 is the nearest web safe color code. You can see here many more shades of #eb145c color code.

RGB Chart

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

Color Table

Hex Color Code eb145c #eb145c
RGB Decimal 235, 20, 92 235, 20, 92
RGB Percent 92%, 8%, 36% rgb(92%, 8%, 36%)
CSS RGBa 235, 20, 92,1 rgba(235,20,92,1)
CMYK Model cmyk(0%,91%,61%,7.84%)
HSL Color Space 340,84% ,50% hsl(340,84% ,50%)
HSV Color Space 340°, 91%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101011 00010100 01011100
Octal 353 24 134
Decimal 235 20 92
Hex eb 14 5c

Different shades of #eb145c color code.

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

Darkest of #eb145c
#5e0825
Darker of #eb145c
#8d0c37
Dark of #eb145c
#bc104a
Base of #eb145c
#eb145c
Light of #eb145c
#ef437d
Lighter
#f3729d
Lightest
#f7a1be

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

#eb145c
#14eba3

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

Split Complementary

#eb145c
#14eb38
#14c7eb

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

Analogous Color

#eb14d9
#eb14b6
#eb145c
#eb1414
#eb6d14

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

#eb145c
#145ceb
#5ceb14

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

#eb145c
#5ceb14
#14eba3
#a314eb

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

#eb145c
#c7eb14
#14eba3
#3814eb

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

#2f0412
#5e0825
#8d0c37
#bc104a
#eb145c
#ef437d
#f3729d
#f7a1be
#fbd0de

Tints of #eb145c Color

#eb145c
#ed2e6e
#ef4880
#f16292
#f37ca4
#f696b6
#f8b0c8
#facada
#fce4ec
#ffffff

Shades of #eb145c color code

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

#eb145c
#d01151
#b60f47
#9c0d3d
#820b33
#680828
#4e061e
#340414
#1a020a
#000000

Tones

#eb145c
#d12e64
#b8476d
#9e6175
#857a7e

Tones

Similar Color like #eb145c color

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

#ec155d
#ed165e
#ee175f
#ef1860
#f01961
#f11a62
#f21b63
#f31c64
#f41d65
#f51e66
#f61f67
#f72068
#f82169
#f9226a
#ea135b
#e9125a
#e81159
#e71058
#e60f57
#e50e56
#e40d55
#e30c54
#e20b53
#e10a52
#e00951
#df0850
#de074f
#dd064e

Download this Dark Red

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

#eb145c Color Code Preview on Black Background Color

This is how #eb145c Color will look on black background color. Color contrast ratio is 4.79

#eb145c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb145c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb145c

#eb145c color code is use for CSS Background Color

Background color for the above div is #eb145c

HTML with inline CSS

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

#eb145c color code is use for CSS Border Color

CSS Border color for the above div is #eb145c

HTML with inline CSS

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

CSS Border Left color for the above div is #eb145c

HTML with inline CSS

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

CSS Border Right color for the above div is #eb145c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb145c

HTML with inline CSS

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

CSS Border Top color for the above div is #eb145c

HTML with inline CSS

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

#eb145c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb145c Color code Preview on White Background

This is how #eb145c Color code will look on white background color. Color contrast ratio is 4.39

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

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