crispedge.com

Color picker

Loading...

#e712ae hex color - Red - Warm color - Information

#e712ae hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e712ae Color code in RGB color code model is created after adding 90.59% red color, 7.06% green color and 68.24% blue color. Hex #e712ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 25% yellow and 9% black.

Hex #e712ae color code is between #ee11aa web safe hex color code and #dd22bb web safe hex color code. #ee11aa is the nearest web safe color code. You can see here many more shades of #e712ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee712ae#e712ae
RGB Decimal231, 18, 174rgb(231, 18, 174)
RGB Percent91%, 7%, 68%rgb(91%, 7%, 68%)
CSS RGBa231, 18, 174,1rgba(231,18,174,1)
CMYK Modelcmyk(0%,92%,25%,9%)
HSL Color Space316,86% ,49%hsl(316,86% ,49%)
HSV Color Space316°, 92%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001110001001010101110
Octal34722256
Decimal23118174
Hexe712ae

Different shades of #e712ae color code.

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

Light Shade of #e712ae
#f03cc0
Dark Shade of #e712ae
#b80e8a
Saturated Shade of #e712ae
#f306b4
Desaturated Shade of #e712ae
#db1ea8
Grey scale Shade of #e712ae
#7c7c7c
Brighten Shade
#ff2bc7
Most Readable Shade
#FFFFFF

Shades of #e712ae color code

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

#e712ae
#cd109a
#b30e87
#9a0c74
#800a60
#66084d
#4d063a
#330426
#190213
#000000

Similar Color like #e712ae color

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

#e813af
#e914b0
#ea15b1
#eb16b2
#ec17b3
#ed18b4
#ee19b5
#ef1ab6
#f01bb7
#f11cb8
#f21db9
#f31eba
#f41fbb
#f520bc
#e611ad
#e510ac
#e40fab
#e30eaa
#e20da9
#e10ca8
#e00ba7
#df0aa6
#de09a5
#dd08a4
#dc07a3
#db06a2
#da05a1
#d904a0

Monochromatic Color with #e712ae

#e712ae
#12010e
#3d052e
#67084e
#920b6e
#bc0f8e

Tints of #e712ae Color

#e712ae
#e92cb7
#ec46c0
#ef61c9
#f17bd2
#f495db
#f7b0e4
#f9caed
#fce4f6
#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

#e712ae
#12e74b

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

Split Complementary

#e712ae
#43e712
#12e7b5

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

Analogous Color

#cb12e7
#e712d9
#e712ae
#e71283
#e71259

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

#e712ae
#aee712
#12aee7

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

#e712ae
#e7b512
#12e74b
#1243e7

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

#e712ae
#12e74b
#12e7b6
#e71243

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

#e712ae Color Code Preview on Black Background Color

This is how #e712ae Color will look on black background color. Color contrast ratio is 5.10

#e712ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e712ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e712ae

#e712ae color code is use for CSS Background Color

Background color for the above div is #e712ae

HTML with inline CSS

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

#e712ae color code is use for CSS Border Color

CSS Border color for the above div is #e712ae

HTML with inline CSS

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

CSS Border Left color for the above div is #e712ae

HTML with inline CSS

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

CSS Border Right color for the above div is #e712ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e712ae

HTML with inline CSS

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

CSS Border Top color for the above div is #e712ae

HTML with inline CSS

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

#e712ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e712ae Color code Preview on White Background

This is how #e712ae Color code will look on white background color. Color contrast ratio is 4.12

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

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,18,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,231,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,18,174,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.