crispedge.com

Color picker

Loading...

#e334e3 hex color - Red - Warm color - Information

#e334e3 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e334e3 Color code in RGB color code model is created after adding 89.02% red color, 20.39% green color and 89.02% blue color. Hex #e334e3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 0% yellow and 11% black.

Hex #e334e3 color code is between #dd33dd web safe hex color code and #ee44ee web safe hex color code. #dd33dd is the nearest web safe color code. You can see here many more shades of #e334e3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee334e3#e334e3
RGB Decimal227, 52, 227rgb(227, 52, 227)
RGB Percent89%, 20%, 89%rgb(89%, 20%, 89%)
CSS RGBa227, 52, 227,1rgba(227,52,227,1)
CMYK Modelcmyk(0%,77%,0%,11%)
HSL Color Space300,76% ,55%hsl(300,76% ,55%)
HSV Color Space300°, 77%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000110011010011100011
Octal34364343
Decimal22752227
Hexe334e3

Different shades of #e334e3 color code.

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

Light Shade of #e334e3
#e961e9
Dark Shade of #e334e3
#c81cc8
Saturated Shade of #e334e3
#ef28ef
Desaturated Shade of #e334e3
#d740d7
Grey scale Shade of #e334e3
#8b8b8b
Brighten Shade
#fc4dfc
Most Readable Shade
#FFFFFF

Shades of #e334e3 color code

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

#e334e3
#c92ec9
#b028b0
#972297
#7e1c7e
#641764
#4b114b
#320b32
#190519
#000000

Similar Color like #e334e3 color

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

#e435e4
#e536e5
#e637e6
#e738e7
#e839e8
#e93ae9
#ea3bea
#eb3ceb
#ec3dec
#ed3eed
#ee3fee
#ef40ef
#f041f0
#f142f1
#e233e2
#e132e1
#e031e0
#df30df
#de2fde
#dd2edd
#dc2ddc
#db2cdb
#da2bda
#d92ad9
#d829d8
#d728d7
#d627d6
#d526d5

Monochromatic Color with #e334e3

#e334e3
#0e030e
#390d39
#631763
#8e218e
#b82ab8

Tints of #e334e3 Color

#e334e3
#e64ae6
#e961e9
#ec77ec
#ef8eef
#f2a4f2
#f5bbf5
#f8d1f8
#fbe8fb
#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

#e334e3
#34e334

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

Split Complementary

#e334e3
#8ce334
#34e38c

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

Analogous Color

#9d34e3
#c034e3
#e334e3
#e334c0
#e3349d

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

#e334e3
#e3e334
#34e3e3

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

#e334e3
#e38b34
#34e334
#348be3

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

#e334e3
#34e334
#34e38c
#e3348c

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

#e334e3 Color Code Preview on Black Background Color

This is how #e334e3 Color will look on black background color. Color contrast ratio is 5.87

#e334e3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e334e3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e334e3

#e334e3 color code is use for CSS Background Color

Background color for the above div is #e334e3

HTML with inline CSS

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

#e334e3 color code is use for CSS Border Color

CSS Border color for the above div is #e334e3

HTML with inline CSS

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

CSS Border Left color for the above div is #e334e3

HTML with inline CSS

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

CSS Border Right color for the above div is #e334e3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e334e3

HTML with inline CSS

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

CSS Border Top color for the above div is #e334e3

HTML with inline CSS

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

#e334e3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e334e3 Color code Preview on White Background

This is how #e334e3 Color code will look on white background color. Color contrast ratio is 3.58

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

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(227,52,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(52,227,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(227,52,227,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.