crispedge.com

Color picker

Loading...

#e66aa1 hex color - Red - Warm color - Information

#e66aa1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e66aa1 Color code in RGB color code model is created after adding 90.2% red color, 41.57% green color and 63.14% blue color. Hex #e66aa1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 30% yellow and 10% black.

Hex #e66aa1 color code is between #ee6699 web safe hex color code and #dd77aa web safe hex color code. #ee6699 is the nearest web safe color code. You can see here many more shades of #e66aa1 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee66aa1#e66aa1
RGB Decimal230, 106, 161rgb(230, 106, 161)
RGB Percent90%, 42%, 63%rgb(90%, 42%, 63%)
CSS RGBa230, 106, 161,1rgba(230,106,161,1)
CMYK Modelcmyk(0%,54%,30%,10%)
HSL Color Space333,71% ,66%hsl(333,71% ,66%)
HSV Color Space333°, 54%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001100110101010100001
Octal346152241
Decimal230106161
Hexe66aa1

Different shades of #e66aa1 color code.

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

Light Shade of #e66aa1
#ed96bd
Dark Shade of #e66aa1
#df3e85
Saturated Shade of #e66aa1
#ef61a0
Desaturated Shade of #e66aa1
#dd73a2
Grey scale Shade of #e66aa1
#a8a8a8
Brighten Shade
#ff83ba
Most Readable Shade
#000000

Shades of #e66aa1 color code

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

#e66aa1
#cc5e8f
#b2527d
#99466b
#7f3a59
#662f47
#4c2335
#331723
#190b11
#000000

Similar Color like #e66aa1 color

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

#e76ba2
#e86ca3
#e96da4
#ea6ea5
#eb6fa6
#ec70a7
#ed71a8
#ee72a9
#ef73aa
#f074ab
#f175ac
#f276ad
#f377ae
#f478af
#e569a0
#e4689f
#e3679e
#e2669d
#e1659c
#e0649b
#df639a
#de6299
#dd6198
#dc6097
#db5f96
#da5e95
#d95d94
#d85c93

Monochromatic Color with #e66aa1

#e66aa1
#11080c
#3c1c2a
#662f48
#914365
#bb5683

Tints of #e66aa1 Color

#e66aa1
#e87aab
#eb8bb5
#ee9bc0
#f1acca
#f3bcd5
#f6cddf
#f9ddea
#fceef4
#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

#e66aa1
#6ae6af

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

Split Complementary

#e66aa1
#6ae671
#6adfe6

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

Analogous Color

#e66ad3
#e66aba
#e66aa1
#e66a88
#e66a6f

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

#e66aa1
#a1e66a
#6aa1e6

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

#e66aa1
#dfe66a
#6ae6af
#716ae6

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

#e66aa1
#6ae6af
#6adfe6
#e6716a

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

#e66aa1 Color Code Preview on Black Background Color

This is how #e66aa1 Color will look on black background color. Color contrast ratio is 6.94

#e66aa1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e66aa1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e66aa1

#e66aa1 color code is use for CSS Background Color

Background color for the above div is #e66aa1

HTML with inline CSS

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

#e66aa1 color code is use for CSS Border Color

CSS Border color for the above div is #e66aa1

HTML with inline CSS

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

CSS Border Left color for the above div is #e66aa1

HTML with inline CSS

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

CSS Border Right color for the above div is #e66aa1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e66aa1

HTML with inline CSS

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

CSS Border Top color for the above div is #e66aa1

HTML with inline CSS

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

#e66aa1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e66aa1 Color code Preview on White Background

This is how #e66aa1 Color code will look on white background color. Color contrast ratio is 3.03

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

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,106,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,230,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,106,161,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.