crispedge.com

Color picker

Loading...

#ef8dcd hex color - Red - Warm color - Information

#ef8dcd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ef8dcd Color code in RGB color code model is created after adding 93.73% red color, 55.29% green color and 80.39% blue color. Hex #ef8dcd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 14% yellow and 6% black.

Hex #ef8dcd color code is between #ee88cc web safe hex color code and #ff99dd web safe hex color code. #ee88cc is the nearest web safe color code. You can see here many more shades of #ef8dcd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeef8dcd#ef8dcd
RGB Decimal239, 141, 205rgb(239, 141, 205)
RGB Percent94%, 55%, 80%rgb(94%, 55%, 80%)
CSS RGBa239, 141, 205,1rgba(239,141,205,1)
CMYK Modelcmyk(0%,41%,14%,6%)
HSL Color Space321,75% ,75%hsl(321,75% ,75%)
HSV Color Space321°, 41%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111000110111001101
Octal357215315
Decimal239141205
Hexef8dcd

Different shades of #ef8dcd color code.

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

Light Shade of #ef8dcd
#f5bae1
Dark Shade of #ef8dcd
#e960b9
Saturated Shade of #ef8dcd
#f586cf
Desaturated Shade of #ef8dcd
#e893cb
Grey scale Shade of #ef8dcd
#bebebe
Brighten Shade
#ffa6e6
Most Readable Shade
#000000

Shades of #ef8dcd color code

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

#ef8dcd
#d47db6
#b96d9f
#9f5e88
#844e71
#6a3e5b
#4f2f44
#351f2d
#1a0f16
#000000

Similar Color like #ef8dcd color

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

#f08ece
#f18fcf
#f290d0
#f391d1
#f492d2
#f593d3
#f694d4
#f795d5
#f896d6
#f997d7
#fa98d8
#fb99d9
#fc9ada
#fd9bdb
#ee8ccc
#ed8bcb
#ec8aca
#eb89c9
#ea88c8
#e987c7
#e886c6
#e785c5
#e684c4
#e583c3
#e482c2
#e381c1
#e280c0
#e17fbf

Monochromatic Color with #ef8dcd

#ef8dcd
#1a1017
#45293b
#6f4260
#9a5b84
#c474a9

Tints of #ef8dcd Color

#ef8dcd
#f099d2
#f2a6d8
#f4b3dd
#f6bfe3
#f7cce8
#f9d9ee
#fbe5f3
#fdf2f9
#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

#ef8dcd
#8defaf

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

Split Complementary

#ef8dcd
#9cef8d
#8defe0

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

Analogous Color

#ea8def
#ef8de1
#ef8dcd
#ef8db9
#ef8da6

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

#ef8dcd
#cdef8d
#8dcdef

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

#ef8dcd
#efe08d
#8defaf
#8d9cef

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

#ef8dcd
#8defaf
#8defe0
#ef8d9c

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

#ef8dcd Color Code Preview on Black Background Color

This is how #ef8dcd Color will look on black background color. Color contrast ratio is 9.36

#ef8dcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef8dcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef8dcd

#ef8dcd color code is use for CSS Background Color

Background color for the above div is #ef8dcd

HTML with inline CSS

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

#ef8dcd color code is use for CSS Border Color

CSS Border color for the above div is #ef8dcd

HTML with inline CSS

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

CSS Border Left color for the above div is #ef8dcd

HTML with inline CSS

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

CSS Border Right color for the above div is #ef8dcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef8dcd

HTML with inline CSS

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

CSS Border Top color for the above div is #ef8dcd

HTML with inline CSS

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

#ef8dcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef8dcd Color code Preview on White Background

This is how #ef8dcd Color code will look on white background color. Color contrast ratio is 2.24

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

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,141,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,239,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,141,205,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.