crispedge.com

Color picker

Loading...

#ec41e4 hex color - Red - Warm color - Information

#ec41e4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ec41e4 Color code in RGB color code model is created after adding 92.55% red color, 25.49% green color and 89.41% blue color. Hex #ec41e4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 3% yellow and 7% black.

Hex #ec41e4 color code is between #ee44dd web safe hex color code and #dd33ee web safe hex color code. #ee44dd is the nearest web safe color code. You can see here many more shades of #ec41e4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeec41e4#ec41e4
RGB Decimal236, 65, 228rgb(236, 65, 228)
RGB Percent93%, 25%, 89%rgb(93%, 25%, 89%)
CSS RGBa236, 65, 228,1rgba(236,65,228,1)
CMYK Modelcmyk(0%,72%,3%,7%)
HSL Color Space303,82% ,59%hsl(303,82% ,59%)
HSV Color Space303°, 72%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000100000111100100
Octal354101344
Decimal23665228
Hexec41e4

Different shades of #ec41e4 color code.

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

Light Shade of #ec41e4
#f16feb
Dark Shade of #ec41e4
#e317da
Saturated Shade of #ec41e4
#f637ed
Desaturated Shade of #ec41e4
#e24bdb
Grey scale Shade of #ec41e4
#969696
Brighten Shade
#ff5afd
Most Readable Shade
#000000

Shades of #ec41e4 color code

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

#ec41e4
#d139ca
#b732b1
#9d2b98
#83247e
#681c65
#4e154c
#340e32
#1a0719
#000000

Similar Color like #ec41e4 color

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

#ed42e5
#ee43e6
#ef44e7
#f045e8
#f146e9
#f247ea
#f348eb
#f449ec
#f54aed
#f64bee
#f74cef
#f84df0
#f94ef1
#fa4ff2
#eb40e3
#ea3fe2
#e93ee1
#e83de0
#e73cdf
#e63bde
#e53add
#e439dc
#e338db
#e237da
#e136d9
#e035d8
#df34d7
#de33d6

Monochromatic Color with #ec41e4

#ec41e4
#170617
#421240
#6c1e69
#972a92
#c135bb

Tints of #ec41e4 Color

#ec41e4
#ee56e7
#f06bea
#f280ed
#f495f0
#f6aaf3
#f8bff6
#fad4f9
#fce9fc
#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

#ec41e4
#41ec49

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

Split Complementary

#ec41e4
#8eec41
#41ec9f

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

Analogous Color

#b041ec
#d241ec
#ec41e4
#ec41c2
#ec41a0

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

#ec41e4
#e4ec41
#41e4ec

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

#ec41e4
#ec9e41
#41ec49
#418eec

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

#ec41e4
#41ec49
#41ec9f
#ec418e

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

#ec41e4 Color Code Preview on Black Background Color

This is how #ec41e4 Color will look on black background color. Color contrast ratio is 6.44

#ec41e4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec41e4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec41e4

#ec41e4 color code is use for CSS Background Color

Background color for the above div is #ec41e4

HTML with inline CSS

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

#ec41e4 color code is use for CSS Border Color

CSS Border color for the above div is #ec41e4

HTML with inline CSS

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

CSS Border Left color for the above div is #ec41e4

HTML with inline CSS

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

CSS Border Right color for the above div is #ec41e4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec41e4

HTML with inline CSS

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

CSS Border Top color for the above div is #ec41e4

HTML with inline CSS

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

#ec41e4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec41e4 Color code Preview on White Background

This is how #ec41e4 Color code will look on white background color. Color contrast ratio is 3.26

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

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,65,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,236,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,65,228,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.