Skip to main content Skip to docs navigation

#eb384f 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 Desire and its hex is #EA3C53 Nearest Color Name

Color Hue/Base color: Red

Hex #eb384f Color code in RGB color code model is created after adding 92.16% red color, 21.96% green color and 30.98% blue color. Hex #eb384f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 66% yellow and 7.84% black.

Hex #eb384f color code is between #ee3355 web safe hex color code and #dd4444 web safe hex color code. #ee3355 is the nearest web safe color code. You can see here many more shades of #eb384f color code.

RGB Chart

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

Color Table

Hex Color Code eb384f #eb384f
RGB Decimal 235, 56, 79 235, 56, 79
RGB Percent 92%, 22%, 31% rgb(92%, 22%, 31%)
CSS RGBa 235, 56, 79,1 rgba(235,56,79,1)
CMYK Model cmyk(0%,76%,66%,7.84%)
HSL Color Space 352,82% ,57% hsl(352,82% ,57%)
HSV Color Space 352°, 76%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101011 00111000 01001111
Octal 353 70 117
Decimal 235 56 79
Hex eb 38 4f

Different shades of #eb384f color code.

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

Darkest of #eb384f
#7d0d1b
Darker of #eb384f
#ac1125
Dark of #eb384f
#da162f
Base of #eb384f
#eb384f
Light of #eb384f
#f06678
Lighter
#f495a1
Lightest
#f9c3ca

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

#eb384f
#38ebd4

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

Split Complementary

#eb384f
#38eb7b
#38a9eb

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

Analogous Color

#eb38b7
#eb389a
#eb384f
#eb5d38
#eba738

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

#eb384f
#384feb
#4feb38

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

#eb384f
#4feb38
#38ebd4
#d438eb

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

#eb384f
#a9eb38
#38ebd4
#7b38eb

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

#4f0811
#7d0d1b
#ac1125
#da162f
#eb384f
#f06678
#f495a1
#f9c3ca
#fef1f3

Tints of #eb384f Color

#eb384f
#ed4e62
#ef6476
#f17a89
#f3909d
#f6a6b0
#f8bcc4
#fad2d7
#fce8eb
#ffffff

Shades of #eb384f color code

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

#eb384f
#d03146
#b62b3d
#9c2534
#821f2b
#681823
#4e121a
#340c11
#1a0608
#000000

Tones

#eb384f
#d54e5f
#bf6470
#a97a80
#939090

Tones

Similar Color like #eb384f color

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

#ec3950
#ed3a51
#ee3b52
#ef3c53
#f03d54
#f13e55
#f23f56
#f34057
#f44158
#f54259
#f6435a
#f7445b
#f8455c
#f9465d
#ea374e
#e9364d
#e8354c
#e7344b
#e6334a
#e53249
#e43148
#e33047
#e22f46
#e12e45
#e02d44
#df2c43
#de2b42
#dd2a41

Download this Dark Red

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

#eb384f Color Code Preview on Black Background Color

This is how #eb384f Color will look on black background color. Color contrast ratio is 5.21

#eb384f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb384f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb384f

#eb384f color code is use for CSS Background Color

Background color for the above div is #eb384f

HTML with inline CSS

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

#eb384f color code is use for CSS Border Color

CSS Border color for the above div is #eb384f

HTML with inline CSS

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

CSS Border Left color for the above div is #eb384f

HTML with inline CSS

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

CSS Border Right color for the above div is #eb384f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb384f

HTML with inline CSS

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

CSS Border Top color for the above div is #eb384f

HTML with inline CSS

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

#eb384f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb384f Color code Preview on White Background

This is how #eb384f Color code will look on white background color. Color contrast ratio is 4.03

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

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