crispedge.com

Color picker

Loading...

#e85faa hex color - Red - Warm color - Information

#e85faa hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e85faa Color code in RGB color code model is created after adding 90.98% red color, 37.25% green color and 66.67% blue color. Hex #e85faa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 27% yellow and 9% black.

Hex #e85faa color code is between #ee6699 web safe hex color code and #dd55bb web safe hex color code. #ee6699 is the nearest web safe color code. You can see here many more shades of #e85faa color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee85faa#e85faa
RGB Decimal232, 95, 170rgb(232, 95, 170)
RGB Percent91%, 37%, 67%rgb(91%, 37%, 67%)
CSS RGBa232, 95, 170,1rgba(232,95,170,1)
CMYK Modelcmyk(0%,59%,27%,9%)
HSL Color Space327,75% ,64%hsl(327,75% ,64%)
HSV Color Space327°, 59%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010000101111110101010
Octal350137252
Decimal23295170
Hexe85faa

Different shades of #e85faa color code.

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

Light Shade of #e85faa
#ee8cc2
Dark Shade of #e85faa
#e23292
Saturated Shade of #e85faa
#f156ab
Desaturated Shade of #e85faa
#df68a9
Grey scale Shade of #e85faa
#a3a3a3
Brighten Shade
#ff78c3
Most Readable Shade
#000000

Shades of #e85faa color code

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

#e85faa
#ce5497
#b44984
#9a3f71
#80345e
#672a4b
#4d1f38
#331525
#190a12
#000000

Similar Color like #e85faa color

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

#e960ab
#ea61ac
#eb62ad
#ec63ae
#ed64af
#ee65b0
#ef66b1
#f067b2
#f168b3
#f269b4
#f36ab5
#f46bb6
#f56cb7
#f66db8
#e75ea9
#e65da8
#e55ca7
#e45ba6
#e35aa5
#e259a4
#e158a3
#e057a2
#df56a1
#de55a0
#dd549f
#dc539e
#db529d
#da519c

Monochromatic Color with #e85faa

#e85faa
#13080e
#3e192d
#682b4d
#933c6c
#bd4e8b

Tints of #e85faa Color

#e85faa
#ea70b3
#ed82bc
#ef94c6
#f2a6cf
#f4b7d9
#f7c9e2
#f9dbec
#fcedf5
#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

#e85faa
#5fe89d

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

Split Complementary

#e85faa
#66e85f
#5fe8e2

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

Analogous Color

#e85fe1
#e85fc5
#e85faa
#e85f8f
#e85f73

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

#e85faa
#aae85f
#5faae8

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

#e85faa
#e8e15f
#5fe89d
#5f65e8

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

#e85faa
#5fe89d
#5fe8e2
#e85f66

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

#e85faa Color Code Preview on Black Background Color

This is how #e85faa Color will look on black background color. Color contrast ratio is 6.65

#e85faa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e85faa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e85faa

#e85faa color code is use for CSS Background Color

Background color for the above div is #e85faa

HTML with inline CSS

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

#e85faa color code is use for CSS Border Color

CSS Border color for the above div is #e85faa

HTML with inline CSS

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

CSS Border Left color for the above div is #e85faa

HTML with inline CSS

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

CSS Border Right color for the above div is #e85faa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e85faa

HTML with inline CSS

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

CSS Border Top color for the above div is #e85faa

HTML with inline CSS

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

#e85faa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e85faa Color code Preview on White Background

This is how #e85faa Color code will look on white background color. Color contrast ratio is 3.16

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

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(232,95,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,232,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(232,95,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.