@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ed7ecd hex color - Violet - Warm color - Information

#ed7ecd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ed7ecd Color code in RGB color code model is created after adding 92.94% red color, 49.41% green color and 80.39% blue color. Hex #ed7ecd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 14% yellow and 7.06% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeed7ecd#ed7ecd
RGB Decimal237, 126, 205rgb(237, 126, 205)
RGB Percent93%, 49%, 80%rgb(93%, 49%, 80%)
CSS RGBa237, 126, 205,1rgba(237,126,205,1)
CMYK Modelcmyk(0%,47%,14%,7.06%)
HSL Color Space317,76% ,71%hsl(317,76% ,71%)
HSV Color Space317°, 47%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010111111011001101
Octal355176315
Decimal237126205
Hexed7ecd

Different shades of #ed7ecd color code.

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

Light Shade of #ed7ecd
#f3abde
Dark Shade of #ed7ecd
#e751bc
Saturated Shade of #ed7ecd
#f477d0
Desaturated Shade of #ed7ecd
#e685ca
Grey scale Shade of #ed7ecd
#b5b5b5
Brighten Shade
#ff97e6
Most Readable Shade
#000000

Shades of #ed7ecd color code

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

#ed7ecd
#d270b6
#b8629f
#9e5488
#834671
#69385b
#4f2a44
#341c2d
#1a0e16
#000000

Similar Color like #ed7ecd color

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

#ee7fce
#ef80cf
#f081d0
#f182d1
#f283d2
#f384d3
#f485d4
#f586d5
#f687d6
#f788d7
#f889d8
#f98ad9
#fa8bda
#fb8cdb
#ec7dcc
#eb7ccb
#ea7bca
#e97ac9
#e879c8
#e778c7
#e677c6
#e576c5
#e475c4
#e374c3
#e273c2
#e172c1
#e071c0
#df70bf

Monochromatic Color with #ed7ecd

#ed7ecd
#180d15
#43243a
#6d3a5f
#985183
#c267a8

Tints of #ed7ecd Color

#ed7ecd
#ef8cd2
#f19ad8
#f3a9dd
#f5b7e3
#f7c5e8
#f9d4ee
#fbe2f3
#fdf0f9
#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

#ed7ecd
#7eed9e

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

Split Complementary

#ed7ecd
#96ed7e
#7eedd6

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

Analogous Color

#e17eed
#ed7ee3
#ed7ecd
#ed7eb7
#ed7ea1

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

#ed7ecd
#cded7e
#7ecded

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

#ed7ecd
#edd57e
#7eed9e
#7e95ed

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

#ed7ecd
#7eed9e
#7eedd6
#ed7e96

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

#ed7ecd Color Code Preview on Black Background Color

This is how #ed7ecd Color will look on black background color. Color contrast ratio is 8.47

#ed7ecd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed7ecd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed7ecd

#ed7ecd color code is use for CSS Background Color

Background color for the above div is #ed7ecd

HTML with inline CSS

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

#ed7ecd color code is use for CSS Border Color

CSS Border color for the above div is #ed7ecd

HTML with inline CSS

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

CSS Border Left color for the above div is #ed7ecd

HTML with inline CSS

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

CSS Border Right color for the above div is #ed7ecd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed7ecd

HTML with inline CSS

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

CSS Border Top color for the above div is #ed7ecd

HTML with inline CSS

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

#ed7ecd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed7ecd Color code Preview on White Background

This is how #ed7ecd Color code will look on white background color. Color contrast ratio is 2.48

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

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