crispedge.com

Color picker

Loading...

#e72ee3 hex color - Red - Warm color - Information

#e72ee3 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e72ee3 Color code in RGB color code model is created after adding 90.59% red color, 18.04% green color and 89.02% blue color. Hex #e72ee3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 80% magenta, 2% yellow and 9% black.

Hex #e72ee3 color code is between #ee33dd web safe hex color code and #dd22ee web safe hex color code. #ee33dd is the nearest web safe color code. You can see here many more shades of #e72ee3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee72ee3#e72ee3
RGB Decimal231, 46, 227rgb(231, 46, 227)
RGB Percent91%, 18%, 89%rgb(91%, 18%, 89%)
CSS RGBa231, 46, 227,1rgba(231,46,227,1)
CMYK Modelcmyk(0%,80%,2%,9%)
HSL Color Space301,79% ,54%hsl(301,79% ,54%)
HSV Color Space301°, 80%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001110010111011100011
Octal34756343
Decimal23146227
Hexe72ee3

Different shades of #e72ee3 color code.

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

Light Shade of #e72ee3
#ec5ce9
Dark Shade of #e72ee3
#cb17c7
Saturated Shade of #e72ee3
#f322ee
Desaturated Shade of #e72ee3
#db3ad8
Grey scale Shade of #e72ee3
#8a8a8a
Brighten Shade
#ff47fc
Most Readable Shade
#FFFFFF

Shades of #e72ee3 color code

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

#e72ee3
#cd28c9
#b323b0
#9a1e97
#80197e
#661464
#4d0f4b
#330a32
#190519
#000000

Similar Color like #e72ee3 color

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

#e82fe4
#e930e5
#ea31e6
#eb32e7
#ec33e8
#ed34e9
#ee35ea
#ef36eb
#f037ec
#f138ed
#f239ee
#f33aef
#f43bf0
#f53cf1
#e62de2
#e52ce1
#e42be0
#e32adf
#e229de
#e128dd
#e027dc
#df26db
#de25da
#dd24d9
#dc23d8
#db22d7
#da21d6
#d920d5

Monochromatic Color with #e72ee3

#e72ee3
#120412
#3d0c3c
#671566
#921d8f
#bc26b9

Tints of #e72ee3 Color

#e72ee3
#e945e6
#ec5ce9
#ef73ec
#f18aef
#f4a2f2
#f7b9f5
#f9d0f8
#fce7fb
#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

#e72ee3
#2ee732

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

Split Complementary

#e72ee3
#87e72e
#2ee78e

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

Analogous Color

#a12ee7
#c62ee7
#e72ee3
#e72ebe
#e72e99

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

#e72ee3
#e3e72e
#2ee3e7

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

#e72ee3
#e78e2e
#2ee732
#2e86e7

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

#e72ee3
#2ee732
#2ee78e
#e72e87

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

#e72ee3 Color Code Preview on Black Background Color

This is how #e72ee3 Color will look on black background color. Color contrast ratio is 5.90

#e72ee3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e72ee3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e72ee3

#e72ee3 color code is use for CSS Background Color

Background color for the above div is #e72ee3

HTML with inline CSS

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

#e72ee3 color code is use for CSS Border Color

CSS Border color for the above div is #e72ee3

HTML with inline CSS

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

CSS Border Left color for the above div is #e72ee3

HTML with inline CSS

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

CSS Border Right color for the above div is #e72ee3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e72ee3

HTML with inline CSS

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

CSS Border Top color for the above div is #e72ee3

HTML with inline CSS

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

#e72ee3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e72ee3 Color code Preview on White Background

This is how #e72ee3 Color code will look on white background color. Color contrast ratio is 3.56

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

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,46,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,231,50,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,46,227,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.