crispedge.com

Color picker

Loading...

#e99eaf hex color - Violet - Warm color - Information

#e99eaf hex color - Violet - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Violet

Hex #e99eaf Color code in RGB color code model is created after adding 91.37% red color, 61.96% green color and 68.63% blue color. Hex #e99eaf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 25% yellow and 9% black.

Hex #e99eaf color code is between #ee99aa web safe hex color code and #ddaabb web safe hex color code. #ee99aa is the nearest web safe color code. You can see here many more shades of #e99eaf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee99eaf#e99eaf
RGB Decimal233, 158, 175rgb(233, 158, 175)
RGB Percent91%, 62%, 69%rgb(91%, 62%, 69%)
CSS RGBa233, 158, 175,1rgba(233,158,175,1)
CMYK Modelcmyk(0%,32%,25%,9%)
HSL Color Space346,63% ,77%hsl(346,63% ,77%)
HSV Color Space346°, 32%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010011001111010101111
Octal351236257
Decimal233158175
Hexe99eaf

Different shades of #e99eaf color code.

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

Light Shade of #e99eaf
#f2c8d1
Dark Shade of #e99eaf
#e0748d
Saturated Shade of #e99eaf
#ef98ac
Desaturated Shade of #e99eaf
#e3a4b2
Grey scale Shade of #e99eaf
#c3c3c3
Brighten Shade
#ffb7c8
Most Readable Shade
#000000

Shades of #e99eaf color code

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

#e99eaf
#cf8c9b
#b57a88
#9b6974
#815761
#67464d
#4d343a
#332326
#191113
#000000

Similar Color like #e99eaf color

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

#ea9fb0
#eba0b1
#eca1b2
#eda2b3
#eea3b4
#efa4b5
#f0a5b6
#f1a6b7
#f2a7b8
#f3a8b9
#f4a9ba
#f5aabb
#f6abbc
#f7acbd
#e89dae
#e79cad
#e69bac
#e59aab
#e499aa
#e398a9
#e297a8
#e196a7
#e095a6
#df94a5
#de93a4
#dd92a3
#dc91a2
#db90a1

Monochromatic Color with #e99eaf

#e99eaf
#140e0f
#3f2b2f
#69484f
#94646f
#be818f

Tints of #e99eaf Color

#e99eaf
#eba8b7
#edb3c0
#f0bec9
#f2c9d2
#f5d3db
#f7dee4
#fae9ed
#fcf4f6
#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

#e99eaf
#9ee9d8

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

Split Complementary

#e99eaf
#9ee9b2
#9ed5e9

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

Analogous Color

#e99ecd
#e99ebe
#e99eaf
#e99ea0
#e9ab9e

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

#e99eaf
#afe99e
#9eafe9

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

#e99eaf
#d4e99e
#9ee9d8
#b29ee9

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

#e99eaf
#9ee9d8
#9ed5e9
#e9b29e

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

#e99eaf Color Code Preview on Black Background Color

This is how #e99eaf Color will look on black background color. Color contrast ratio is 9.97

#e99eaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e99eaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e99eaf

#e99eaf color code is use for CSS Background Color

Background color for the above div is #e99eaf

HTML with inline CSS

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

#e99eaf color code is use for CSS Border Color

CSS Border color for the above div is #e99eaf

HTML with inline CSS

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

CSS Border Left color for the above div is #e99eaf

HTML with inline CSS

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

CSS Border Right color for the above div is #e99eaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e99eaf

HTML with inline CSS

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

CSS Border Top color for the above div is #e99eaf

HTML with inline CSS

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

#e99eaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e99eaf Color code Preview on White Background

This is how #e99eaf Color code will look on white background color. Color contrast ratio is 2.11

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

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(233,158,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,233,216,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(233,158,175,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.