crispedge.com

Color picker

Loading...

#ef5edc hex color - Red - Warm color - Information

#ef5edc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ef5edc Color code in RGB color code model is created after adding 93.73% red color, 36.86% green color and 86.27% blue color. Hex #ef5edc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 8% yellow and 6% black.

Hex #ef5edc color code is between #ee66dd web safe hex color code and #ff55cc web safe hex color code. #ee66dd is the nearest web safe color code. You can see here many more shades of #ef5edc color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeef5edc#ef5edc
RGB Decimal239, 94, 220rgb(239, 94, 220)
RGB Percent94%, 37%, 86%rgb(94%, 37%, 86%)
CSS RGBa239, 94, 220,1rgba(239,94,220,1)
CMYK Modelcmyk(0%,61%,8%,6%)
HSL Color Space308,82% ,65%hsl(308,82% ,65%)
HSV Color Space308°, 61%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110101111011011100
Octal357136334
Decimal23994220
Hexef5edc

Different shades of #ef5edc color code.

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

Light Shade of #ef5edc
#f48ce6
Dark Shade of #ef5edc
#ea30d2
Saturated Shade of #ef5edc
#f855e3
Desaturated Shade of #ef5edc
#e667d5
Grey scale Shade of #ef5edc
#a6a6a6
Brighten Shade
#ff77f5
Most Readable Shade
#000000

Shades of #ef5edc color code

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

#ef5edc
#d453c3
#b949ab
#9f3e92
#84347a
#6a2961
#4f1f49
#351430
#1a0a18
#000000

Similar Color like #ef5edc color

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

#f05fdd
#f160de
#f261df
#f362e0
#f463e1
#f564e2
#f665e3
#f766e4
#f867e5
#f968e6
#fa69e7
#fb6ae8
#fc6be9
#fd6cea
#ee5ddb
#ed5cda
#ec5bd9
#eb5ad8
#ea59d7
#e958d6
#e857d5
#e756d4
#e655d3
#e554d2
#e453d1
#e352d0
#e251cf
#e150ce

Monochromatic Color with #ef5edc

#ef5edc
#1a0a18
#451b3f
#6f2c67
#9a3d8e
#c44db5

Tints of #ef5edc Color

#ef5edc
#f06fdf
#f281e3
#f493e7
#f6a5eb
#f7b7ef
#f9c9f3
#fbdbf7
#fdedfb
#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

#ef5edc
#5eef71

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

Split Complementary

#ef5edc
#94ef5e
#5eefb9

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

Analogous Color

#c85eef
#e55eef
#ef5edc
#ef5ebf
#ef5ea2

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

#ef5edc
#dcef5e
#5edcef

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

#ef5edc
#efb95e
#5eef71
#5e93ef

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

#ef5edc
#5eef71
#5eefb9
#ef5e94

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

#ef5edc Color Code Preview on Black Background Color

This is how #ef5edc Color will look on black background color. Color contrast ratio is 7.30

#ef5edc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef5edc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef5edc

#ef5edc color code is use for CSS Background Color

Background color for the above div is #ef5edc

HTML with inline CSS

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

#ef5edc color code is use for CSS Border Color

CSS Border color for the above div is #ef5edc

HTML with inline CSS

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

CSS Border Left color for the above div is #ef5edc

HTML with inline CSS

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

CSS Border Right color for the above div is #ef5edc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef5edc

HTML with inline CSS

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

CSS Border Top color for the above div is #ef5edc

HTML with inline CSS

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

#ef5edc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef5edc Color code Preview on White Background

This is how #ef5edc Color code will look on white background color. Color contrast ratio is 2.87

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

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(239,94,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,239,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,94,220,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.