Skip to main content Skip to docs navigation

#eb0972 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 Ruby Fire and its hex is #F20769 Nearest Color Name

Color Hue/Base color: Red

Hex #eb0972 Color code in RGB color code model is created after adding 92.16% red color, 3.53% green color and 44.71% blue color. Hex #eb0972 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 51% yellow and 7.84% black.

Hex #eb0972 color code is between #ee1177 web safe hex color code and #dd0066 web safe hex color code. #ee1177 is the nearest web safe color code. You can see here many more shades of #eb0972 color code.

RGB Chart

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

Color Table

Hex Color Code eb0972 #eb0972
RGB Decimal 235, 9, 114 235, 9, 114
RGB Percent 92%, 4%, 45% rgb(92%, 4%, 45%)
CSS RGBa 235, 9, 114,1 rgba(235,9,114,1)
CMYK Model cmyk(0%,96%,51%,7.84%)
HSL Color Space 332,93% ,48% hsl(332,93% ,48%)
HSV Color Space 332°, 96%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101011 00001001 01110010
Octal 353 11 162
Decimal 235 9 114
Hex eb 09 72

Different shades of #eb0972 color code.

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

Darkest of #eb0972
#58032b
Darker of #eb0972
#890542
Dark of #eb0972
#ba075a
Base of #eb0972
#eb0972
Light of #eb0972
#f7308c
Lighter
#f961a8
Lightest
#fb92c3

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

#eb0972
#09eb82

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

Split Complementary

#eb0972
#09eb11
#09e3eb

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

Analogous Color

#e009eb
#eb09d0
#eb0972
#eb0927
#eb4909

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

#eb0972
#0972eb
#72eb09

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

#eb0972
#72eb09
#09eb82
#8209eb

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

#eb0972
#e3eb09
#09eb82
#1109eb

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

#270113
#58032b
#890542
#ba075a
#eb0972
#f7308c
#f961a8
#fb92c3
#fdc3de

Tints of #eb0972 Color

#eb0972
#ed2481
#ef3f91
#f15ba1
#f376b0
#f691c0
#f8add0
#fac8df
#fce3ef
#ffffff

Shades of #eb0972 color code

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

#eb0972
#d00865
#b60758
#9c064c
#82053f
#680432
#4e0326
#340219
#1a010c
#000000

Tones

#eb0972
#d32174
#ba3a75
#a25277
#896b79

Tones

Similar Color like #eb0972 color

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

#ec0a73
#ed0b74
#ee0c75
#ef0d76
#f00e77
#f10f78
#f21079
#f3117a
#f4127b
#f5137c
#f6147d
#f7157e
#f8167f
#f91780
#ea0871
#e90770
#e8066f
#e7056e
#e6046d
#e5036c
#e4026b
#e3016a
#e20069
#e10068
#e00067
#df0066
#de0065
#dd0064

Download this Dark Red

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

#eb0972 Color Code Preview on Black Background Color

This is how #eb0972 Color will look on black background color. Color contrast ratio is 4.81

#eb0972 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb0972

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb0972

#eb0972 color code is use for CSS Background Color

Background color for the above div is #eb0972

HTML with inline CSS

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

#eb0972 color code is use for CSS Border Color

CSS Border color for the above div is #eb0972

HTML with inline CSS

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

CSS Border Left color for the above div is #eb0972

HTML with inline CSS

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

CSS Border Right color for the above div is #eb0972

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb0972

HTML with inline CSS

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

CSS Border Top color for the above div is #eb0972

HTML with inline CSS

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

#eb0972 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb0972 Color code Preview on White Background

This is how #eb0972 Color code will look on white background color. Color contrast ratio is 4.36

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

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