crispedge.com

Color picker

Loading...

#e996fa hex color - Violet - Warm color - Information

#e996fa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e996fa Color code in RGB color code model is created after adding 91.37% red color, 58.82% green color and 98.04% blue color. Hex #e996fa Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 40% magenta, 0% yellow and 2% black.

Hex #e996fa color code is between #ee99ff web safe hex color code and #dd88ee web safe hex color code. #ee99ff is the nearest web safe color code. You can see here many more shades of #e996fa color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee996fa#e996fa
RGB Decimal233, 150, 250rgb(233, 150, 250)
RGB Percent91%, 59%, 98%rgb(91%, 59%, 98%)
CSS RGBa233, 150, 250,1rgba(233,150,250,1)
CMYK Modelcmyk(7%,40%,0%,2%)
HSL Color Space290,91% ,78%hsl(290,91% ,78%)
HSV Color Space290°, 40%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010011001011011111010
Octal351226372
Decimal233150250
Hexe996fa

Different shades of #e996fa color code.

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

Light Shade of #e996fa
#f3c7fc
Dark Shade of #e996fa
#df65f8
Saturated Shade of #e996fa
#ec91ff
Desaturated Shade of #e996fa
#e59bf4
Grey scale Shade of #e996fa
#c8c8c8
Brighten Shade
#ffafff
Most Readable Shade
#000000

Shades of #e996fa color code

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

#e996fa
#cf85de
#b574c2
#9b64a6
#81538a
#67426f
#4d3253
#332137
#19101b
#000000

Similar Color like #e996fa color

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

#ea97fb
#eb98fc
#ec99fd
#ed9afe
#ee9bff
#ef9cff
#f09dff
#f19eff
#f29fff
#f3a0ff
#f4a1ff
#f5a2ff
#f6a3ff
#f7a4ff
#e895f9
#e794f8
#e693f7
#e592f6
#e491f5
#e390f4
#e28ff3
#e18ef2
#e08df1
#df8cf0
#de8bef
#dd8aee
#dc89ed
#db88ec

Monochromatic Color with #e996fa

#e996fa
#231625
#4b3050
#72497a
#9a63a5
#c17ccf

Tints of #e996fa Color

#e996fa
#eba1fa
#edadfb
#f0b9fb
#f2c4fc
#f5d0fc
#f7dcfd
#fae7fd
#fcf3fe
#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

#e996fa
#a7fa96

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

Split Complementary

#e996fa
#d9fa96
#96fab7

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

Analogous Color

#c196fa
#d596fa
#e996fa
#fa96f7
#fa96e3

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

#e996fa
#fae996
#96fae9

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

#e996fa
#fab796
#a7fa96
#96d9fa

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

#e996fa
#a7fa96
#96fab7
#fa96d9

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

#e996fa Color Code Preview on Black Background Color

This is how #e996fa Color will look on black background color. Color contrast ratio is 10.21

#e996fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e996fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e996fa

#e996fa color code is use for CSS Background Color

Background color for the above div is #e996fa

HTML with inline CSS

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

#e996fa color code is use for CSS Border Color

CSS Border color for the above div is #e996fa

HTML with inline CSS

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

CSS Border Left color for the above div is #e996fa

HTML with inline CSS

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

CSS Border Right color for the above div is #e996fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e996fa

HTML with inline CSS

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

CSS Border Top color for the above div is #e996fa

HTML with inline CSS

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

#e996fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e996fa Color code Preview on White Background

This is how #e996fa Color code will look on white background color. Color contrast ratio is 2.06

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

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(233,150,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,250,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(233,150,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.