crispedge.com

Color picker

Loading...

#e794ea hex color - Violet - Warm color - Information

#e794ea hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e794ea Color code in RGB color code model is created after adding 90.59% red color, 58.04% green color and 91.76% blue color. Hex #e794ea Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 37% magenta, 0% yellow and 8% black.

Hex #e794ea color code is between #ee99ee web safe hex color code and #dd88dd web safe hex color code. #ee99ee is the nearest web safe color code. You can see here many more shades of #e794ea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee794ea#e794ea
RGB Decimal231, 148, 234rgb(231, 148, 234)
RGB Percent91%, 58%, 92%rgb(91%, 58%, 92%)
CSS RGBa231, 148, 234,1rgba(231,148,234,1)
CMYK Modelcmyk(1%,37%,0%,8%)
HSL Color Space298,67% ,75%hsl(298,67% ,75%)
HSV Color Space298°, 37%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001111001010011101010
Octal347224352
Decimal231148234
Hexe794ea

Different shades of #e794ea color code.

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

Light Shade of #e794ea
#f1bff2
Dark Shade of #e794ea
#dd69e2
Saturated Shade of #e794ea
#ed8ef0
Desaturated Shade of #e794ea
#e19ae4
Grey scale Shade of #e794ea
#bfbfbf
Brighten Shade
#ffadff
Most Readable Shade
#000000

Shades of #e794ea color code

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

#e794ea
#cd83d0
#b373b6
#9a629c
#805282
#664168
#4d314e
#332034
#19101a
#000000

Similar Color like #e794ea color

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

#e895eb
#e996ec
#ea97ed
#eb98ee
#ec99ef
#ed9af0
#ee9bf1
#ef9cf2
#f09df3
#f19ef4
#f29ff5
#f3a0f6
#f4a1f7
#f5a2f8
#e693e9
#e592e8
#e491e7
#e390e6
#e28fe5
#e18ee4
#e08de3
#df8ce2
#de8be1
#dd8ae0
#dc89df
#db88de
#da87dd
#d986dc

Monochromatic Color with #e794ea

#e794ea
#150e15
#3f2840
#69436a
#935e95
#bd79bf

Tints of #e794ea Color

#e794ea
#e99fec
#ecabee
#efb7f1
#f1c3f3
#f4cff5
#f7dbf8
#f9e7fa
#fcf3fc
#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

#e794ea
#97ea94

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

Split Complementary

#e794ea
#c2ea94
#94eabc

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

Analogous Color

#c594ea
#d694ea
#e794ea
#ea94dc
#ea94cb

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

#e794ea
#eae794
#94eae7

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

#e794ea
#eabc94
#97ea94
#94c2ea

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

#e794ea
#97ea94
#94eabc
#ea94c2

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

#e794ea Color Code Preview on Black Background Color

This is how #e794ea Color will look on black background color. Color contrast ratio is 9.82

#e794ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e794ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e794ea

#e794ea color code is use for CSS Background Color

Background color for the above div is #e794ea

HTML with inline CSS

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

#e794ea color code is use for CSS Border Color

CSS Border color for the above div is #e794ea

HTML with inline CSS

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

CSS Border Left color for the above div is #e794ea

HTML with inline CSS

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

CSS Border Right color for the above div is #e794ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e794ea

HTML with inline CSS

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

CSS Border Top color for the above div is #e794ea

HTML with inline CSS

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

#e794ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e794ea Color code Preview on White Background

This is how #e794ea Color code will look on white background color. Color contrast ratio is 2.14

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

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(231,148,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,234,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,148,234,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.