crispedge.com

Color picker

Loading...

#ec9cdf hex color - Violet - Warm color - Information

#ec9cdf hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

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

Color in numbers

TypeRedGreenBlue
Binary111011001001110011011111
Octal354234337
Decimal236156223
Hexec9cdf

Different shades of #ec9cdf color code.

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

Light Shade of #ec9cdf
#f4c7ed
Dark Shade of #ec9cdf
#e471d1
Saturated Shade of #ec9cdf
#f296e3
Desaturated Shade of #ec9cdf
#e6a2db
Grey scale Shade of #ec9cdf
#c4c4c4
Brighten Shade
#ffb5f8
Most Readable Shade
#000000

Shades of #ec9cdf color code

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

#ec9cdf
#d18ac6
#b779ad
#9d6894
#83567b
#684563
#4e344a
#342231
#1a1118
#000000

Similar Color like #ec9cdf color

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

#ed9de0
#ee9ee1
#ef9fe2
#f0a0e3
#f1a1e4
#f2a2e5
#f3a3e6
#f4a4e7
#f5a5e8
#f6a6e9
#f7a7ea
#f8a8eb
#f9a9ec
#faaaed
#eb9bde
#ea9add
#e999dc
#e898db
#e797da
#e696d9
#e595d8
#e494d7
#e393d6
#e292d5
#e191d4
#e090d3
#df8fd2
#de8ed1

Monochromatic Color with #ec9cdf

#ec9cdf
#171016
#422c3e
#6c4867
#97648f
#c180b7

Tints of #ec9cdf Color

#ec9cdf
#eea7e2
#f0b2e6
#f2bde9
#f4c8ed
#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

#ec9cdf
#9ceca9

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

Split Complementary

#ec9cdf
#b7ec9c
#9cecd1

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

Analogous Color

#d99cec
#e99cec
#ec9cdf
#ec9ccf
#ec9cbf

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

#ec9cdf
#dfec9c
#9cdfec

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

#ec9cdf
#ecd19c
#9ceca9
#9cb7ec

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

#ec9cdf
#9ceca9
#9cecd1
#ec9cb7

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

#ec9cdf Color Code Preview on Black Background Color

This is how #ec9cdf Color will look on black background color. Color contrast ratio is 10.39

#ec9cdf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec9cdf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec9cdf

#ec9cdf color code is use for CSS Background Color

Background color for the above div is #ec9cdf

HTML with inline CSS

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

#ec9cdf color code is use for CSS Border Color

CSS Border color for the above div is #ec9cdf

HTML with inline CSS

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

CSS Border Left color for the above div is #ec9cdf

HTML with inline CSS

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

CSS Border Right color for the above div is #ec9cdf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec9cdf

HTML with inline CSS

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

CSS Border Top color for the above div is #ec9cdf

HTML with inline CSS

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

#ec9cdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec9cdf Color code Preview on White Background

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

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