crispedge.com

Color picker

Loading...

#ec9cde hex color - Violet - Warm color - Information

#ec9cde hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #ec9cde 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 #ec9cde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeec9cde#ec9cde
RGB Decimal236, 156, 222rgb(236, 156, 222)
RGB Percent93%, 61%, 87%rgb(93%, 61%, 87%)
CSS RGBa236, 156, 222,1rgba(236,156,222,1)
CMYK Modelcmyk(0%,34%,6%,7%)
HSL Color Space311,68% ,77%hsl(311,68% ,77%)
HSV Color Space310°, 34%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001001110011011110
Octal354234336
Decimal236156222
Hexec9cde

Different shades of #ec9cde color code.

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

Light Shade of #ec9cde
#f4c7ec
Dark Shade of #ec9cde
#e471d0
Saturated Shade of #ec9cde
#f296e2
Desaturated Shade of #ec9cde
#e6a2da
Grey scale Shade of #ec9cde
#c4c4c4
Brighten Shade
#ffb5f7
Most Readable Shade
#000000

Shades of #ec9cde color code

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

#ec9cde
#d18ac5
#b779ac
#9d6894
#83567b
#684562
#4e344a
#342231
#1a1118
#000000

Similar Color like #ec9cde color

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

#ed9ddf
#ee9ee0
#ef9fe1
#f0a0e2
#f1a1e3
#f2a2e4
#f3a3e5
#f4a4e6
#f5a5e7
#f6a6e8
#f7a7e9
#f8a8ea
#f9a9eb
#faaaec
#eb9bdd
#ea9adc
#e999db
#e898da
#e797d9
#e696d8
#e595d7
#e494d6
#e393d5
#e292d4
#e191d3
#e090d2
#df8fd1
#de8ed0

Monochromatic Color with #ec9cde

#ec9cde
#171016
#422c3e
#6c4866
#97648e
#c180b6

Tints of #ec9cde Color

#ec9cde
#eea7e1
#f0b2e5
#f2bde9
#f4c8ec
#f6d3f0
#f8def4
#fae9f7
#fcf4fb
#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

#ec9cde
#9cecaa

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

Split Complementary

#ec9cde
#b6ec9c
#9cecd2

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

Analogous Color

#da9cec
#ea9cec
#ec9cde
#ec9cce
#ec9cbe

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

#ec9cde
#deec9c
#9cdeec

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

#ec9cde
#ecd29c
#9cecaa
#9cb6ec

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

#ec9cde
#9cecaa
#9cecd2
#ec9cb6

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

#ec9cde Color Code Preview on Black Background Color

This is how #ec9cde Color will look on black background color. Color contrast ratio is 10.38

#ec9cde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec9cde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec9cde

#ec9cde color code is use for CSS Background Color

Background color for the above div is #ec9cde

HTML with inline CSS

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

#ec9cde color code is use for CSS Border Color

CSS Border color for the above div is #ec9cde

HTML with inline CSS

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

CSS Border Left color for the above div is #ec9cde

HTML with inline CSS

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

CSS Border Right color for the above div is #ec9cde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec9cde

HTML with inline CSS

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

CSS Border Top color for the above div is #ec9cde

HTML with inline CSS

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

#ec9cde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec9cde Color code Preview on White Background

This is how #ec9cde Color code will look on white background color. Color contrast ratio is 2.02

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

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