crispedge.com

Color picker

Loading...

#ec75da hex color - Violet - Warm color - Information

#ec75da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ec75da Color code in RGB color code model is created after adding 92.55% red color, 45.88% green color and 85.49% blue color. Hex #ec75da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 8% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeec75da#ec75da
RGB Decimal236, 117, 218rgb(236, 117, 218)
RGB Percent93%, 46%, 85%rgb(93%, 46%, 85%)
CSS RGBa236, 117, 218,1rgba(236,117,218,1)
CMYK Modelcmyk(0%,50%,8%,7%)
HSL Color Space309,76% ,69%hsl(309,76% ,69%)
HSV Color Space309°, 50%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000111010111011010
Octal354165332
Decimal236117218
Hexec75da

Different shades of #ec75da color code.

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

Light Shade of #ec75da
#f2a2e6
Dark Shade of #ec75da
#e648ce
Saturated Shade of #ec75da
#f46ddf
Desaturated Shade of #ec75da
#e47dd5
Grey scale Shade of #ec75da
#b0b0b0
Brighten Shade
#ff8ef3
Most Readable Shade
#000000

Shades of #ec75da color code

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

#ec75da
#d168c1
#b75ba9
#9d4e91
#834179
#683460
#4e2748
#341a30
#1a0d18
#000000

Similar Color like #ec75da color

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

#ed76db
#ee77dc
#ef78dd
#f079de
#f17adf
#f27be0
#f37ce1
#f47de2
#f57ee3
#f67fe4
#f780e5
#f881e6
#f982e7
#fa83e8
#eb74d9
#ea73d8
#e972d7
#e871d6
#e770d5
#e66fd4
#e56ed3
#e46dd2
#e36cd1
#e26bd0
#e16acf
#e069ce
#df68cd
#de67cc

Monochromatic Color with #ec75da

#ec75da
#170c16
#42213d
#6c3664
#974b8b
#c160b3

Tints of #ec75da Color

#ec75da
#ee84de
#f093e2
#f2a3e6
#f4b2ea
#f6c1ee
#f8d1f2
#fae0f6
#fceffa
#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

#ec75da
#75ec87

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

Split Complementary

#ec75da
#9fec75
#75ecc2

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

Analogous Color

#ce75ec
#e675ec
#ec75da
#ec75c2
#ec75aa

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

#ec75da
#daec75
#75daec

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

#ec75da
#ecc275
#75ec87
#759eec

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

#ec75da
#75ec87
#75ecc2
#ec759f

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

#ec75da Color Code Preview on Black Background Color

This is how #ec75da Color will look on black background color. Color contrast ratio is 8.12

#ec75da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec75da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec75da

#ec75da color code is use for CSS Background Color

Background color for the above div is #ec75da

HTML with inline CSS

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

#ec75da color code is use for CSS Border Color

CSS Border color for the above div is #ec75da

HTML with inline CSS

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

CSS Border Left color for the above div is #ec75da

HTML with inline CSS

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

CSS Border Right color for the above div is #ec75da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec75da

HTML with inline CSS

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

CSS Border Top color for the above div is #ec75da

HTML with inline CSS

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

#ec75da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec75da Color code Preview on White Background

This is how #ec75da Color code will look on white background color. Color contrast ratio is 2.59

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

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,117,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(117,236,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,117,218,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.