crispedge.com

Color picker

Loading...

#e4a7c7 hex color - Red - Warm color - Information

#e4a7c7 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e4a7c7 Color code in RGB color code model is created after adding 89.41% red color, 65.49% green color and 78.04% blue color. Hex #e4a7c7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 13% yellow and 11% black.

Hex #e4a7c7 color code is between #ddaacc web safe hex color code and #ee99bb web safe hex color code. #ddaacc is the nearest web safe color code. You can see here many more shades of #e4a7c7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee4a7c7#e4a7c7
RGB Decimal228, 167, 199rgb(228, 167, 199)
RGB Percent89%, 65%, 78%rgb(89%, 65%, 78%)
CSS RGBa228, 167, 199,1rgba(228,167,199,1)
CMYK Modelcmyk(0%,27%,13%,11%)
HSL Color Space329,53% ,77%hsl(329,53% ,77%)
HSV Color Space329°, 27%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001001010011111000111
Octal344247307
Decimal228167199
Hexe4a7c7

Different shades of #e4a7c7 color code.

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

Light Shade of #e4a7c7
#f0cee0
Dark Shade of #e4a7c7
#d880ae
Saturated Shade of #e4a7c7
#eaa1c7
Desaturated Shade of #e4a7c7
#deadc7
Grey scale Shade of #e4a7c7
#c5c5c5
Brighten Shade
#fdc0e0
Most Readable Shade
#000000

Shades of #e4a7c7 color code

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

#e4a7c7
#ca94b0
#b1819a
#986f84
#7e5c6e
#654a58
#4c3742
#32252c
#191216
#000000

Similar Color like #e4a7c7 color

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

#e5a8c8
#e6a9c9
#e7aaca
#e8abcb
#e9accc
#eaadcd
#ebaece
#ecafcf
#edb0d0
#eeb1d1
#efb2d2
#f0b3d3
#f1b4d4
#f2b5d5
#e3a6c6
#e2a5c5
#e1a4c4
#e0a3c3
#dfa2c2
#dea1c1
#dda0c0
#dc9fbf
#db9ebe
#da9dbd
#d99cbc
#d89bbb
#d79aba
#d699b9

Monochromatic Color with #e4a7c7

#e4a7c7
#0f0b0e
#3a2a33
#644a58
#8f697d
#b988a2

Tints of #e4a7c7 Color

#e4a7c7
#e7b0cd
#eabad3
#edc4d9
#f0cedf
#f3d7e6
#f6e1ec
#f9ebf2
#fcf5f8
#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

#e4a7c7
#a7e4c4

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

Split Complementary

#e4a7c7
#a9e4a7
#a7e4e2

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

Analogous Color

#e4a7df
#e4a7d3
#e4a7c7
#e4a7bb
#e4a7af

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

#e4a7c7
#c7e4a7
#a7c7e4

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

#e4a7c7
#e4e2a7
#a7e4c4
#a7a8e4

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

#e4a7c7
#a7e4c4
#a7e4e3
#e4a7a9

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

#e4a7c7 Color Code Preview on Black Background Color

This is how #e4a7c7 Color will look on black background color. Color contrast ratio is 10.65

#e4a7c7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e4a7c7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e4a7c7

#e4a7c7 color code is use for CSS Background Color

Background color for the above div is #e4a7c7

HTML with inline CSS

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

#e4a7c7 color code is use for CSS Border Color

CSS Border color for the above div is #e4a7c7

HTML with inline CSS

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

CSS Border Left color for the above div is #e4a7c7

HTML with inline CSS

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

CSS Border Right color for the above div is #e4a7c7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e4a7c7

HTML with inline CSS

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

CSS Border Top color for the above div is #e4a7c7

HTML with inline CSS

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

#e4a7c7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e4a7c7 Color code Preview on White Background

This is how #e4a7c7 Color code will look on white background color. Color contrast ratio is 1.97

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

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(228,167,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,228,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(228,167,199,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.