crispedge.com

Color picker

Loading...

#e69eec hex color - Violet - Warm color - Information

#e69eec hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee69eec#e69eec
RGB Decimal230, 158, 236rgb(230, 158, 236)
RGB Percent90%, 62%, 93%rgb(90%, 62%, 93%)
CSS RGBa230, 158, 236,1rgba(230,158,236,1)
CMYK Modelcmyk(3%,33%,0%,7%)
HSL Color Space295,67% ,77%hsl(295,67% ,77%)
HSV Color Space295°, 33%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101001111011101100
Octal346236354
Decimal230158236
Hexe69eec

Different shades of #e69eec color code.

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

Light Shade of #e69eec
#f1c9f4
Dark Shade of #e69eec
#db73e4
Saturated Shade of #e69eec
#eb98f2
Desaturated Shade of #e69eec
#e1a4e6
Grey scale Shade of #e69eec
#c5c5c5
Brighten Shade
#ffb7ff
Most Readable Shade
#000000

Shades of #e69eec color code

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

#e69eec
#cc8cd1
#b27ab7
#99699d
#7f5783
#664668
#4c344e
#332334
#19111a
#000000

Similar Color like #e69eec color

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

#e79fed
#e8a0ee
#e9a1ef
#eaa2f0
#eba3f1
#eca4f2
#eda5f3
#eea6f4
#efa7f5
#f0a8f6
#f1a9f7
#f2aaf8
#f3abf9
#f4acfa
#e59deb
#e49cea
#e39be9
#e29ae8
#e199e7
#e098e6
#df97e5
#de96e4
#dd95e3
#dc94e2
#db93e1
#da92e0
#d991df
#d890de

Monochromatic Color with #e69eec

#e69eec
#171017
#402c42
#6a496c
#936597
#bd82c1

Tints of #e69eec Color

#e69eec
#e8a8ee
#ebb3f0
#eebef2
#f1c9f4
#f3d3f6
#f6def8
#f9e9fa
#fcf4fc
#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

#e69eec
#a4ec9e

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

Split Complementary

#e69eec
#cbec9e
#9eecbf

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

Analogous Color

#c79eec
#d69eec
#e69eec
#ec9ee2
#ec9ed3

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

#e69eec
#ece69e
#9eece6

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

#e69eec
#ecbf9e
#a4ec9e
#9ecbec

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

#e69eec
#a4ec9e
#9eecbf
#ec9ecb

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

#e69eec Color Code Preview on Black Background Color

This is how #e69eec Color will look on black background color. Color contrast ratio is 10.47

#e69eec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e69eec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e69eec

#e69eec color code is use for CSS Background Color

Background color for the above div is #e69eec

HTML with inline CSS

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

#e69eec color code is use for CSS Border Color

CSS Border color for the above div is #e69eec

HTML with inline CSS

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

CSS Border Left color for the above div is #e69eec

HTML with inline CSS

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

CSS Border Right color for the above div is #e69eec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e69eec

HTML with inline CSS

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

CSS Border Top color for the above div is #e69eec

HTML with inline CSS

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

#e69eec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e69eec Color code Preview on White Background

This is how #e69eec Color code will look on white background color. Color contrast ratio is 2.01

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

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(230,158,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(164,236,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,158,236,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.