crispedge.com

Color picker

Loading...

#ec73de hex color - Violet - Warm color - Information

#ec73de hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ec73de Color code in RGB color code model is created after adding 92.55% red color, 45.1% green color and 87.06% blue color. Hex #ec73de Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 6% yellow and 7% black.

Hex #ec73de color code is between #ee77dd web safe hex color code and #dd66ee web safe hex color code. #ee77dd is the nearest web safe color code. You can see here many more shades of #ec73de color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeec73de#ec73de
RGB Decimal236, 115, 222rgb(236, 115, 222)
RGB Percent93%, 45%, 87%rgb(93%, 45%, 87%)
CSS RGBa236, 115, 222,1rgba(236,115,222,1)
CMYK Modelcmyk(0%,51%,6%,7%)
HSL Color Space307,76% ,69%hsl(307,76% ,69%)
HSV Color Space307°, 51%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000111001111011110
Octal354163336
Decimal236115222
Hexec73de

Different shades of #ec73de color code.

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

Light Shade of #ec73de
#f2a0e9
Dark Shade of #ec73de
#e646d3
Saturated Shade of #ec73de
#f46be4
Desaturated Shade of #ec73de
#e47bd8
Grey scale Shade of #ec73de
#afafaf
Brighten Shade
#ff8cf7
Most Readable Shade
#000000

Shades of #ec73de color code

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

#ec73de
#d166c5
#b759ac
#9d4c94
#833f7b
#683362
#4e264a
#341931
#1a0c18
#000000

Similar Color like #ec73de color

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

#ed74df
#ee75e0
#ef76e1
#f077e2
#f178e3
#f279e4
#f37ae5
#f47be6
#f57ce7
#f67de8
#f77ee9
#f87fea
#f980eb
#fa81ec
#eb72dd
#ea71dc
#e970db
#e86fda
#e76ed9
#e66dd8
#e56cd7
#e46bd6
#e36ad5
#e269d4
#e168d3
#e067d2
#df66d1
#de65d0

Monochromatic Color with #ec73de

#ec73de
#170b16
#42203e
#6c3566
#974a8e
#c15eb6

Tints of #ec73de Color

#ec73de
#ee82e1
#f092e5
#f2a1e9
#f4b1ec
#f6c0f0
#f8d0f4
#fadff7
#fceffb
#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

#ec73de
#73ec81

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

Split Complementary

#ec73de
#a1ec73
#73ecbe

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

Analogous Color

#ca73ec
#e273ec
#ec73de
#ec73c6
#ec73ae

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

#ec73de
#deec73
#73deec

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

#ec73de
#ecbd73
#73ec81
#73a1ec

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

#ec73de
#73ec81
#73ecbe
#ec73a1

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

#ec73de Color Code Preview on Black Background Color

This is how #ec73de Color will look on black background color. Color contrast ratio is 8.07

#ec73de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec73de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec73de

#ec73de color code is use for CSS Background Color

Background color for the above div is #ec73de

HTML with inline CSS

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

#ec73de color code is use for CSS Border Color

CSS Border color for the above div is #ec73de

HTML with inline CSS

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

CSS Border Left color for the above div is #ec73de

HTML with inline CSS

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

CSS Border Right color for the above div is #ec73de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec73de

HTML with inline CSS

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

CSS Border Top color for the above div is #ec73de

HTML with inline CSS

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

#ec73de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec73de Color code Preview on White Background

This is how #ec73de Color code will look on white background color. Color contrast ratio is 2.60

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

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(236,115,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(115,236,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,115,222,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.