crispedge.com

Color picker

Loading...

#ed9edf hex color - Violet - Warm color - Information

#ed9edf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ed9edf Color code in RGB color code model is created after adding 92.94% red color, 61.96% green color and 87.45% blue color. Hex #ed9edf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 6% yellow and 7% black.

Hex #ed9edf color code is between #ee99dd web safe hex color code and #ddaaee web safe hex color code. #ee99dd is the nearest web safe color code. You can see here many more shades of #ed9edf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeed9edf#ed9edf
RGB Decimal237, 158, 223rgb(237, 158, 223)
RGB Percent93%, 62%, 87%rgb(93%, 62%, 87%)
CSS RGBa237, 158, 223,1rgba(237,158,223,1)
CMYK Modelcmyk(0%,33%,6%,7%)
HSL Color Space311,69% ,77%hsl(311,69% ,77%)
HSV Color Space311°, 33%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011001111011011111
Octal355236337
Decimal237158223
Hexed9edf

Different shades of #ed9edf color code.

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

Light Shade of #ed9edf
#f5c9ed
Dark Shade of #ed9edf
#e573d1
Saturated Shade of #ed9edf
#f398e3
Desaturated Shade of #ed9edf
#e7a4db
Grey scale Shade of #ed9edf
#c5c5c5
Brighten Shade
#ffb7f8
Most Readable Shade
#000000

Shades of #ed9edf color code

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

#ed9edf
#d28cc6
#b87aad
#9e6994
#83577b
#694663
#4f344a
#342331
#1a1118
#000000

Similar Color like #ed9edf color

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

#ee9fe0
#efa0e1
#f0a1e2
#f1a2e3
#f2a3e4
#f3a4e5
#f4a5e6
#f5a6e7
#f6a7e8
#f7a8e9
#f8a9ea
#f9aaeb
#faabec
#fbaced
#ec9dde
#eb9cdd
#ea9bdc
#e99adb
#e899da
#e798d9
#e697d8
#e596d7
#e495d6
#e394d5
#e293d4
#e192d3
#e091d2
#df90d1

Monochromatic Color with #ed9edf

#ed9edf
#181017
#432d3f
#6d4967
#98658f
#c282b7

Tints of #ed9edf Color

#ed9edf
#efa8e2
#f1b3e6
#f3bee9
#f5c9ed
#f7d3f0
#f9def4
#fbe9f7
#fdf4fb
#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

#ed9edf
#9eedac

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

Split Complementary

#ed9edf
#b8ed9e
#9eedd3

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

Analogous Color

#db9eed
#eb9eed
#ed9edf
#ed9ecf
#ed9ebf

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

#ed9edf
#dfed9e
#9edfed

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

#ed9edf
#edd39e
#9eedac
#9eb7ed

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

#ed9edf
#9eedac
#9eedd3
#ed9eb8

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

#ed9edf Color Code Preview on Black Background Color

This is how #ed9edf Color will look on black background color. Color contrast ratio is 10.56

#ed9edf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed9edf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed9edf

#ed9edf color code is use for CSS Background Color

Background color for the above div is #ed9edf

HTML with inline CSS

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

#ed9edf color code is use for CSS Border Color

CSS Border color for the above div is #ed9edf

HTML with inline CSS

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

CSS Border Left color for the above div is #ed9edf

HTML with inline CSS

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

CSS Border Right color for the above div is #ed9edf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed9edf

HTML with inline CSS

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

CSS Border Top color for the above div is #ed9edf

HTML with inline CSS

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

#ed9edf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed9edf Color code Preview on White Background

This is how #ed9edf Color code will look on white background color. Color contrast ratio is 1.99

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

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,158,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,237,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,158,223,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.