Skip to main content Skip to docs navigation

#eb146b 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 Borderline Pink and its hex is #EE1166 Nearest Color Name

Color Hue/Base color: Red

Hex #eb146b Color code in RGB color code model is created after adding 92.16% red color, 7.84% green color and 41.96% blue color. Hex #eb146b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 54% yellow and 7.84% black.

Hex #eb146b color code is between #ee1166 web safe hex color code and #dd2277 web safe hex color code. #ee1166 is the nearest web safe color code. You can see here many more shades of #eb146b color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11101011 00010100 01101011
Octal 353 24 153
Decimal 235 20 107
Hex eb 14 6b

Different shades of #eb146b color code.

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

Darkest of #eb146b
#5e082b
Darker of #eb146b
#8d0c40
Dark of #eb146b
#bc1056
Base of #eb146b
#eb146b
Light of #eb146b
#ef4389
Lighter
#f372a6
Lightest
#f7a1c4

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

#eb146b
#14eb94

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

Split Complementary

#eb146b
#14eb29
#14d6eb

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

Analogous Color

#eb14e8
#eb14c5
#eb146b
#eb1423
#eb5e14

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

#eb146b
#146beb
#6beb14

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

#eb146b
#6beb14
#14eb94
#9414eb

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

#eb146b
#d6eb14
#14eb94
#2914eb

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

#2f0415
#5e082b
#8d0c40
#bc1056
#eb146b
#ef4389
#f372a6
#f7a1c4
#fbd0e1

Tints of #eb146b Color

#eb146b
#ed2e7b
#ef488b
#f1629c
#f37cac
#f696bd
#f8b0cd
#facade
#fce4ee
#ffffff

Shades of #eb146b color code

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

#eb146b
#d0115f
#b60f53
#9c0d47
#820b3b
#68082f
#4e0623
#340417
#1a020b
#000000

Tones

#eb146b
#d12e70
#b84775
#9e617a
#857a7e

Tones

Similar Color like #eb146b color

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

#ec156c
#ed166d
#ee176e
#ef186f
#f01970
#f11a71
#f21b72
#f31c73
#f41d74
#f51e75
#f61f76
#f72077
#f82178
#f92279
#ea136a
#e91269
#e81168
#e71067
#e60f66
#e50e65
#e40d64
#e30c63
#e20b62
#e10a61
#e00960
#df085f
#de075e
#dd065d

Download this Dark Red

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

#eb146b Color Code Preview on Black Background Color

This is how #eb146b Color will look on black background color. Color contrast ratio is 4.84

#eb146b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb146b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb146b

#eb146b color code is use for CSS Background Color

Background color for the above div is #eb146b

HTML with inline CSS

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

#eb146b color code is use for CSS Border Color

CSS Border color for the above div is #eb146b

HTML with inline CSS

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

CSS Border Left color for the above div is #eb146b

HTML with inline CSS

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

CSS Border Right color for the above div is #eb146b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb146b

HTML with inline CSS

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

CSS Border Top color for the above div is #eb146b

HTML with inline CSS

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

#eb146b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb146b Color code Preview on White Background

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

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