crispedge.com

Color picker

Loading...

#e069af hex color - Red - Warm color - Information

#e069af hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e069af Color code in RGB color code model is created after adding 87.84% red color, 41.18% green color and 68.63% blue color. Hex #e069af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 22% yellow and 12% black.

Hex #e069af color code is between #dd66aa web safe hex color code and #ee77bb web safe hex color code. #dd66aa is the nearest web safe color code. You can see here many more shades of #e069af color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee069af#e069af
RGB Decimal224, 105, 175rgb(224, 105, 175)
RGB Percent88%, 41%, 69%rgb(88%, 41%, 69%)
CSS RGBa224, 105, 175,1rgba(224,105,175,1)
CMYK Modelcmyk(0%,53%,22%,12%)
HSL Color Space325,66% ,65%hsl(325,66% ,65%)
HSV Color Space325°, 53%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000110100110101111
Octal340151257
Decimal224105175
Hexe069af

Different shades of #e069af color code.

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

Light Shade of #e069af
#e993c6
Dark Shade of #e069af
#d73f98
Saturated Shade of #e069af
#e960b1
Desaturated Shade of #e069af
#d772ad
Grey scale Shade of #e069af
#a4a4a4
Brighten Shade
#f982c8
Most Readable Shade
#000000

Shades of #e069af color code

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

#e069af
#c75d9b
#ae5188
#954674
#7c3a61
#632e4d
#4a233a
#311726
#180b13
#000000

Similar Color like #e069af color

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

#e16ab0
#e26bb1
#e36cb2
#e46db3
#e56eb4
#e66fb5
#e770b6
#e871b7
#e972b8
#ea73b9
#eb74ba
#ec75bb
#ed76bc
#ee77bd
#df68ae
#de67ad
#dd66ac
#dc65ab
#db64aa
#da63a9
#d962a8
#d861a7
#d760a6
#d65fa5
#d55ea4
#d45da3
#d35ca2
#d25ba1

Monochromatic Color with #e069af

#e069af
#0b0509
#36192a
#602d4b
#8b416d
#b5558e

Tints of #e069af Color

#e069af
#e379b7
#e68ac0
#ea9bc9
#edabd2
#f1bcdb
#f4cde4
#f8dded
#fbeef6
#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

#e069af
#69e09a

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

Split Complementary

#e069af
#74e069
#69e0d6

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

Analogous Color

#e069df
#e069c7
#e069af
#e06997
#e0697f

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

#e069af
#afe069
#69afe0

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

#e069af
#e0d569
#69e09a
#6973e0

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

#e069af
#69e09a
#69e0d6
#e06974

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

#e069af Color Code Preview on Black Background Color

This is how #e069af Color will look on black background color. Color contrast ratio is 6.81

#e069af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e069af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e069af

#e069af color code is use for CSS Background Color

Background color for the above div is #e069af

HTML with inline CSS

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

#e069af color code is use for CSS Border Color

CSS Border color for the above div is #e069af

HTML with inline CSS

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

CSS Border Left color for the above div is #e069af

HTML with inline CSS

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

CSS Border Right color for the above div is #e069af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e069af

HTML with inline CSS

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

CSS Border Top color for the above div is #e069af

HTML with inline CSS

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

#e069af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e069af Color code Preview on White Background

This is how #e069af Color code will look on white background color. Color contrast ratio is 3.08

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

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(224,105,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,224,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,105,175,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.