Skip to main content Skip to docs navigation

#eb70cd 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 Pantone 224 C and its hex is #EB6FBD Nearest Color Name

Color Hue/Base color: Red

Hex #eb70cd Color code in RGB color code model is created after adding 92.16% red color, 43.92% green color and 80.39% blue color. Hex #eb70cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 13% yellow and 7.84% black.

Hex #eb70cd color code is between #ee77cc web safe hex color code and #dd66dd web safe hex color code. #ee77cc is the nearest web safe color code. You can see here many more shades of #eb70cd color code.

RGB Chart

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

Color Table

Hex Color Code eb70cd #eb70cd
RGB Decimal 235, 112, 205 235, 112, 205
RGB Percent 92%, 44%, 80% rgb(92%, 44%, 80%)
CSS RGBa 235, 112, 205,1 rgba(235,112,205,1)
CMYK Model cmyk(0%,52%,13%,7.84%)
HSL Color Space 315,75% ,68% hsl(315,75% ,68%)
HSV Color Space 315°, 52%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101011 01110000 11001101
Octal 353 160 315
Decimal 235 112 205
Hex eb 70 cd

Different shades of #eb70cd color code.

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

Darkest of #eb70cd
#aa1887
Darker of #eb70cd
#d71eaa
Dark of #eb70cd
#e543bd
Base of #eb70cd
#eb70cd
Light of #eb70cd
#f19ddd
Lighter
#f8c9ec
Lightest
#fef6fc

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

#eb70cd
#70eb8e

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

Split Complementary

#eb70cd
#90eb70
#70ebcb

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

Analogous Color

#c170eb
#d670eb
#eb70cd
#eb70a4
#eb7071

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

#eb70cd
#70cdeb
#cdeb70

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

#eb70cd
#cdeb70
#70eb8e
#8e70eb

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

#eb70cd
#ebcb70
#70eb8e
#7090eb

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

#7d1263
#aa1887
#d71eaa
#e543bd
#eb70cd
#f19ddd
#f8c9ec
#fef6fc
#ffffff

Tints of #eb70cd Color

#eb70cd
#ed7fd2
#ef8fd8
#f19fdd
#f3afe3
#f6bfe8
#f8cfee
#fadff3
#fceff9
#ffffff

Shades of #eb70cd color code

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

#eb70cd
#d063b6
#b6579f
#9c4a88
#823e71
#68315b
#4e2544
#34182d
#1a0c16
#000000

Tones

#eb70cd
#db80c5
#ca91bc
#baa1b4
#aeaeae

Tones

Similar Color like #eb70cd color

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

#ec71ce
#ed72cf
#ee73d0
#ef74d1
#f075d2
#f176d3
#f277d4
#f378d5
#f479d6
#f57ad7
#f67bd8
#f77cd9
#f87dda
#f97edb
#ea6fcc
#e96ecb
#e86dca
#e76cc9
#e66bc8
#e56ac7
#e469c6
#e368c5
#e267c4
#e166c3
#e065c2
#df64c1
#de63c0
#dd62bf

Download this Dark Red

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

#eb70cd Color Code Preview on Black Background Color

This is how #eb70cd Color will look on black background color. Color contrast ratio is 7.73

#eb70cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb70cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb70cd

#eb70cd color code is use for CSS Background Color

Background color for the above div is #eb70cd

HTML with inline CSS

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

#eb70cd color code is use for CSS Border Color

CSS Border color for the above div is #eb70cd

HTML with inline CSS

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

CSS Border Left color for the above div is #eb70cd

HTML with inline CSS

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

CSS Border Right color for the above div is #eb70cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb70cd

HTML with inline CSS

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

CSS Border Top color for the above div is #eb70cd

HTML with inline CSS

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

#eb70cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb70cd Color code Preview on White Background

This is how #eb70cd Color code will look on white background color. Color contrast ratio is 2.72

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

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