Skip to main content Skip to docs navigation

#ea218f hex color | Download Dark Violet 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 Pinkinity and its hex is #E82A8E Nearest Color Name

Color Hue/Base color: Violet

Hex #ea218f Color code in RGB color code model is created after adding 91.76% red color, 12.94% green color and 56.08% blue color. Hex #ea218f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 39% yellow and 8.24% black.

Hex #ea218f color code is between #ee2288 web safe hex color code and #dd1199 web safe hex color code. #ee2288 is the nearest web safe color code. You can see here many more shades of #ea218f color code.

RGB Chart

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

Color Table

Hex Color Code ea218f #ea218f
RGB Decimal 234, 33, 143 234, 33, 143
RGB Percent 92%, 13%, 56% rgb(92%, 13%, 56%)
CSS RGBa 234, 33, 143,1 rgba(234,33,143,1)
CMYK Model cmyk(0%,86%,39%,8.24%)
HSL Color Space 327,83% ,52% hsl(327,83% ,52%)
HSV Color Space 327°, 86%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 00100001 10001111
Octal 352 41 217
Decimal 234 33 143
Hex ea 21 8f

Different shades of #ea218f color code.

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

Darkest of #ea218f
#680a3d
Darker of #ea218f
#970e59
Dark of #ea218f
#c51374
Base of #ea218f
#ea218f
Light of #ea218f
#ee50a7
Lighter
#f37ebe
Lightest
#f7add6

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

#ea218f
#21ea7c

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

Split Complementary

#ea218f
#2aea21
#21eae0

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

Analogous Color

#d021ea
#ea21e3
#ea218f
#ea214c
#ea4a21

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

#ea218f
#218fea
#8fea21

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

#ea218f
#8fea21
#21ea7c
#7c21ea

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

#ea218f
#eae021
#21ea7c
#212aea

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

#3a0522
#680a3d
#970e59
#c51374
#ea218f
#ee50a7
#f37ebe
#f7add6
#fcdbed

Tints of #ea218f Color

#ea218f
#ec399b
#ee52a7
#f16bb4
#f383c0
#f59ccd
#f8b5d9
#facde6
#fce6f2
#ffffff

Shades of #ea218f color code

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

#ea218f
#d01d7f
#b6196f
#9c165f
#82124f
#680e3f
#4e0b2f
#34071f
#1a030f
#000000

Tones

#ea218f
#d2398d
#b9528a
#a16a88
#898286

Tones

Similar Color like #ea218f color

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

#eb2290
#ec2391
#ed2492
#ee2593
#ef2694
#f02795
#f12896
#f22997
#f32a98
#f42b99
#f52c9a
#f62d9b
#f72e9c
#f82f9d
#e9208e
#e81f8d
#e71e8c
#e61d8b
#e51c8a
#e41b89
#e31a88
#e21987
#e11886
#e01785
#df1684
#de1583
#dd1482
#dc1381

Download this Dark Violet

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

#ea218f Color Code Preview on Black Background Color

This is how #ea218f Color will look on black background color. Color contrast ratio is 5.11

#ea218f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea218f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea218f

#ea218f color code is use for CSS Background Color

Background color for the above div is #ea218f

HTML with inline CSS

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

#ea218f color code is use for CSS Border Color

CSS Border color for the above div is #ea218f

HTML with inline CSS

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

CSS Border Left color for the above div is #ea218f

HTML with inline CSS

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

CSS Border Right color for the above div is #ea218f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea218f

HTML with inline CSS

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

CSS Border Top color for the above div is #ea218f

HTML with inline CSS

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

#ea218f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea218f Color code Preview on White Background

This is how #ea218f Color code will look on white background color. Color contrast ratio is 4.11

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

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