crispedge.com

Color picker

Loading...

#ed819d hex color - Red - Warm color - Information

#ed819d hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ed819d color code is between #ee8899 web safe hex color code and #dd77aa web safe hex color code. #ee8899 is the nearest web safe color code. You can see here many more shades of #ed819d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeed819d#ed819d
RGB Decimal237, 129, 157rgb(237, 129, 157)
RGB Percent93%, 51%, 62%rgb(93%, 51%, 62%)
CSS RGBa237, 129, 157,1rgba(237,129,157,1)
CMYK Modelcmyk(0%,46%,34%,7%)
HSL Color Space344,75% ,72%hsl(344,75% ,72%)
HSV Color Space344°, 46%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011000000110011101
Octal355201235
Decimal237129157
Hexed819d

Different shades of #ed819d color code.

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

Light Shade of #ed819d
#f3aec0
Dark Shade of #ed819d
#e7547a
Saturated Shade of #ed819d
#f47a9a
Desaturated Shade of #ed819d
#e688a0
Grey scale Shade of #ed819d
#b7b7b7
Brighten Shade
#ff9ab6
Most Readable Shade
#000000

Shades of #ed819d color code

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

#ed819d
#d2728b
#b8647a
#9e5668
#834757
#693945
#4f2b34
#341c22
#1a0e11
#000000

Similar Color like #ed819d color

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

#ee829e
#ef839f
#f084a0
#f185a1
#f286a2
#f387a3
#f488a4
#f589a5
#f68aa6
#f78ba7
#f88ca8
#f98da9
#fa8eaa
#fb8fab
#ec809c
#eb7f9b
#ea7e9a
#e97d99
#e87c98
#e77b97
#e67a96
#e57995
#e47894
#e37793
#e27692
#e17591
#e07490
#df738f

Monochromatic Color with #ed819d

#ed819d
#180d10
#43242c
#6d3c49
#985365
#c26a81

Tints of #ed819d Color

#ed819d
#ef8fa7
#f19db2
#f3abbd
#f5b9c8
#f7c7d3
#f9d5de
#fbe3e9
#fdf1f4
#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

#ed819d
#81edd1

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

Split Complementary

#ed819d
#81ed9b
#81d3ed

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

Analogous Color

#ed81c8
#ed81b3
#ed819d
#ed8187
#ed9081

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

#ed819d
#9ded81
#819ded

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

#ed819d
#d3ed81
#81edd1
#9b81ed

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

#ed819d
#81edd1
#81d3ed
#ed9b81

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

#ed819d Color Code Preview on Black Background Color

This is how #ed819d Color will look on black background color. Color contrast ratio is 8.23

#ed819d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed819d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed819d

#ed819d color code is use for CSS Background Color

Background color for the above div is #ed819d

HTML with inline CSS

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

#ed819d color code is use for CSS Border Color

CSS Border color for the above div is #ed819d

HTML with inline CSS

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

CSS Border Left color for the above div is #ed819d

HTML with inline CSS

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

CSS Border Right color for the above div is #ed819d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed819d

HTML with inline CSS

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

CSS Border Top color for the above div is #ed819d

HTML with inline CSS

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

#ed819d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed819d Color code Preview on White Background

This is how #ed819d Color code will look on white background color. Color contrast ratio is 2.55

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

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,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,237,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,129,157,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.