crispedge.com

Color picker

Loading...

#e611ad hex color - Red - Warm color - Information

#e611ad hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e611ad Color code in RGB color code model is created after adding 90.2% red color, 6.67% green color and 67.84% blue color. Hex #e611ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 25% yellow and 10% black.

Hex #e611ad color code is between #ee00aa web safe hex color code and #dd00bb web safe hex color code. #ee00aa is the nearest web safe color code. You can see here many more shades of #e611ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee611ad#e611ad
RGB Decimal230, 17, 173rgb(230, 17, 173)
RGB Percent90%, 7%, 68%rgb(90%, 7%, 68%)
CSS RGBa230, 17, 173,1rgba(230,17,173,1)
CMYK Modelcmyk(0%,93%,25%,10%)
HSL Color Space316,86% ,48%hsl(316,86% ,48%)
HSV Color Space316°, 93%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001100001000110101101
Octal34621255
Decimal23017173
Hexe611ad

Different shades of #e611ad color code.

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

Light Shade of #e611ad
#f03abf
Dark Shade of #e611ad
#b60d89
Saturated Shade of #e611ad
#f205b3
Desaturated Shade of #e611ad
#da1da7
Grey scale Shade of #e611ad
#7b7b7b
Brighten Shade
#ff2ac6
Most Readable Shade
#FFFFFF

Shades of #e611ad color code

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

#e611ad
#cc0f99
#b20d86
#990b73
#7f0960
#66074c
#4c0539
#330326
#190113
#000000

Similar Color like #e611ad color

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

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

Monochromatic Color with #e611ad

#e611ad
#11010d
#3c042d
#66084d
#910b6d
#bb0e8d

Tints of #e611ad Color

#e611ad
#e82bb6
#eb45bf
#ee60c8
#f17ad1
#f395da
#f6afe3
#f9caec
#fce4f5
#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

#e611ad
#11e64a

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

Split Complementary

#e611ad
#42e611
#11e6b4

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

Analogous Color

#ca11e6
#e611d8
#e611ad
#e61182
#e61158

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

#e611ad
#ade611
#11ade6

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

#e611ad
#e6b411
#11e64a
#1143e6

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

#e611ad
#11e64a
#11e6b5
#e61142

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

#e611ad Color Code Preview on Black Background Color

This is how #e611ad Color will look on black background color. Color contrast ratio is 5.05

#e611ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e611ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e611ad

#e611ad color code is use for CSS Background Color

Background color for the above div is #e611ad

HTML with inline CSS

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

#e611ad color code is use for CSS Border Color

CSS Border color for the above div is #e611ad

HTML with inline CSS

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

CSS Border Left color for the above div is #e611ad

HTML with inline CSS

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

CSS Border Right color for the above div is #e611ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e611ad

HTML with inline CSS

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

CSS Border Top color for the above div is #e611ad

HTML with inline CSS

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

#e611ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e611ad Color code Preview on White Background

This is how #e611ad Color code will look on white background color. Color contrast ratio is 4.16

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

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(230,17,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,230,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,17,173,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.