crispedge.com

Color picker

Loading...

#ee86e0 hex color - Violet - Warm color - Information

#ee86e0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ee86e0 Color code in RGB color code model is created after adding 93.33% red color, 52.55% green color and 87.84% blue color. Hex #ee86e0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 6% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeee86e0#ee86e0
RGB Decimal238, 134, 224rgb(238, 134, 224)
RGB Percent93%, 53%, 88%rgb(93%, 53%, 88%)
CSS RGBa238, 134, 224,1rgba(238,134,224,1)
CMYK Modelcmyk(0%,44%,6%,7%)
HSL Color Space308,75% ,73%hsl(308,75% ,73%)
HSV Color Space308°, 44%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101000011011100000
Octal356206340
Decimal238134224
Hexee86e0

Different shades of #ee86e0 color code.

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

Light Shade of #ee86e0
#f4b3eb
Dark Shade of #ee86e0
#e859d5
Saturated Shade of #ee86e0
#f57fe5
Desaturated Shade of #ee86e0
#e78ddb
Grey scale Shade of #ee86e0
#bababa
Brighten Shade
#ff9ff9
Most Readable Shade
#000000

Shades of #ee86e0 color code

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

#ee86e0
#d377c7
#b968ae
#9e5995
#844a7c
#693b63
#4f2c4a
#341d31
#1a0e18
#000000

Similar Color like #ee86e0 color

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

#ef87e1
#f088e2
#f189e3
#f28ae4
#f38be5
#f48ce6
#f58de7
#f68ee8
#f78fe9
#f890ea
#f991eb
#fa92ec
#fb93ed
#fc94ee
#ed85df
#ec84de
#eb83dd
#ea82dc
#e981db
#e880da
#e77fd9
#e67ed8
#e57dd7
#e47cd6
#e37bd5
#e27ad4
#e179d3
#e078d2

Monochromatic Color with #ee86e0

#ee86e0
#1a0e18
#442640
#6e3e68
#995690
#c36eb8

Tints of #ee86e0 Color

#ee86e0
#ef93e3
#f1a0e6
#f3aeea
#f5bbed
#f7c9f1
#f9d6f4
#fbe4f8
#fdf1fb
#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

#ee86e0
#86ee94

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

Split Complementary

#ee86e0
#acee86
#86eec8

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

Analogous Color

#d286ee
#e786ee
#ee86e0
#ee86cb
#ee86b6

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

#ee86e0
#e0ee86
#86e0ee

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

#ee86e0
#eec886
#86ee94
#86acee

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

#ee86e0
#86ee94
#86eec8
#ee86ac

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

#ee86e0 Color Code Preview on Black Background Color

This is how #ee86e0 Color will look on black background color. Color contrast ratio is 9.12

#ee86e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee86e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee86e0

#ee86e0 color code is use for CSS Background Color

Background color for the above div is #ee86e0

HTML with inline CSS

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

#ee86e0 color code is use for CSS Border Color

CSS Border color for the above div is #ee86e0

HTML with inline CSS

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

CSS Border Left color for the above div is #ee86e0

HTML with inline CSS

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

CSS Border Right color for the above div is #ee86e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee86e0

HTML with inline CSS

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

CSS Border Top color for the above div is #ee86e0

HTML with inline CSS

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

#ee86e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee86e0 Color code Preview on White Background

This is how #ee86e0 Color code will look on white background color. Color contrast ratio is 2.30

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

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,134,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(134,238,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,134,224,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.