crispedge.com

Color picker

Loading...

#e157cc hex color - Red - Warm color - Information

#e157cc hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codee157cc#e157cc
RGB Decimal225, 87, 204rgb(225, 87, 204)
RGB Percent88%, 34%, 80%rgb(88%, 34%, 80%)
CSS RGBa225, 87, 204,1rgba(225,87,204,1)
CMYK Modelcmyk(0%,61%,9%,12%)
HSL Color Space309,70% ,61%hsl(309,70% ,61%)
HSV Color Space309°, 61%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000010101011111001100
Octal341127314
Decimal22587204
Hexe157cc

Different shades of #e157cc color code.

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

Light Shade of #e157cc
#e982d9
Dark Shade of #e157cc
#d92cbf
Saturated Shade of #e157cc
#eb4dd3
Desaturated Shade of #e157cc
#d761c5
Grey scale Shade of #e157cc
#9c9c9c
Brighten Shade
#fa70e5
Most Readable Shade
#000000

Shades of #e157cc color code

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

#e157cc
#c84db5
#af439e
#963a88
#7d3071
#64265a
#4b1d44
#32132d
#190916
#000000

Similar Color like #e157cc color

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

#e258cd
#e359ce
#e45acf
#e55bd0
#e65cd1
#e75dd2
#e85ed3
#e95fd4
#ea60d5
#eb61d6
#ec62d7
#ed63d8
#ee64d9
#ef65da
#e056cb
#df55ca
#de54c9
#dd53c8
#dc52c7
#db51c6
#da50c5
#d94fc4
#d84ec3
#d74dc2
#d64cc1
#d54bc0
#d44abf
#d349be

Monochromatic Color with #e157cc

#e157cc
#0c050b
#371532
#612658
#8c367f
#b647a5

Tints of #e157cc Color

#e157cc
#e469d1
#e77cd7
#eb8fdd
#eea1e2
#f1b4e8
#f5c7ee
#f8d9f3
#fbecf9
#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

#e157cc
#57e16c

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

Split Complementary

#e157cc
#87e157
#57e1b1

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

Analogous Color

#bf57e1
#da57e1
#e157cc
#e157b0
#e15795

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

#e157cc
#cce157
#57cce1

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

#e157cc
#e1b157
#57e16c
#5787e1

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

#e157cc
#57e16c
#57e1b1
#e15787

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

#e157cc Color Code Preview on Black Background Color

This is how #e157cc Color will look on black background color. Color contrast ratio is 6.44

#e157cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e157cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e157cc

#e157cc color code is use for CSS Background Color

Background color for the above div is #e157cc

HTML with inline CSS

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

#e157cc color code is use for CSS Border Color

CSS Border color for the above div is #e157cc

HTML with inline CSS

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

CSS Border Left color for the above div is #e157cc

HTML with inline CSS

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

CSS Border Right color for the above div is #e157cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e157cc

HTML with inline CSS

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

CSS Border Top color for the above div is #e157cc

HTML with inline CSS

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

#e157cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e157cc Color code Preview on White Background

This is how #e157cc Color code will look on white background color. Color contrast ratio is 3.26

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

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,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,225,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,87,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.