crispedge.com

Color picker

Loading...

#e725a7 hex color - Violet - Warm color - Information

#e725a7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e725a7 Color code in RGB color code model is created after adding 90.59% red color, 14.51% green color and 65.49% blue color. Hex #e725a7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 28% yellow and 9% black.

Hex #e725a7 color code is between #ee22aa web safe hex color code and #dd3399 web safe hex color code. #ee22aa is the nearest web safe color code. You can see here many more shades of #e725a7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee725a7#e725a7
RGB Decimal231, 37, 167rgb(231, 37, 167)
RGB Percent91%, 15%, 65%rgb(91%, 15%, 65%)
CSS RGBa231, 37, 167,1rgba(231,37,167,1)
CMYK Modelcmyk(0%,84%,28%,9%)
HSL Color Space320,80% ,53%hsl(320,80% ,53%)
HSV Color Space320°, 84%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001110010010110100111
Octal34745247
Decimal23137167
Hexe725a7

Different shades of #e725a7 color code.

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

Light Shade of #e725a7
#ec53ba
Dark Shade of #e725a7
#c3168a
Saturated Shade of #e725a7
#f319ab
Desaturated Shade of #e725a7
#db31a3
Grey scale Shade of #e725a7
#868686
Brighten Shade
#ff3ec0
Most Readable Shade
#FFFFFF

Shades of #e725a7 color code

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

#e725a7
#cd2094
#b31c81
#9a186f
#80145c
#66104a
#4d0c37
#330825
#190412
#000000

Similar Color like #e725a7 color

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

#e826a8
#e927a9
#ea28aa
#eb29ab
#ec2aac
#ed2bad
#ee2cae
#ef2daf
#f02eb0
#f12fb1
#f230b2
#f331b3
#f432b4
#f533b5
#e624a6
#e523a5
#e422a4
#e321a3
#e220a2
#e11fa1
#e01ea0
#df1d9f
#de1c9e
#dd1b9d
#dc1a9c
#db199b
#da189a
#d91799

Monochromatic Color with #e725a7

#e725a7
#12030d
#3d0a2c
#67114b
#92176a
#bc1e88

Tints of #e725a7 Color

#e725a7
#e93db0
#ec55ba
#ef6dc4
#f185ce
#f49ed7
#f7b6e1
#f9ceeb
#fce6f5
#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

#e725a7
#25e765

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

Split Complementary

#e725a7
#46e725
#25e7c6

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

Analogous Color

#d925e7
#e725ce
#e725a7
#e72580
#e72559

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

#e725a7
#a7e725
#25a7e7

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

#e725a7
#e7c625
#25e765
#2546e7

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

#e725a7
#25e765
#25e7c6
#e72546

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

#e725a7 Color Code Preview on Black Background Color

This is how #e725a7 Color will look on black background color. Color contrast ratio is 5.22

#e725a7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e725a7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e725a7

#e725a7 color code is use for CSS Background Color

Background color for the above div is #e725a7

HTML with inline CSS

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

#e725a7 color code is use for CSS Border Color

CSS Border color for the above div is #e725a7

HTML with inline CSS

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

CSS Border Left color for the above div is #e725a7

HTML with inline CSS

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

CSS Border Right color for the above div is #e725a7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e725a7

HTML with inline CSS

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

CSS Border Top color for the above div is #e725a7

HTML with inline CSS

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

#e725a7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e725a7 Color code Preview on White Background

This is how #e725a7 Color code will look on white background color. Color contrast ratio is 4.02

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

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(231,37,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(37,231,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,37,167,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.