Skip to main content Skip to docs navigation

#eb295e 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 Mellow Melon and its hex is #EE2266 Nearest Color Name

Color Hue/Base color: Red

Hex #eb295e Color code in RGB color code model is created after adding 92.16% red color, 16.08% green color and 36.86% blue color. Hex #eb295e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 60% yellow and 7.84% black.

Hex #eb295e color code is between #ee2266 web safe hex color code and #dd3355 web safe hex color code. #ee2266 is the nearest web safe color code. You can see here many more shades of #eb295e color code.

RGB Chart

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

Color Table

Hex Color Code eb295e #eb295e
RGB Decimal 235, 41, 94 235, 41, 94
RGB Percent 92%, 16%, 37% rgb(92%, 16%, 37%)
CSS RGBa 235, 41, 94,1 rgba(235,41,94,1)
CMYK Model cmyk(0%,83%,60%,7.84%)
HSL Color Space 344,83% ,54% hsl(344,83% ,54%)
HSV Color Space 344°, 83%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101011 00101001 01011110
Octal 353 51 136
Decimal 235 41 94
Hex eb 29 5e

Different shades of #eb295e color code.

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

Darkest of #eb295e
#710b26
Darker of #eb295e
#9f0f36
Dark of #eb295e
#ce1346
Base of #eb295e
#eb295e
Light of #eb295e
#ef5881
Lighter
#f486a4
Lightest
#f8b5c7

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

#eb295e
#29ebb6

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

Split Complementary

#eb295e
#29eb55
#29bfeb

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

Analogous Color

#eb29cf
#eb29af
#eb295e
#eb3529
#eb8629

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

#eb295e
#295eeb
#5eeb29

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

#eb295e
#5eeb29
#29ebb6
#b629eb

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

#eb295e
#bfeb29
#29ebb6
#5529eb

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

#420616
#710b26
#9f0f36
#ce1346
#eb295e
#ef5881
#f486a4
#f8b5c7
#fce4ea

Tints of #eb295e Color

#eb295e
#ed406f
#ef5881
#f17093
#f388a5
#f69fb7
#f8b7c9
#facfdb
#fce7ed
#ffffff

Shades of #eb295e color code

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

#eb295e
#d02453
#b61f49
#9c1b3e
#821634
#681229
#4e0d1f
#340914
#1a040a
#000000

Tones

#eb295e
#d44069
#bc5873
#a56f7e
#8d8788

Tones

Similar Color like #eb295e color

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

#ec2a5f
#ed2b60
#ee2c61
#ef2d62
#f02e63
#f12f64
#f23065
#f33166
#f43267
#f53368
#f63469
#f7356a
#f8366b
#f9376c
#ea285d
#e9275c
#e8265b
#e7255a
#e62459
#e52358
#e42257
#e32156
#e22055
#e11f54
#e01e53
#df1d52
#de1c51
#dd1b50

Download this Dark Red

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

#eb295e Color Code Preview on Black Background Color

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

#eb295e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb295e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb295e

#eb295e color code is use for CSS Background Color

Background color for the above div is #eb295e

HTML with inline CSS

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

#eb295e color code is use for CSS Border Color

CSS Border color for the above div is #eb295e

HTML with inline CSS

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

CSS Border Left color for the above div is #eb295e

HTML with inline CSS

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

CSS Border Right color for the above div is #eb295e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb295e

HTML with inline CSS

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

CSS Border Top color for the above div is #eb295e

HTML with inline CSS

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

#eb295e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb295e Color code Preview on White Background

This is how #eb295e Color code will look on white background color. Color contrast ratio is 4.19

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

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