crispedge.com

Color picker

Loading...

#e152a1 hex color - Red - Warm color - Information

#e152a1 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e152a1 Color code in RGB color code model is created after adding 88.24% red color, 32.16% green color and 63.14% blue color. Hex #e152a1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 28% yellow and 12% black.

Hex #e152a1 color code is between #dd5599 web safe hex color code and #ee44aa web safe hex color code. #dd5599 is the nearest web safe color code. You can see here many more shades of #e152a1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee152a1#e152a1
RGB Decimal225, 82, 161rgb(225, 82, 161)
RGB Percent88%, 32%, 63%rgb(88%, 32%, 63%)
CSS RGBa225, 82, 161,1rgba(225,82,161,1)
CMYK Modelcmyk(0%,64%,28%,12%)
HSL Color Space327,70% ,60%hsl(327,70% ,60%)
HSV Color Space327°, 64%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000010101001010100001
Octal341122241
Decimal22582161
Hexe152a1

Different shades of #e152a1 color code.

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

Light Shade of #e152a1
#e97db9
Dark Shade of #e152a1
#d92789
Saturated Shade of #e152a1
#eb48a2
Desaturated Shade of #e152a1
#d75ca0
Grey scale Shade of #e152a1
#999999
Brighten Shade
#fa6bba
Most Readable Shade
#FFFFFF

Shades of #e152a1 color code

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

#e152a1
#c8488f
#af3f7d
#96366b
#7d2d59
#642447
#4b1b35
#321223
#190911
#000000

Similar Color like #e152a1 color

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

#e253a2
#e354a3
#e455a4
#e556a5
#e657a6
#e758a7
#e859a8
#e95aa9
#ea5baa
#eb5cab
#ec5dac
#ed5ead
#ee5fae
#ef60af
#e051a0
#df509f
#de4f9e
#dd4e9d
#dc4d9c
#db4c9b
#da4b9a
#d94a99
#d84998
#d74897
#d64796
#d54695
#d44594
#d34493

Monochromatic Color with #e152a1

#e152a1
#0c0509
#371427
#612446
#8c3364
#b64383

Tints of #e152a1 Color

#e152a1
#e465ab
#e778b5
#eb8bc0
#ee9eca
#f1b2d5
#f5c5df
#f8d8ea
#fbebf4
#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

#e152a1
#52e192

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

Split Complementary

#e152a1
#59e152
#52e1da

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

Analogous Color

#e152da
#e152be
#e152a1
#e15284
#e15268

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

#e152a1
#a1e152
#52a1e1

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

#e152a1
#e1d952
#52e192
#5259e1

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

#e152a1
#52e192
#52e1da
#e15259

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

#e152a1 Color Code Preview on Black Background Color

This is how #e152a1 Color will look on black background color. Color contrast ratio is 5.92

#e152a1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e152a1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e152a1

#e152a1 color code is use for CSS Background Color

Background color for the above div is #e152a1

HTML with inline CSS

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

#e152a1 color code is use for CSS Border Color

CSS Border color for the above div is #e152a1

HTML with inline CSS

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

CSS Border Left color for the above div is #e152a1

HTML with inline CSS

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

CSS Border Right color for the above div is #e152a1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e152a1

HTML with inline CSS

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

CSS Border Top color for the above div is #e152a1

HTML with inline CSS

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

#e152a1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e152a1 Color code Preview on White Background

This is how #e152a1 Color code will look on white background color. Color contrast ratio is 3.55

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

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,82,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,225,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,82,161,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.