@
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.

#e5216a hex color - Red - Warm color - Information

#e5216a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e5216a Color code in RGB color code model is created after adding 89.8% red color, 12.94% green color and 41.57% blue color. Hex #e5216a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 54% yellow and 10.2% black.

Hex #e5216a color code is between #dd2266 web safe hex color code and #ee1177 web safe hex color code. #dd2266 is the nearest web safe color code. You can see here many more shades of #e5216a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code e5216a #e5216a
RGB Decimal 229, 33, 106 rgb(229, 33, 106)
RGB Percent 90%, 13%, 42% rgb(90%, 13%, 42%)
CSS RGBa 229, 33, 106,1 rgba(229,33,106,1)
CMYK Model cmyk(0%,86%,54%,10.2%)
HSL Color Space 338,79% ,51% hsl(338,79% ,51%)
HSV Color Space 338°, 86%, 90%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100101 00100001 01101010
Octal 345 41 152
Decimal 229 33 106
Hex e5 21 6a

Different shades of #e5216a color code.

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

Light Shade of #e5216a
#ea4f89
Dark Shade of #e5216a
#bd1654
Saturated Shade of #e5216a
#f11567
Desaturated Shade of #e5216a
#d92d6d
Grey scale Shade of #e5216a
#838383
Brighten Shade
#fe3a83
Most Readable Shade
#FFFFFF

Shades of #e5216a color code

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

#e5216a
#cb1d5e
#b21952
#981646
#7f123a
#650e2f
#4c0b23
#320717
#19030b
#000000

Similar Color like #e5216a color

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

#e6226b
#e7236c
#e8246d
#e9256e
#ea266f
#eb2770
#ec2871
#ed2972
#ee2a73
#ef2b74
#f02c75
#f12d76
#f22e77
#f32f78
#e42069
#e31f68
#e21e67
#e11d66
#e01c65
#df1b64
#de1a63
#dd1962
#dc1861
#db1760
#da165f
#d9155e
#d8145d
#d7135c

Monochromatic Color with #e5216a

#e5216a
#100208
#3b091b
#650f2f
#901543
#ba1b56

Tints of #e5216a Color

#e5216a
#e7397a
#ea528b
#ed6b9b
#f083ac
#f39cbc
#f6b5cd
#f9cddd
#fce6ee
#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

#e5216a
#21e59c

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

Split Complementary

#e5216a
#21e53a
#21cce5

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

Analogous Color

#e521b8
#e52191
#e5216a
#e52143
#e52621

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

#e5216a
#6ae521
#216ae5

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

#e5216a
#cce521
#21e59c
#3a21e5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#e5216a
#21e59c
#21cce5
#e53a21

Double Complementary 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).

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

#e5216a Color Code Preview on Black Background Color

This is how #e5216a Color will look on black background color. Color contrast ratio is 4.76

#e5216a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5216a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5216a

#e5216a color code is use for CSS Background Color

Background color for the above div is #e5216a

HTML with inline CSS

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

#e5216a color code is use for CSS Border Color

CSS Border color for the above div is #e5216a

HTML with inline CSS

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

CSS Border Left color for the above div is #e5216a

HTML with inline CSS

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

CSS Border Right color for the above div is #e5216a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e5216a

HTML with inline CSS

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

CSS Border Top color for the above div is #e5216a

HTML with inline CSS

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

#e5216a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e5216a Color code Preview on White Background

This is how #e5216a Color code will look on white background color. Color contrast ratio is 4.41

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(229,33,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(33,229,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(229,33,106,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.