Skip to main content Skip to docs navigation

#e2128c hex color - Red - Warm color - Information

On this page
@
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 Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e2128c Color code in RGB color code model is created after adding 88.63% red color, 7.06% green color and 54.9% blue color. Hex #e2128c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 38% yellow and 11.37% black.

Hex #e2128c color code is between #dd1188 web safe hex color code and #ee2299 web safe hex color code. #dd1188 is the nearest web safe color code. You can see here many more shades of #e2128c 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 e2128c #e2128c
RGB Decimal 226, 18, 140 rgb(226, 18, 140)
RGB Percent 89%, 7%, 55% rgb(89%, 7%, 55%)
CSS RGBa 226, 18, 140,1 rgba(226,18,140,1)
CMYK Model cmyk(0%,92%,38%,11.37%)
HSL Color Space 325,85% ,48% hsl(325,85% ,48%)
HSV Color Space 325°, 92%, 89%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100010 00010010 10001100
Octal 342 22 214
Decimal 226 18 140
Hex e2 12 8c

Different shades of #e2128c color code.

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

Light Shade of #e2128c
#ef38a3
Dark Shade of #e2128c
#b30e6f
Saturated Shade of #e2128c
#ee068e
Desaturated Shade of #e2128c
#d61e8a
Grey scale Shade of #e2128c
#7a7a7a
Brighten Shade
#fb2ba5
Most Readable Shade
#FFFFFF

Shades of #e2128c color code

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

#e2128c
#c8107c
#af0e6c
#960c5d
#7d0a4d
#64083e
#4b062e
#32041f
#19020f
#000000

Similar Color like #e2128c color

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

#e3138d
#e4148e
#e5158f
#e61690
#e71791
#e81892
#e91993
#ea1a94
#eb1b95
#ec1c96
#ed1d97
#ee1e98
#ef1f99
#f0209a
#e1118b
#e0108a
#df0f89
#de0e88
#dd0d87
#dc0c86
#db0b85
#da0a84
#d90983
#d80882
#d70781
#d60680
#d5057f
#d4047e

Monochromatic Color with #e2128c

#e2128c
#0d0108
#380423
#62083d
#8d0b57
#b70f72

Tints of #e2128c Color

#e2128c
#e52c98
#e846a5
#eb61b2
#ee7bbf
#f295cb
#f5b0d8
#f8cae5
#fbe4f2
#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

#e2128c
#12e268

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

Split Complementary

#e2128c
#24e212
#12e2d0

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

Analogous Color

#e212df
#e212b6
#e2128c
#e21262
#e21239

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

#e2128c
#8ce212
#128ce2

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

#e2128c
#e2d012
#12e268
#1224e2

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

#e2128c
#12e268
#12e2d0
#e21224

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 #e2128c 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.

#e2128c Color Code Preview on Black Background Color

This is how #e2128c Color will look on black background color. Color contrast ratio is 4.70

#e2128c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2128c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2128c

#e2128c color code is use for CSS Background Color

Background color for the above div is #e2128c

HTML with inline CSS

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

#e2128c color code is use for CSS Border Color

CSS Border color for the above div is #e2128c

HTML with inline CSS

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

CSS Border Left color for the above div is #e2128c

HTML with inline CSS

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

CSS Border Right color for the above div is #e2128c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e2128c

HTML with inline CSS

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

CSS Border Top color for the above div is #e2128c

HTML with inline CSS

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

#e2128c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e2128c Color code Preview on White Background

This is how #e2128c Color code will look on white background color. Color contrast ratio is 4.47

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

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(226,18,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,226,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,18,140,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.