Skip to main content Skip to docs navigation

#ea808a hex color | Download Light 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 Dimple and its hex is #E9808B Nearest Color Name

Color Hue/Base color: Red

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

Hex #ea808a color code is between #ee8888 web safe hex color code and #dd7799 web safe hex color code. #ee8888 is the nearest web safe color code. You can see here many more shades of #ea808a color code.

RGB Chart

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

Color Table

Hex Color Code ea808a #ea808a
RGB Decimal 234, 128, 138 234, 128, 138
RGB Percent 92%, 50%, 54% rgb(92%, 50%, 54%)
CSS RGBa 234, 128, 138,1 rgba(234,128,138,1)
CMYK Model cmyk(0%,45%,41%,8.24%)
HSL Color Space 354,72% ,71% hsl(354,72% ,71%)
HSV Color Space 354°, 45%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 10000000 10001010
Octal 352 200 212
Decimal 234 128 138
Hex ea 80 8a

Different shades of #ea808a color code.

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

Darkest of #ea808a
#b31e2c
Darker of #ea808a
#dc2839
Dark of #ea808a
#e35462
Base of #ea808a
#ea808a
Light of #ea808a
#f1acb2
Lighter
#f8d8db
Lightest
#ffffff

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

#ea808a
#80eae0

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

Split Complementary

#ea808a
#80eaab
#80bfea

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

Analogous Color

#ea80c8
#ea80b6
#ea808a
#ea9980
#eac580

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

#ea808a
#808aea
#8aea80

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

#ea808a
#8aea80
#80eae0
#e080ea

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

#ea808a
#bfea80
#80eae0
#ab80ea

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

#881621
#b31e2c
#dc2839
#e35462
#ea808a
#f1acb2
#f8d8db
#ffffff
#ffffff

Tints of #ea808a Color

#ea808a
#ec8e97
#ee9ca4
#f1aab1
#f3b8be
#f5c6cb
#f8d4d8
#fae2e5
#fcf0f2
#ffffff

Shades of #ea808a color code

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

#ea808a
#d0717a
#b6636b
#9c555c
#82474c
#68383d
#4e2a2e
#341c1e
#1a0e0f
#000000

Tones

#ea808a
#db8f96
#cc9ea2
#beacae
#b5b5b5

Tones

Similar Color like #ea808a color

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

#eb818b
#ec828c
#ed838d
#ee848e
#ef858f
#f08690
#f18791
#f28892
#f38993
#f48a94
#f58b95
#f68c96
#f78d97
#f88e98
#e97f89
#e87e88
#e77d87
#e67c86
#e57b85
#e47a84
#e37983
#e27882
#e17781
#e07680
#df757f
#de747e
#dd737d
#dc727c

Download this Light Red

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

#ea808a Color Code Preview on Black Background Color

This is how #ea808a Color will look on black background color. Color contrast ratio is 7.95

#ea808a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea808a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea808a

#ea808a color code is use for CSS Background Color

Background color for the above div is #ea808a

HTML with inline CSS

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

#ea808a color code is use for CSS Border Color

CSS Border color for the above div is #ea808a

HTML with inline CSS

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

CSS Border Left color for the above div is #ea808a

HTML with inline CSS

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

CSS Border Right color for the above div is #ea808a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea808a

HTML with inline CSS

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

CSS Border Top color for the above div is #ea808a

HTML with inline CSS

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

#ea808a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea808a Color code Preview on White Background

This is how #ea808a Color code will look on white background color. Color contrast ratio is 2.64

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

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