Skip to main content Skip to docs navigation

#e85ddc 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 Hue/Base color: Red

Hex #e85ddc Color code in RGB color code model is created after adding 90.98% red color, 36.47% green color and 86.27% blue color. Hex #e85ddc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 5% yellow and 9.02% black.

Hex #e85ddc color code is between #ee55dd web safe hex color code and #dd66cc web safe hex color code. #ee55dd is the nearest web safe color code. You can see here many more shades of #e85ddc 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 e85ddc #e85ddc
RGB Decimal 232, 93, 220 rgb(232, 93, 220)
RGB Percent 91%, 36%, 86% rgb(91%, 36%, 86%)
CSS RGBa 232, 93, 220,1 rgba(232,93,220,1)
CMYK Model cmyk(0%,60%,5%,9.02%)
HSL Color Space 305,75% ,64% hsl(305,75% ,64%)
HSV Color Space 305°, 60%, 91%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101000 01011101 11011100
Octal 350 135 334
Decimal 232 93 220
Hex e8 5d dc

Different shades of #e85ddc color code.

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

Light Shade of #e85ddc
#ee8ae6
Dark Shade of #e85ddc
#e230d2
Saturated Shade of #e85ddc
#f154e4
Desaturated Shade of #e85ddc
#df66d4
Grey scale Shade of #e85ddc
#a2a2a2
Brighten Shade
#ff76f5
Most Readable Shade
#000000

Shades of #e85ddc color code

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

#e85ddc
#ce52c3
#b448ab
#9a3e92
#80337a
#672961
#4d1f49
#331430
#190a18
#000000

Similar Color like #e85ddc color

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

#e95edd
#ea5fde
#eb60df
#ec61e0
#ed62e1
#ee63e2
#ef64e3
#f065e4
#f166e5
#f267e6
#f368e7
#f469e8
#f56ae9
#f66bea
#e75cdb
#e65bda
#e55ad9
#e459d8
#e358d7
#e257d6
#e156d5
#e055d4
#df54d3
#de53d2
#dd52d1
#dc51d0
#db50cf
#da4fce

Monochromatic Color with #e85ddc

#e85ddc
#130812
#3e193b
#682a63
#933b8b
#bd4cb4

Tints of #e85ddc Color

#e85ddc
#ea6fdf
#ed81e3
#ef93e7
#f2a5eb
#f4b7ef
#f7c9f3
#f9dbf7
#fcedfb
#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

#e85ddc
#5de869

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

Split Complementary

#e85ddc
#97e85d
#5de8ae

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

Analogous Color

#bc5de8
#d85de8
#e85ddc
#e85dc0
#e85da4

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

#e85ddc
#dce85d
#5ddce8

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

#e85ddc
#e8ae5d
#5de869
#5d96e8

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

#e85ddc
#5de869
#5de8ae
#e85d97

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

#e85ddc Color Code Preview on Black Background Color

This is how #e85ddc Color will look on black background color. Color contrast ratio is 7.03

#e85ddc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e85ddc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e85ddc

#e85ddc color code is use for CSS Background Color

Background color for the above div is #e85ddc

HTML with inline CSS

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

#e85ddc color code is use for CSS Border Color

CSS Border color for the above div is #e85ddc

HTML with inline CSS

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

CSS Border Left color for the above div is #e85ddc

HTML with inline CSS

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

CSS Border Right color for the above div is #e85ddc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e85ddc

HTML with inline CSS

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

CSS Border Top color for the above div is #e85ddc

HTML with inline CSS

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

#e85ddc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e85ddc Color code Preview on White Background

This is how #e85ddc Color code will look on white background color. Color contrast ratio is 2.99

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

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(232,93,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,232,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(232,93,220,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.