crispedge.com

Color picker

Loading...

#ed81ac hex color - Red - Warm color - Information

#ed81ac hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ed81ac Color code in RGB color code model is created after adding 92.94% red color, 50.59% green color and 67.45% blue color. Hex #ed81ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 27% yellow and 7% black.

Hex #ed81ac color code is between #ee88aa web safe hex color code and #dd77bb web safe hex color code. #ee88aa is the nearest web safe color code. You can see here many more shades of #ed81ac color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeed81ac#ed81ac
RGB Decimal237, 129, 172rgb(237, 129, 172)
RGB Percent93%, 51%, 67%rgb(93%, 51%, 67%)
CSS RGBa237, 129, 172,1rgba(237,129,172,1)
CMYK Modelcmyk(0%,46%,27%,7%)
HSL Color Space336,75% ,72%hsl(336,75% ,72%)
HSV Color Space336°, 46%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011000000110101100
Octal355201254
Decimal237129172
Hexed81ac

Different shades of #ed81ac color code.

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

Light Shade of #ed81ac
#f3aec9
Dark Shade of #ed81ac
#e7548f
Saturated Shade of #ed81ac
#f47aab
Desaturated Shade of #ed81ac
#e688ad
Grey scale Shade of #ed81ac
#b7b7b7
Brighten Shade
#ff9ac5
Most Readable Shade
#000000

Shades of #ed81ac color code

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

#ed81ac
#d27298
#b86485
#9e5672
#83475f
#69394c
#4f2b39
#341c26
#1a0e13
#000000

Similar Color like #ed81ac color

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

#ee82ad
#ef83ae
#f084af
#f185b0
#f286b1
#f387b2
#f488b3
#f589b4
#f68ab5
#f78bb6
#f88cb7
#f98db8
#fa8eb9
#fb8fba
#ec80ab
#eb7faa
#ea7ea9
#e97da8
#e87ca7
#e77ba6
#e67aa5
#e579a4
#e478a3
#e377a2
#e276a1
#e175a0
#e0749f
#df739e

Monochromatic Color with #ed81ac

#ed81ac
#180d12
#432431
#6d3c4f
#98536e
#c26a8d

Tints of #ed81ac Color

#ed81ac
#ef8fb5
#f19dbe
#f3abc7
#f5b9d0
#f7c7da
#f9d5e3
#fbe3ec
#fdf1f5
#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

#ed81ac
#81edc2

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

Split Complementary

#ed81ac
#81ed8c
#81e2ed

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

Analogous Color

#ed81d7
#ed81c2
#ed81ac
#ed8196
#ed8181

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

#ed81ac
#aced81
#81aced

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

#ed81ac
#e2ed81
#81edc2
#8c81ed

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

#ed81ac
#81edc2
#81e2ed
#ed8c81

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

#ed81ac Color Code Preview on Black Background Color

This is how #ed81ac Color will look on black background color. Color contrast ratio is 8.34

#ed81ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed81ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed81ac

#ed81ac color code is use for CSS Background Color

Background color for the above div is #ed81ac

HTML with inline CSS

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

#ed81ac color code is use for CSS Border Color

CSS Border color for the above div is #ed81ac

HTML with inline CSS

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

CSS Border Left color for the above div is #ed81ac

HTML with inline CSS

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

CSS Border Right color for the above div is #ed81ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed81ac

HTML with inline CSS

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

CSS Border Top color for the above div is #ed81ac

HTML with inline CSS

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

#ed81ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed81ac Color code Preview on White Background

This is how #ed81ac Color code will look on white background color. Color contrast ratio is 2.52

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

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(237,129,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,237,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,129,172,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.