crispedge.com

Color picker

Loading...

#e65e94 hex color - Red - Warm color - Information

#e65e94 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e65e94 Color code in RGB color code model is created after adding 90.2% red color, 36.86% green color and 58.04% blue color. Hex #e65e94 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 36% yellow and 10% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee65e94#e65e94
RGB Decimal230, 94, 148rgb(230, 94, 148)
RGB Percent90%, 37%, 58%rgb(90%, 37%, 58%)
CSS RGBa230, 94, 148,1rgba(230,94,148,1)
CMYK Modelcmyk(0%,59%,36%,10%)
HSL Color Space336,73% ,64%hsl(336,73% ,64%)
HSV Color Space336°, 59%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001100101111010010100
Octal346136224
Decimal23094148
Hexe65e94

Different shades of #e65e94 color code.

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

Light Shade of #e65e94
#ed8ab1
Dark Shade of #e65e94
#df3277
Saturated Shade of #e65e94
#ef5592
Desaturated Shade of #e65e94
#dd6796
Grey scale Shade of #e65e94
#a2a2a2
Brighten Shade
#ff77ad
Most Readable Shade
#000000

Shades of #e65e94 color code

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

#e65e94
#cc5383
#b24973
#993e62
#7f3452
#662941
#4c1f31
#331420
#190a10
#000000

Similar Color like #e65e94 color

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

#e75f95
#e86096
#e96197
#ea6298
#eb6399
#ec649a
#ed659b
#ee669c
#ef679d
#f0689e
#f1699f
#f26aa0
#f36ba1
#f46ca2
#e55d93
#e45c92
#e35b91
#e25a90
#e1598f
#e0588e
#df578d
#de568c
#dd558b
#dc548a
#db5389
#da5288
#d95187
#d85086

Monochromatic Color with #e65e94

#e65e94
#11070b
#3c1927
#662a42
#913b5d
#bb4d79

Tints of #e65e94 Color

#e65e94
#e86f9f
#eb81ab
#ee93b7
#f1a5c3
#f3b7cf
#f6c9db
#f9dbe7
#fcedf3
#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

#e65e94
#5ee6b0

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

Split Complementary

#e65e94
#5ee66c
#5ed8e6

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

Analogous Color

#e65eca
#e65eaf
#e65e94
#e65e79
#e65e5e

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

#e65e94
#94e65e
#5e94e6

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

#e65e94
#d8e65e
#5ee6b0
#6c5ee6

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

#e65e94
#5ee6b0
#5ed8e6
#e66c5e

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

#e65e94 Color Code Preview on Black Background Color

This is how #e65e94 Color will look on black background color. Color contrast ratio is 6.39

#e65e94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e65e94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e65e94

#e65e94 color code is use for CSS Background Color

Background color for the above div is #e65e94

HTML with inline CSS

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

#e65e94 color code is use for CSS Border Color

CSS Border color for the above div is #e65e94

HTML with inline CSS

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

CSS Border Left color for the above div is #e65e94

HTML with inline CSS

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

CSS Border Right color for the above div is #e65e94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e65e94

HTML with inline CSS

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

CSS Border Top color for the above div is #e65e94

HTML with inline CSS

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

#e65e94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e65e94 Color code Preview on White Background

This is how #e65e94 Color code will look on white background color. Color contrast ratio is 3.28

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

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(230,94,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,230,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,94,148,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.