crispedge.com

Color picker

Loading...

#e293bb hex color - Red - Warm color - Information

#e293bb hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e293bb Color code in RGB color code model is created after adding 88.63% red color, 57.65% green color and 73.33% blue color. Hex #e293bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 17% yellow and 11% black.

Hex #e293bb color code is between #dd99aa web safe hex color code and #ee88cc web safe hex color code. #dd99aa is the nearest web safe color code. You can see here many more shades of #e293bb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee293bb#e293bb
RGB Decimal226, 147, 187rgb(226, 147, 187)
RGB Percent89%, 58%, 73%rgb(89%, 58%, 73%)
CSS RGBa226, 147, 187,1rgba(226,147,187,1)
CMYK Modelcmyk(0%,35%,17%,11%)
HSL Color Space330,58% ,73%hsl(330,58% ,73%)
HSV Color Space330°, 35%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101001001110111011
Octal342223273
Decimal226147187
Hexe293bb

Different shades of #e293bb color code.

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

Light Shade of #e293bb
#edbbd4
Dark Shade of #e293bb
#d76ba2
Saturated Shade of #e293bb
#e98cbb
Desaturated Shade of #e293bb
#db9abb
Grey scale Shade of #e293bb
#bababa
Brighten Shade
#fbacd4
Most Readable Shade
#000000

Shades of #e293bb color code

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

#e293bb
#c882a6
#af7291
#96627c
#7d5167
#644153
#4b313e
#322029
#191014
#000000

Similar Color like #e293bb color

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

#e394bc
#e495bd
#e596be
#e697bf
#e798c0
#e899c1
#e99ac2
#ea9bc3
#eb9cc4
#ec9dc5
#ed9ec6
#ee9fc7
#efa0c8
#f0a1c9
#e192ba
#e091b9
#df90b8
#de8fb7
#dd8eb6
#dc8db5
#db8cb4
#da8bb3
#d98ab2
#d889b1
#d788b0
#d687af
#d586ae
#d485ad

Monochromatic Color with #e293bb

#e293bb
#0d090b
#38242e
#624051
#8d5c75
#b77798

Tints of #e293bb Color

#e293bb
#e59fc2
#e8abca
#ebb7d1
#eec3d9
#f2cfe0
#f5dbe8
#f8e7ef
#fbf3f7
#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

#e293bb
#93e2ba

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

Split Complementary

#e293bb
#94e293
#93e2e2

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

Analogous Color

#e293db
#e293cb
#e293bb
#e293ab
#e2939b

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

#e293bb
#bbe293
#93bbe2

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

#e293bb
#e2e193
#93e2ba
#9393e2

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

#e293bb
#93e2ba
#93e2e2
#e29394

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

#e293bb Color Code Preview on Black Background Color

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

#e293bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e293bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e293bb

#e293bb color code is use for CSS Background Color

Background color for the above div is #e293bb

HTML with inline CSS

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

#e293bb color code is use for CSS Border Color

CSS Border color for the above div is #e293bb

HTML with inline CSS

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

CSS Border Left color for the above div is #e293bb

HTML with inline CSS

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

CSS Border Right color for the above div is #e293bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e293bb

HTML with inline CSS

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

CSS Border Top color for the above div is #e293bb

HTML with inline CSS

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

#e293bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e293bb Color code Preview on White Background

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

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(226,147,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,226,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,147,187,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.