crispedge.com

Color picker

Loading...

#e95ebb hex color - Red - Warm color - Information

#e95ebb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e95ebb Color code in RGB color code model is created after adding 91.37% red color, 36.86% green color and 73.33% blue color. Hex #e95ebb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 20% yellow and 9% black.

Hex #e95ebb color code is between #ee66aa web safe hex color code and #dd55cc web safe hex color code. #ee66aa is the nearest web safe color code. You can see here many more shades of #e95ebb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee95ebb#e95ebb
RGB Decimal233, 94, 187rgb(233, 94, 187)
RGB Percent91%, 37%, 73%rgb(91%, 37%, 73%)
CSS RGBa233, 94, 187,1rgba(233,94,187,1)
CMYK Modelcmyk(0%,60%,20%,9%)
HSL Color Space320,76% ,64%hsl(320,76% ,64%)
HSV Color Space320°, 60%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010010101111010111011
Octal351136273
Decimal23394187
Hexe95ebb

Different shades of #e95ebb color code.

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

Light Shade of #e95ebb
#ef8bce
Dark Shade of #e95ebb
#e331a8
Saturated Shade of #e95ebb
#f255be
Desaturated Shade of #e95ebb
#e067b8
Grey scale Shade of #e95ebb
#a3a3a3
Brighten Shade
#ff77d4
Most Readable Shade
#000000

Shades of #e95ebb color code

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

#e95ebb
#cf53a6
#b54991
#9b3e7c
#813467
#672953
#4d1f3e
#331429
#190a14
#000000

Similar Color like #e95ebb color

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

#ea5fbc
#eb60bd
#ec61be
#ed62bf
#ee63c0
#ef64c1
#f065c2
#f166c3
#f267c4
#f368c5
#f469c6
#f56ac7
#f66bc8
#f76cc9
#e85dba
#e75cb9
#e65bb8
#e55ab7
#e459b6
#e358b5
#e257b4
#e156b3
#e055b2
#df54b1
#de53b0
#dd52af
#dc51ae
#db50ad

Monochromatic Color with #e95ebb

#e95ebb
#140810
#3f1933
#692b55
#943c77
#be4d99

Tints of #e95ebb Color

#e95ebb
#eb6fc2
#ed81ca
#f093d1
#f2a5d9
#f5b7e0
#f7c9e8
#fadbef
#fcedf7
#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

#e95ebb
#5ee98c

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

Split Complementary

#e95ebb
#75e95e
#5ee9d1

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

Analogous Color

#df5ee9
#e95ed7
#e95ebb
#e95e9f
#e95e83

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

#e95ebb
#bbe95e
#5ebbe9

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

#e95ebb
#e9d15e
#5ee98c
#5e75e9

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

#e95ebb
#5ee98c
#5ee9d2
#e95e75

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

#e95ebb Color Code Preview on Black Background Color

This is how #e95ebb Color will look on black background color. Color contrast ratio is 6.78

#e95ebb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e95ebb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e95ebb

#e95ebb color code is use for CSS Background Color

Background color for the above div is #e95ebb

HTML with inline CSS

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

#e95ebb color code is use for CSS Border Color

CSS Border color for the above div is #e95ebb

HTML with inline CSS

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

CSS Border Left color for the above div is #e95ebb

HTML with inline CSS

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

CSS Border Right color for the above div is #e95ebb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e95ebb

HTML with inline CSS

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

CSS Border Top color for the above div is #e95ebb

HTML with inline CSS

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

#e95ebb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e95ebb Color code Preview on White Background

This is how #e95ebb Color code will look on white background color. Color contrast ratio is 3.10

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

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,94,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,233,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(233,94,187,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.