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

#e04ddb hex color - Red - Warm color - Information

#e04ddb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e04ddb Color code in RGB color code model is created after adding 87.84% red color, 30.2% green color and 85.88% blue color. Hex #e04ddb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 2% yellow and 12.16% black.

Hex #e04ddb color code is between #dd55dd web safe hex color code and #ee44cc web safe hex color code. #dd55dd is the nearest web safe color code. You can see here many more shades of #e04ddb 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 e04ddb #e04ddb
RGB Decimal 224, 77, 219 rgb(224, 77, 219)
RGB Percent 88%, 30%, 86% rgb(88%, 30%, 86%)
CSS RGBa 224, 77, 219,1 rgba(224,77,219,1)
CMYK Model cmyk(0%,66%,2%,12.16%)
HSL Color Space 302,70% ,59% hsl(302,70% ,59%)
HSV Color Space 302°, 66%, 88%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100000 01001101 11011011
Octal 340 115 333
Decimal 224 77 219
Hex e0 4d db

Different shades of #e04ddb color code.

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

Light Shade of #e04ddb
#e878e4
Dark Shade of #e04ddb
#d525cf
Saturated Shade of #e04ddb
#ea43e5
Desaturated Shade of #e04ddb
#d657d1
Grey scale Shade of #e04ddb
#969696
Brighten Shade
#f966f4
Most Readable Shade
#000000

Shades of #e04ddb color code

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

#e04ddb
#c744c2
#ae3baa
#953392
#7c2a79
#632261
#4a1949
#311130
#180818
#000000

Similar Color like #e04ddb color

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

#e14edc
#e24fdd
#e350de
#e451df
#e552e0
#e653e1
#e754e2
#e855e3
#e956e4
#ea57e5
#eb58e6
#ec59e7
#ed5ae8
#ee5be9
#df4cda
#de4bd9
#dd4ad8
#dc49d7
#db48d6
#da47d5
#d946d4
#d845d3
#d744d2
#d643d1
#d542d0
#d441cf
#d340ce
#d23fcd

Monochromatic Color with #e04ddb

#e04ddb
#0b040b
#361335
#60215e
#8b3088
#b53eb1

Tints of #e04ddb Color

#e04ddb
#e360df
#e674e3
#ea88e7
#ed9ceb
#f1afef
#f4c3f3
#f8d7f7
#fbebfb
#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

#e04ddb
#4de052

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

Split Complementary

#e04ddb
#92e04d
#4de09b

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

Analogous Color

#aa4de0
#c84de0
#e04ddb
#e04dbe
#e04da0

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

#e04ddb
#dbe04d
#4ddbe0

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

#e04ddb
#e09b4d
#4de052
#4d91e0

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

#e04ddb
#4de052
#4de09b
#e04d92

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

#e04ddb Color Code Preview on Black Background Color

This is how #e04ddb Color will look on black background color. Color contrast ratio is 6.25

#e04ddb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e04ddb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e04ddb

#e04ddb color code is use for CSS Background Color

Background color for the above div is #e04ddb

HTML with inline CSS

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

#e04ddb color code is use for CSS Border Color

CSS Border color for the above div is #e04ddb

HTML with inline CSS

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

CSS Border Left color for the above div is #e04ddb

HTML with inline CSS

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

CSS Border Right color for the above div is #e04ddb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e04ddb

HTML with inline CSS

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

CSS Border Top color for the above div is #e04ddb

HTML with inline CSS

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

#e04ddb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e04ddb Color code Preview on White Background

This is how #e04ddb Color code will look on white background color. Color contrast ratio is 3.36

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

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(224,77,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,224,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,77,219,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.