crispedge.com

Color picker

Loading...

#ee9ced hex color - Violet - Warm color - Information

#ee9ced hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ee9ced Color code in RGB color code model is created after adding 93.33% red color, 61.18% green color and 92.94% blue color. Hex #ee9ced Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 0% yellow and 7% black.

Hex #ee9ced color code is between #dd99ee web safe hex color code and #ffaadd web safe hex color code. #dd99ee is the nearest web safe color code. You can see here many more shades of #ee9ced color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeee9ced#ee9ced
RGB Decimal238, 156, 237rgb(238, 156, 237)
RGB Percent93%, 61%, 93%rgb(93%, 61%, 93%)
CSS RGBa238, 156, 237,1rgba(238,156,237,1)
CMYK Modelcmyk(0%,34%,0%,7%)
HSL Color Space301,71% ,77%hsl(301,71% ,77%)
HSV Color Space301°, 34%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101001110011101101
Octal356234355
Decimal238156237
Hexee9ced

Different shades of #ee9ced color code.

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

Light Shade of #ee9ced
#f5c8f5
Dark Shade of #ee9ced
#e770e5
Saturated Shade of #ee9ced
#f496f3
Desaturated Shade of #ee9ced
#e8a2e7
Grey scale Shade of #ee9ced
#c5c5c5
Brighten Shade
#ffb5ff
Most Readable Shade
#000000

Shades of #ee9ced color code

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

#ee9ced
#d38ad2
#b979b8
#9e689e
#845683
#694569
#4f344f
#342234
#1a111a
#000000

Similar Color like #ee9ced color

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

#ef9dee
#f09eef
#f19ff0
#f2a0f1
#f3a1f2
#f4a2f3
#f5a3f4
#f6a4f5
#f7a5f6
#f8a6f7
#f9a7f8
#faa8f9
#fba9fa
#fcaafb
#ed9bec
#ec9aeb
#eb99ea
#ea98e9
#e997e8
#e896e7
#e795e6
#e694e5
#e593e4
#e492e3
#e391e2
#e290e1
#e18fe0
#e08edf

Monochromatic Color with #ee9ced

#ee9ced
#1a1119
#442d44
#6e486e
#996498
#c380c3

Tints of #ee9ced Color

#ee9ced
#efa7ef
#f1b2f1
#f3bdf3
#f5c8f5
#f7d3f7
#f9def9
#fbe9fb
#fdf4fd
#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

#ee9ced
#9cee9d

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

Split Complementary

#ee9ced
#c4ee9c
#9ceec6

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

Analogous Color

#ce9cee
#df9cee
#ee9ced
#ee9cdd
#ee9ccc

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

#ee9ced
#edee9c
#9cedee

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

#ee9ced
#eec69c
#9cee9d
#9cc4ee

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

#ee9ced
#9cee9d
#9ceec6
#ee9cc4

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

#ee9ced Color Code Preview on Black Background Color

This is how #ee9ced Color will look on black background color. Color contrast ratio is 10.61

#ee9ced in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee9ced

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee9ced

#ee9ced color code is use for CSS Background Color

Background color for the above div is #ee9ced

HTML with inline CSS

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

#ee9ced color code is use for CSS Border Color

CSS Border color for the above div is #ee9ced

HTML with inline CSS

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

CSS Border Left color for the above div is #ee9ced

HTML with inline CSS

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

CSS Border Right color for the above div is #ee9ced

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee9ced

HTML with inline CSS

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

CSS Border Top color for the above div is #ee9ced

HTML with inline CSS

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

#ee9ced hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee9ced Color code Preview on White Background

This is how #ee9ced Color code will look on white background color. Color contrast ratio is 1.98

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

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,156,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,238,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,156,237,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.