crispedge.com

#e069ad hex color - Red - Warm color - Information

#e069ad hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #e069ad 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 #e069ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee069ad#e069ad
RGB Decimal224, 105, 173rgb(224, 105, 173)
RGB Percent88%, 41%, 68%rgb(88%, 41%, 68%)
CSS RGBa224, 105, 173,1rgba(224,105,173,1)
CMYK Modelcmyk(0%,53%,23%,12%)
HSL Color Space326,66% ,65%hsl(326,66% ,65%)
HSV Color Space326°, 53%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000110100110101101
Octal340151255
Decimal224105173
Hexe069ad

Different shades of #e069ad color code.

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

Light Shade of #e069ad
#e993c4
Dark Shade of #e069ad
#d73f96
Saturated Shade of #e069ad
#e960ae
Desaturated Shade of #e069ad
#d772ac
Grey scale Shade of #e069ad
#a4a4a4
Brighten Shade
#f982c6
Most Readable Shade
#000000

Shades of #e069ad color code

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

#e069ad
#c75d99
#ae5186
#954673
#7c3a60
#632e4c
#4a2339
#311726
#180b13
#000000

Similar Color like #e069ad color

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

#e16aae
#e26baf
#e36cb0
#e46db1
#e56eb2
#e66fb3
#e770b4
#e871b5
#e972b6
#ea73b7
#eb74b8
#ec75b9
#ed76ba
#ee77bb
#df68ac
#de67ab
#dd66aa
#dc65a9
#db64a8
#da63a7
#d962a6
#d861a5
#d760a4
#d65fa3
#d55ea2
#d45da1
#d35ca0
#d25b9f

Monochromatic Color with #e069ad

#e069ad
#0b0509
#36192a
#602d4b
#8b416b
#b5558c

Tints of #e069ad Color

#e069ad
#e379b6
#e68abf
#ea9bc8
#edabd1
#f1bcda
#f4cde3
#f8ddec
#fbeef5
#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

#e069ad
#69e09c

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

Split Complementary

#e069ad
#72e069
#69e0d8

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

Analogous Color

#e069dd
#e069c5
#e069ad
#e06995
#e0697d

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

#e069ad
#ade069
#69ade0

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

#e069ad
#e0d769
#69e09c
#6971e0

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

#e069ad
#69e09c
#69e0d8
#e06972

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

#e069ad Color Code Preview on Black Background Color

This is how #e069ad Color will look on black background color. Color contrast ratio is 6.79

#e069ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e069ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e069ad

#e069ad color code is use for CSS Background Color

Background color for the above div is #e069ad

HTML with inline CSS

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

#e069ad color code is use for CSS Border Color

CSS Border color for the above div is #e069ad

HTML with inline CSS

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

CSS Border Left color for the above div is #e069ad

HTML with inline CSS

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

CSS Border Right color for the above div is #e069ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e069ad

HTML with inline CSS

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

CSS Border Top color for the above div is #e069ad

HTML with inline CSS

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

#e069ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e069ad Color code Preview on White Background

This is how #e069ad Color code will look on white background color. Color contrast ratio is 3.09

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

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

< /html>