crispedge.com

Color picker

Loading...

#eea6ec hex color - Violet - Warm color - Information

#eea6ec hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #eea6ec Color code in RGB color code model is created after adding 93.33% red color, 65.1% green color and 92.55% blue color. Hex #eea6ec Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 1% yellow and 7% black.

Hex #eea6ec color code is between #ddaaee web safe hex color code and #ff99dd web safe hex color code. #ddaaee is the nearest web safe color code. You can see here many more shades of #eea6ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeea6ec#eea6ec
RGB Decimal238, 166, 236rgb(238, 166, 236)
RGB Percent93%, 65%, 93%rgb(93%, 65%, 93%)
CSS RGBa238, 166, 236,1rgba(238,166,236,1)
CMYK Modelcmyk(0%,30%,1%,7%)
HSL Color Space302,68% ,79%hsl(302,68% ,79%)
HSV Color Space302°, 30%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101010011011101100
Octal356246354
Decimal238166236
Hexeea6ec

Different shades of #eea6ec color code.

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

Light Shade of #eea6ec
#f6d1f5
Dark Shade of #eea6ec
#e67be3
Saturated Shade of #eea6ec
#f3a1f1
Desaturated Shade of #eea6ec
#e9abe7
Grey scale Shade of #eea6ec
#cacaca
Brighten Shade
#ffbfff
Most Readable Shade
#000000

Shades of #eea6ec color code

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

#eea6ec
#d393d1
#b981b7
#9e6e9d
#845c83
#694968
#4f374e
#342434
#1a121a
#000000

Similar Color like #eea6ec color

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

#efa7ed
#f0a8ee
#f1a9ef
#f2aaf0
#f3abf1
#f4acf2
#f5adf3
#f6aef4
#f7aff5
#f8b0f6
#f9b1f7
#fab2f8
#fbb3f9
#fcb4fa
#eda5eb
#eca4ea
#eba3e9
#eaa2e8
#e9a1e7
#e8a0e6
#e79fe5
#e69ee4
#e59de3
#e49ce2
#e39be1
#e29ae0
#e199df
#e098de

Monochromatic Color with #eea6ec

#eea6ec
#1a1219
#442f43
#6e4d6e
#996b98
#c388c2

Tints of #eea6ec Color

#eea6ec
#efafee
#f1b9f0
#f3c3f2
#f5cdf4
#f7d7f6
#f9e1f8
#fbebfa
#fdf5fc
#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

#eea6ec
#a6eea8

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

Split Complementary

#eea6ec
#c8eea6
#a6eecc

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

Analogous Color

#d3a6ee
#e2a6ee
#eea6ec
#eea6de
#eea6cf

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

#eea6ec
#eceea6
#a6ecee

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

#eea6ec
#eecca6
#a6eea8
#a6c8ee

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

#eea6ec
#a6eea8
#a6eecc
#eea6c8

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

#eea6ec Color Code Preview on Black Background Color

This is how #eea6ec Color will look on black background color. Color contrast ratio is 11.30

#eea6ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eea6ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eea6ec

#eea6ec color code is use for CSS Background Color

Background color for the above div is #eea6ec

HTML with inline CSS

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

#eea6ec color code is use for CSS Border Color

CSS Border color for the above div is #eea6ec

HTML with inline CSS

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

CSS Border Left color for the above div is #eea6ec

HTML with inline CSS

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

CSS Border Right color for the above div is #eea6ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eea6ec

HTML with inline CSS

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

CSS Border Top color for the above div is #eea6ec

HTML with inline CSS

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

#eea6ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eea6ec Color code Preview on White Background

This is how #eea6ec Color code will look on white background color. Color contrast ratio is 1.86

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

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(238,166,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,238,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,166,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.