crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#e49af2 hex color - Violet - Warm color - Information

#e49af2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e49af2 Color code in RGB color code model is created after adding 89.41% red color, 60.39% green color and 94.9% blue color. Hex #e49af2 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 36% magenta, 0% yellow and 5% black.

Hex #e49af2 color code is between #dd99ee web safe hex color code and #eeaaff web safe hex color code. #dd99ee is the nearest web safe color code. You can see here many more shades of #e49af2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee49af2#e49af2
RGB Decimal228, 154, 242rgb(228, 154, 242)
RGB Percent89%, 60%, 95%rgb(89%, 60%, 95%)
CSS RGBa228, 154, 242,1rgba(228,154,242,1)
CMYK Modelcmyk(6%,36%,0%,5%)
HSL Color Space290,77% ,78%hsl(290,77% ,78%)
HSV Color Space290°, 36%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001001001101011110010
Octal344232362
Decimal228154242
Hexe49af2

Different shades of #e49af2 color code.

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

Light Shade of #e49af2
#f0c7f8
Dark Shade of #e49af2
#d86dec
Saturated Shade of #e49af2
#e894f8
Desaturated Shade of #e49af2
#e0a0ec
Grey scale Shade of #e49af2
#c6c6c6
Brighten Shade
#fdb3ff
Most Readable Shade
#000000

Shades of #e49af2 color code

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

#e49af2
#ca88d7
#b177bc
#9866a1
#7e5586
#65446b
#4c3350
#322235
#19111a
#000000

Similar Color like #e49af2 color

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

#e59bf3
#e69cf4
#e79df5
#e89ef6
#e99ff7
#eaa0f8
#eba1f9
#eca2fa
#eda3fb
#eea4fc
#efa5fd
#f0a6fe
#f1a7ff
#f2a8ff
#e399f1
#e298f0
#e197ef
#e096ee
#df95ed
#de94ec
#dd93eb
#dc92ea
#db91e9
#da90e8
#d98fe7
#d88ee6
#d78de5
#d68ce4

Monochromatic Color with #e49af2

#e49af2
#1c131d
#442e48
#6c4972
#94649d
#bc7fc7

Tints of #e49af2 Color

#e49af2
#e7a5f3
#eab0f4
#edbbf6
#f0c6f7
#f3d2f9
#f6ddfa
#f9e8fc
#fcf3fd
#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

#e49af2
#a8f29a

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

Split Complementary

#e49af2
#d4f29a
#9af2b8

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

Analogous Color

#c19af2
#d29af2
#e49af2
#f29aee
#f29add

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

#e49af2
#f2e49a
#9af2e4

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

#e49af2
#f2b89a
#a8f29a
#9ad4f2

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

#e49af2
#a8f29a
#9af2b8
#f29ad4

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

#e49af2 Color Code Preview on Black Background Color

This is how #e49af2 Color will look on black background color. Color contrast ratio is 10.20

#e49af2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e49af2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e49af2

#e49af2 color code is use for CSS Background Color

Background color for the above div is #e49af2

HTML with inline CSS

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

#e49af2 color code is use for CSS Border Color

CSS Border color for the above div is #e49af2

HTML with inline CSS

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

CSS Border Left color for the above div is #e49af2

HTML with inline CSS

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

CSS Border Right color for the above div is #e49af2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e49af2

HTML with inline CSS

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

CSS Border Top color for the above div is #e49af2

HTML with inline CSS

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

#e49af2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e49af2 Color code Preview on White Background

This is how #e49af2 Color code will look on white background color. Color contrast ratio is 2.06

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.