Skip to main content Skip to docs navigation

#e253cd 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 Purplish Pink and its hex is #DF4EC8 Nearest Color Name

Color Hue/Base color: Red

Hex #e253cd Color code in RGB color code model is created after adding 88.63% red color, 32.55% green color and 80.39% blue color. Hex #e253cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 9% yellow and 11.37% black.

Hex #e253cd color code is between #dd55cc web safe hex color code and #ee44dd web safe hex color code. #dd55cc is the nearest web safe color code. You can see here many more shades of #e253cd color code.

RGB Chart

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

Color Table

Hex Color Code e253cd #e253cd
RGB Decimal 226, 83, 205 226, 83, 205
RGB Percent 89%, 33%, 80% rgb(89%, 33%, 80%)
CSS RGBa 226, 83, 205,1 rgba(226,83,205,1)
CMYK Model cmyk(0%,63%,9%,11.37%)
HSL Color Space 309,71% ,61% hsl(309,71% ,61%)
HSV Color Space 309°, 63%, 89%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100010 01010011 11001101
Octal 342 123 315
Decimal 226 83 205
Hex e2 53 cd

Different shades of #e253cd color code.

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

Darkest of #e253cd
#851775
Darker of #e253cd
#b11e9c
Dark of #e253cd
#db27c0
Base of #e253cd
#e253cd
Light of #e253cd
#e97fda
Lighter
#f1aae6
Lightest
#f8d6f3

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

#e253cd
#53e268

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

Split Complementary

#e253cd
#86e253
#53e2af

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

Analogous Color

#a453e2
#bb53e2
#e253cd
#e2539d
#e25362

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

#e253cd
#53cde2
#cde253

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

#e253cd
#cde253
#53e268
#6853e2

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

#e253cd
#e2af53
#53e268
#5386e2

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

#5a0f4f
#851775
#b11e9c
#db27c0
#e253cd
#e97fda
#f1aae6
#f8d6f3
#ffffff

Tints of #e253cd Color

#e253cd
#e566d2
#e879d8
#eb8cdd
#ee9fe3
#f2b2e8
#f5c5ee
#f8d8f3
#fbebf9
#ffffff

Shades of #e253cd color code

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

#e253cd
#c849b6
#af409f
#963788
#7d2e71
#64245b
#4b1b44
#32122d
#190916
#000000

Tones

#e253cd
#ce67bf
#ba7bb1
#a68fa2
#9b9b9b

Tones

Similar Color like #e253cd color

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

#e354ce
#e455cf
#e556d0
#e657d1
#e758d2
#e859d3
#e95ad4
#ea5bd5
#eb5cd6
#ec5dd7
#ed5ed8
#ee5fd9
#ef60da
#f061db
#e152cc
#e051cb
#df50ca
#de4fc9
#dd4ec8
#dc4dc7
#db4cc6
#da4bc5
#d94ac4
#d849c3
#d748c2
#d647c1
#d546c0
#d445bf

Download this Dark Red

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

#e253cd Color Code Preview on Black Background Color

This is how #e253cd Color will look on black background color. Color contrast ratio is 6.35

#e253cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e253cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e253cd

#e253cd color code is use for CSS Background Color

Background color for the above div is #e253cd

HTML with inline CSS

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

#e253cd color code is use for CSS Border Color

CSS Border color for the above div is #e253cd

HTML with inline CSS

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

CSS Border Left color for the above div is #e253cd

HTML with inline CSS

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

CSS Border Right color for the above div is #e253cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e253cd

HTML with inline CSS

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

CSS Border Top color for the above div is #e253cd

HTML with inline CSS

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

#e253cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e253cd Color code Preview on White Background

This is how #e253cd Color code will look on white background color. Color contrast ratio is 3.31

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

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(226,83,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(83,226,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,83,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }