crispedge.com

Color picker

Loading...

#ed7fe9 hex color - Violet - Warm color - Information

#ed7fe9 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #ed7fe9 color code is between #ee77ee web safe hex color code and #dd88dd web safe hex color code. #ee77ee is the nearest web safe color code. You can see here many more shades of #ed7fe9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeed7fe9#ed7fe9
RGB Decimal237, 127, 233rgb(237, 127, 233)
RGB Percent93%, 50%, 91%rgb(93%, 50%, 91%)
CSS RGBa237, 127, 233,1rgba(237,127,233,1)
CMYK Modelcmyk(0%,46%,2%,7%)
HSL Color Space302,75% ,71%hsl(302,75% ,71%)
HSV Color Space302°, 46%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010111111111101001
Octal355177351
Decimal237127233
Hexed7fe9

Different shades of #ed7fe9 color code.

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

Light Shade of #ed7fe9
#f3acf1
Dark Shade of #ed7fe9
#e752e1
Saturated Shade of #ed7fe9
#f478f0
Desaturated Shade of #ed7fe9
#e686e2
Grey scale Shade of #ed7fe9
#b6b6b6
Brighten Shade
#ff98ff
Most Readable Shade
#000000

Shades of #ed7fe9 color code

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

#ed7fe9
#d270cf
#b862b5
#9e549b
#834681
#693867
#4f2a4d
#341c33
#1a0e19
#000000

Similar Color like #ed7fe9 color

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

#ee80ea
#ef81eb
#f082ec
#f183ed
#f284ee
#f385ef
#f486f0
#f587f1
#f688f2
#f789f3
#f88af4
#f98bf5
#fa8cf6
#fb8df7
#ec7ee8
#eb7de7
#ea7ce6
#e97be5
#e87ae4
#e779e3
#e678e2
#e577e1
#e476e0
#e375df
#e274de
#e173dd
#e072dc
#df71db

Monochromatic Color with #ed7fe9

#ed7fe9
#180d18
#432442
#6d3b6c
#985195
#c268bf

Tints of #ed7fe9 Color

#ed7fe9
#ef8deb
#f19bed
#f3a9f0
#f5b7f2
#f7c6f5
#f9d4f7
#fbe2fa
#fdf0fc
#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

#ed7fe9
#7fed83

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

Split Complementary

#ed7fe9
#b2ed7f
#7fedba

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

Analogous Color

#c57fed
#db7fed
#ed7fe9
#ed7fd3
#ed7fbd

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

#ed7fe9
#e9ed7f
#7fe9ed

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

#ed7fe9
#edba7f
#7fed83
#7fb2ed

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

#ed7fe9
#7fed83
#7fedba
#ed7fb2

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

#ed7fe9 Color Code Preview on Black Background Color

This is how #ed7fe9 Color will look on black background color. Color contrast ratio is 8.81

#ed7fe9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed7fe9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed7fe9

#ed7fe9 color code is use for CSS Background Color

Background color for the above div is #ed7fe9

HTML with inline CSS

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

#ed7fe9 color code is use for CSS Border Color

CSS Border color for the above div is #ed7fe9

HTML with inline CSS

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

CSS Border Left color for the above div is #ed7fe9

HTML with inline CSS

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

CSS Border Right color for the above div is #ed7fe9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed7fe9

HTML with inline CSS

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

CSS Border Top color for the above div is #ed7fe9

HTML with inline CSS

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

#ed7fe9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed7fe9 Color code Preview on White Background

This is how #ed7fe9 Color code will look on white background color. Color contrast ratio is 2.38

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

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