crispedge.com

Color picker

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

#eda5bf hex color - Violet - Warm color - Information

#eda5bf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #eda5bf Color code in RGB color code model is created after adding 92.94% red color, 64.71% green color and 74.9% blue color. Hex #eda5bf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 19% yellow and 7% black.

Hex #eda5bf color code is between #eeaabb web safe hex color code and #dd99cc web safe hex color code. #eeaabb is the nearest web safe color code. You can see here many more shades of #eda5bf color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeeda5bf#eda5bf
RGB Decimal237, 165, 191rgb(237, 165, 191)
RGB Percent93%, 65%, 75%rgb(93%, 65%, 75%)
CSS RGBa237, 165, 191,1rgba(237,165,191,1)
CMYK Modelcmyk(0%,30%,19%,7%)
HSL Color Space338,67% ,79%hsl(338,67% ,79%)
HSV Color Space338°, 30%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010010110111111
Octal355245277
Decimal237165191
Hexeda5bf

Different shades of #eda5bf color code.

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

Light Shade of #eda5bf
#f5cfdd
Dark Shade of #eda5bf
#e47aa1
Saturated Shade of #eda5bf
#f2a0bd
Desaturated Shade of #eda5bf
#e8aac0
Grey scale Shade of #eda5bf
#c9c9c9
Brighten Shade
#ffbed8
Most Readable Shade
#000000

Shades of #eda5bf color code

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

#eda5bf
#d292a9
#b88094
#9e6e7f
#835b6a
#694954
#4f373f
#34242a
#1a1215
#000000

Similar Color like #eda5bf color

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

#eea6c0
#efa7c1
#f0a8c2
#f1a9c3
#f2aac4
#f3abc5
#f4acc6
#f5adc7
#f6aec8
#f7afc9
#f8b0ca
#f9b1cb
#fab2cc
#fbb3cd
#eca4be
#eba3bd
#eaa2bc
#e9a1bb
#e8a0ba
#e79fb9
#e69eb8
#e59db7
#e49cb6
#e39bb5
#e29ab4
#e199b3
#e098b2
#df97b1

Monochromatic Color with #eda5bf

#eda5bf
#181114
#432f36
#6d4c58
#986a7a
#c2879d

Tints of #eda5bf Color

#eda5bf
#efafc6
#f1b9cd
#f3c3d4
#f5cddb
#f7d7e2
#f9e1e9
#fbebf0
#fdf5f7
#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

#eda5bf
#a5edd3

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

Split Complementary

#eda5bf
#a5edaf
#a5e3ed

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

Analogous Color

#eda5dc
#eda5cd
#eda5bf
#eda5b1
#eda8a5

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

#eda5bf
#bfeda5
#a5bfed

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

#eda5bf
#e3eda5
#a5edd3
#afa5ed

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

#eda5bf
#a5edd3
#a5e3ed
#edafa5

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

#eda5bf Color Code Preview on Black Background Color

This is how #eda5bf Color will look on black background color. Color contrast ratio is 10.74

#eda5bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda5bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda5bf

#eda5bf color code is use for CSS Background Color

Background color for the above div is #eda5bf

HTML with inline CSS

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

#eda5bf color code is use for CSS Border Color

CSS Border color for the above div is #eda5bf

HTML with inline CSS

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

CSS Border Left color for the above div is #eda5bf

HTML with inline CSS

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

CSS Border Right color for the above div is #eda5bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eda5bf

HTML with inline CSS

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

CSS Border Top color for the above div is #eda5bf

HTML with inline CSS

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

#eda5bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eda5bf Color code Preview on White Background

This is how #eda5bf Color code will look on white background color. Color contrast ratio is 1.96

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.