crispedge.com

#e11cae hex color - Red - Warm color - Information

#e11cae hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e11cae Color code in RGB color code model is created after adding 88.24% red color, 10.98% green color and 68.24% blue color. Hex #e11cae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 23% yellow and 11.76% black.

Hex #e11cae color code is between #dd22aa web safe hex color code and #ee11bb web safe hex color code. #dd22aa is the nearest web safe color code. You can see here many more shades of #e11cae color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codee11cae#e11cae
RGB Decimal225, 28, 174rgb(225, 28, 174)
RGB Percent88%, 11%, 68%rgb(88%, 11%, 68%)
CSS RGBa225, 28, 174,1rgba(225,28,174,1)
CMYK Modelcmyk(0%,88%,23%,11.76%)
HSL Color Space316,78% ,50%hsl(316,78% ,50%)
HSV Color Space316°, 88%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000010001110010101110
Octal34134256
Decimal22528174
Hexe11cae

Different shades of #e11cae color code.

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

Light Shade of #e11cae
#e848bf
Dark Shade of #e11cae
#b4168b
Saturated Shade of #e11cae
#ee0fb4
Desaturated Shade of #e11cae
#d429a8
Grey scale Shade of #e11cae
#7e7e7e
Brighten Shade
#fa35c7
Most Readable Shade
#FFFFFF

Shades of #e11cae color code

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

#e11cae
#c8189a
#af1587
#961274
#7d0f60
#640c4d
#4b093a
#320626
#190313
#000000

Similar Color like #e11cae color

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

#e21daf
#e31eb0
#e41fb1
#e520b2
#e621b3
#e722b4
#e823b5
#e924b6
#ea25b7
#eb26b8
#ec27b9
#ed28ba
#ee29bb
#ef2abc
#e01bad
#df1aac
#de19ab
#dd18aa
#dc17a9
#db16a8
#da15a7
#d914a6
#d813a5
#d712a4
#d611a3
#d510a2
#d40fa1
#d30ea0

Monochromatic Color with #e11cae

#e11cae
#0c020a
#37072b
#610c4b
#8c116c
#b6178d

Tints of #e11cae Color

#e11cae
#e435b7
#e74ec0
#eb67c9
#ee80d2
#f19adb
#f5b3e4
#f8cced
#fbe5f6
#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

#e11cae
#1ce14f

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

Split Complementary

#e11cae
#4ce11c
#1ce1b1

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

Analogous Color

#c51ce1
#e11cd5
#e11cae
#e11c87
#e11c5f

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

#e11cae
#aee11c
#1caee1

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

#e11cae
#e1b11c
#1ce14f
#1c4be1

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

#e11cae
#1ce14f
#1ce1b1
#e11c4c

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

#e11cae Color Code Preview on Black Background Color

This is how #e11cae Color will look on black background color. Color contrast ratio is 4.98

#e11cae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e11cae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e11cae

#e11cae color code is use for CSS Background Color

Background color for the above div is #e11cae

HTML with inline CSS

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

#e11cae color code is use for CSS Border Color

CSS Border color for the above div is #e11cae

HTML with inline CSS

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

CSS Border Left color for the above div is #e11cae

HTML with inline CSS

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

CSS Border Right color for the above div is #e11cae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e11cae

HTML with inline CSS

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

CSS Border Top color for the above div is #e11cae

HTML with inline CSS

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

#e11cae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e11cae Color code Preview on White Background

This is how #e11cae Color code will look on white background color. Color contrast ratio is 4.22

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

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,28,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,225,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,28,174,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.