Skip to main content Skip to docs navigation

#ea0679 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 #ea0679 Color code in RGB color code model is created after adding 91.76% red color, 2.35% green color and 47.45% blue color. Hex #ea0679 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 48% yellow and 8.24% black.

Hex #ea0679 color code is between #ee0077 web safe hex color code and #dd0088 web safe hex color code. #ee0077 is the nearest web safe color code. You can see here many more shades of #ea0679 color code.

RGB Chart

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

Color Table

Hex Color Code ea0679 #ea0679
RGB Decimal 234, 6, 121 234, 6, 121
RGB Percent 92%, 2%, 47% rgb(92%, 2%, 47%)
CSS RGBa 234, 6, 121,1 rgba(234,6,121,1)
CMYK Model cmyk(0%,97%,48%,8.24%)
HSL Color Space 330,95% ,47% hsl(330,95% ,47%)
HSV Color Space 330°, 97%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 00000110 01111001
Octal 352 6 171
Decimal 234 6 121
Hex ea 06 79

Different shades of #ea0679 color code.

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

Darkest of #ea0679
#55022c
Darker of #ea0679
#870346
Dark of #ea0679
#b8055f
Base of #ea0679
#ea0679
Light of #ea0679
#fa2992
Lighter
#fb5bac
Lightest
#fc8dc5

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

#ea0679
#06ea77

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

Split Complementary

#ea0679
#07ea06
#06eae9

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

Analogous Color

#d606ea
#ea06d8
#ea0679
#ea062d
#ea3e06

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

#ea0679
#0679ea
#79ea06

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

#ea0679
#79ea06
#06ea77
#7706ea

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

#ea0679
#eae906
#06ea77
#0607ea

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

#230112
#55022c
#870346
#b8055f
#ea0679
#fa2992
#fb5bac
#fc8dc5
#fdbfde

Tints of #ea0679 Color

#ea0679
#ec2187
#ee3d96
#f159a5
#f374b4
#f590c3
#f8acd2
#fac7e1
#fce3f0
#ffffff

Shades of #ea0679 color code

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

#ea0679
#d0056b
#b6045e
#9c0450
#820343
#680235
#4e0228
#34011a
#1a000d
#000000

Tones

#ea0679
#d21e79
#ba3679
#a24e78
#8a6678

Tones

Similar Color like #ea0679 color

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

#eb077a
#ec087b
#ed097c
#ee0a7d
#ef0b7e
#f00c7f
#f10d80
#f20e81
#f30f82
#f41083
#f51184
#f61285
#f71386
#f81487
#e90578
#e80477
#e70376
#e60275
#e50174
#e40073
#e30072
#e20071
#e10070
#e0006f
#df006e
#de006d
#dd006c
#dc006b

Download this Dark Red

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

#ea0679 Color Code Preview on Black Background Color

This is how #ea0679 Color will look on black background color. Color contrast ratio is 4.80

#ea0679 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea0679

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea0679

#ea0679 color code is use for CSS Background Color

Background color for the above div is #ea0679

HTML with inline CSS

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

#ea0679 color code is use for CSS Border Color

CSS Border color for the above div is #ea0679

HTML with inline CSS

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

CSS Border Left color for the above div is #ea0679

HTML with inline CSS

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

CSS Border Right color for the above div is #ea0679

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea0679

HTML with inline CSS

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

CSS Border Top color for the above div is #ea0679

HTML with inline CSS

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

#ea0679 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea0679 Color code Preview on White Background

This is how #ea0679 Color code will look on white background color. Color contrast ratio is 4.37

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

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