crispedge.com

Color picker

Loading...

#e157da hex color - Red - Warm color - Information

#e157da hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e157da Color code in RGB color code model is created after adding 88.24% red color, 34.12% green color and 85.49% blue color. Hex #e157da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 3% yellow and 12% black.

Hex #e157da color code is between #dd55dd web safe hex color code and #ee66cc web safe hex color code. #dd55dd is the nearest web safe color code. You can see here many more shades of #e157da color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee157da#e157da
RGB Decimal225, 87, 218rgb(225, 87, 218)
RGB Percent88%, 34%, 85%rgb(88%, 34%, 85%)
CSS RGBa225, 87, 218,1rgba(225,87,218,1)
CMYK Modelcmyk(0%,61%,3%,12%)
HSL Color Space303,70% ,61%hsl(303,70% ,61%)
HSV Color Space303°, 61%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000010101011111011010
Octal341127332
Decimal22587218
Hexe157da

Different shades of #e157da color code.

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

Light Shade of #e157da
#e982e4
Dark Shade of #e157da
#d92cd0
Saturated Shade of #e157da
#eb4de3
Desaturated Shade of #e157da
#d761d1
Grey scale Shade of #e157da
#9c9c9c
Brighten Shade
#fa70f3
Most Readable Shade
#000000

Shades of #e157da color code

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

#e157da
#c84dc1
#af43a9
#963a91
#7d3079
#642660
#4b1d48
#321330
#190918
#000000

Similar Color like #e157da color

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

#e258db
#e359dc
#e45add
#e55bde
#e65cdf
#e75de0
#e85ee1
#e95fe2
#ea60e3
#eb61e4
#ec62e5
#ed63e6
#ee64e7
#ef65e8
#e056d9
#df55d8
#de54d7
#dd53d6
#dc52d5
#db51d4
#da50d3
#d94fd2
#d84ed1
#d74dd0
#d64ccf
#d54bce
#d44acd
#d349cc

Monochromatic Color with #e157da

#e157da
#0c050c
#371535
#61265e
#8c3688
#b647b1

Tints of #e157da Color

#e157da
#e469de
#e77ce2
#eb8fe6
#eea1ea
#f1b4ee
#f5c7f2
#f8d9f6
#fbecfa
#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

#e157da
#57e15e

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

Split Complementary

#e157da
#95e157
#57e1a3

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

Analogous Color

#b157e1
#cc57e1
#e157da
#e157be
#e157a3

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

#e157da
#dae157
#57dae1

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

#e157da
#e1a357
#57e15e
#5795e1

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

#e157da
#57e15e
#57e1a3
#e15795

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

#e157da Color Code Preview on Black Background Color

This is how #e157da Color will look on black background color. Color contrast ratio is 6.58

#e157da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e157da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e157da

#e157da color code is use for CSS Background Color

Background color for the above div is #e157da

HTML with inline CSS

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

#e157da color code is use for CSS Border Color

CSS Border color for the above div is #e157da

HTML with inline CSS

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

CSS Border Left color for the above div is #e157da

HTML with inline CSS

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

CSS Border Right color for the above div is #e157da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e157da

HTML with inline CSS

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

CSS Border Top color for the above div is #e157da

HTML with inline CSS

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

#e157da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e157da Color code Preview on White Background

This is how #e157da Color code will look on white background color. Color contrast ratio is 3.19

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

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(225,87,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,225,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,87,218,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.