crispedge.com

Color picker

Loading...

#e08da1 hex color - Red - Warm color - Information

#e08da1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e08da1 Color code in RGB color code model is created after adding 87.84% red color, 55.29% green color and 63.14% blue color. Hex #e08da1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 28% yellow and 12% black.

Hex #e08da1 color code is between #dd8899 web safe hex color code and #ee99aa web safe hex color code. #dd8899 is the nearest web safe color code. You can see here many more shades of #e08da1 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codee08da1#e08da1
RGB Decimal224, 141, 161rgb(224, 141, 161)
RGB Percent88%, 55%, 63%rgb(88%, 55%, 63%)
CSS RGBa224, 141, 161,1rgba(224,141,161,1)
CMYK Modelcmyk(0%,37%,28%,12%)
HSL Color Space346,57% ,72%hsl(346,57% ,72%)
HSV Color Space346°, 37%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000001000110110100001
Octal340215241
Decimal224141161
Hexe08da1

Different shades of #e08da1 color code.

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

Light Shade of #e08da1
#ebb5c2
Dark Shade of #e08da1
#d56580
Saturated Shade of #e08da1
#e7869d
Desaturated Shade of #e08da1
#d994a5
Grey scale Shade of #e08da1
#b6b6b6
Brighten Shade
#f9a6ba
Most Readable Shade
#000000

Shades of #e08da1 color code

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

#e08da1
#c77d8f
#ae6d7d
#955e6b
#7c4e59
#633e47
#4a2f35
#311f23
#180f11
#000000

Similar Color like #e08da1 color

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

#e18ea2
#e28fa3
#e390a4
#e491a5
#e592a6
#e693a7
#e794a8
#e895a9
#e996aa
#ea97ab
#eb98ac
#ec99ad
#ed9aae
#ee9baf
#df8ca0
#de8b9f
#dd8a9e
#dc899d
#db889c
#da879b
#d9869a
#d88599
#d78498
#d68397
#d58296
#d48195
#d38094
#d27f93

Monochromatic Color with #e08da1

#e08da1
#0b0708
#362227
#603d45
#8b5764
#b57282

Tints of #e08da1 Color

#e08da1
#e399ab
#e6a6b5
#eab3c0
#edbfca
#f1ccd5
#f4d9df
#f8e5ea
#fbf2f4
#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

#e08da1
#8de0cc

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

Split Complementary

#e08da1
#8de0a3
#8dcbe0

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

Analogous Color

#e08dc2
#e08db2
#e08da1
#e08d90
#e09a8d

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

#e08da1
#a1e08d
#8da1e0

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

#e08da1
#cae08d
#8de0cc
#a28de0

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

#e08da1
#8de0cc
#8dcbe0
#e0a38d

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

#e08da1 Color Code Preview on Black Background Color

This is how #e08da1 Color will look on black background color. Color contrast ratio is 8.49

#e08da1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e08da1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e08da1

#e08da1 color code is use for CSS Background Color

Background color for the above div is #e08da1

HTML with inline CSS

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

#e08da1 color code is use for CSS Border Color

CSS Border color for the above div is #e08da1

HTML with inline CSS

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

CSS Border Left color for the above div is #e08da1

HTML with inline CSS

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

CSS Border Right color for the above div is #e08da1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e08da1

HTML with inline CSS

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

CSS Border Top color for the above div is #e08da1

HTML with inline CSS

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

#e08da1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e08da1 Color code Preview on White Background

This is how #e08da1 Color code will look on white background color. Color contrast ratio is 2.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 #e08da1; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e08da1; }

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,141,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,224,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,141,161,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.