Skip to main content Skip to docs navigation

#ea628a 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 Coral Paradise and its hex is #E76682 Nearest Color Name

Color Hue/Base color: Red

Hex #ea628a Color code in RGB color code model is created after adding 91.76% red color, 38.43% green color and 54.12% blue color. Hex #ea628a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 41% yellow and 8.24% black.

Hex #ea628a color code is between #ee6688 web safe hex color code and #dd5599 web safe hex color code. #ee6688 is the nearest web safe color code. You can see here many more shades of #ea628a color code.

RGB Chart

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

Color Table

Hex Color Code ea628a #ea628a
RGB Decimal 234, 98, 138 234, 98, 138
RGB Percent 92%, 38%, 54% rgb(92%, 38%, 54%)
CSS RGBa 234, 98, 138,1 rgba(234,98,138,1)
CMYK Model cmyk(0%,58%,41%,8.24%)
HSL Color Space 342,76% ,65% hsl(342,76% ,65%)
HSV Color Space 342°, 58%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 01100010 10001010
Octal 352 142 212
Decimal 234 98 138
Hex ea 62 8a

Different shades of #ea628a color code.

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

Darkest of #ea628a
#9e153d
Darker of #ea628a
#cb1b4f
Dark of #ea628a
#e43568
Base of #ea628a
#ea628a
Light of #ea628a
#f08fac
Lighter
#f6bccd
Lightest
#fce9ef

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

#ea628a
#62eac2

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

Split Complementary

#ea628a
#62ea7e
#62ceea

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

Analogous Color

#ea62d9
#ea62c3
#ea628a
#ea6762
#eaa062

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

#ea628a
#628aea
#8aea62

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

#ea628a
#8aea62
#62eac2
#c262ea

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

#ea628a
#ceea62
#62eac2
#7e62ea

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

#710f2c
#9e153d
#cb1b4f
#e43568
#ea628a
#f08fac
#f6bccd
#fce9ef
#ffffff

Tints of #ea628a Color

#ea628a
#ec7397
#ee84a4
#f196b1
#f3a7be
#f5b9cb
#f8cad8
#fadce5
#fcedf2
#ffffff

Shades of #ea628a color code

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

#ea628a
#d0577a
#b64c6b
#9c415c
#82364c
#682b3d
#4e202e
#34151e
#1a0a0f
#000000

Tones

#ea628a
#d87491
#c68699
#b597a0
#a6a6a6

Tones

Similar Color like #ea628a color

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

#eb638b
#ec648c
#ed658d
#ee668e
#ef678f
#f06890
#f16991
#f26a92
#f36b93
#f46c94
#f56d95
#f66e96
#f76f97
#f87098
#e96189
#e86088
#e75f87
#e65e86
#e55d85
#e45c84
#e35b83
#e25a82
#e15981
#e05880
#df577f
#de567e
#dd557d
#dc547c

Download this Dark Red

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

#ea628a Color Code Preview on Black Background Color

This is how #ea628a Color will look on black background color. Color contrast ratio is 6.61

#ea628a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea628a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea628a

#ea628a color code is use for CSS Background Color

Background color for the above div is #ea628a

HTML with inline CSS

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

#ea628a color code is use for CSS Border Color

CSS Border color for the above div is #ea628a

HTML with inline CSS

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

CSS Border Left color for the above div is #ea628a

HTML with inline CSS

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

CSS Border Right color for the above div is #ea628a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea628a

HTML with inline CSS

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

CSS Border Top color for the above div is #ea628a

HTML with inline CSS

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

#ea628a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea628a Color code Preview on White Background

This is how #ea628a Color code will look on white background color. Color contrast ratio is 3.18

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

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(234,98,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,234,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,98,138,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }