crispedge.com

Color picker

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

#ed97c2 hex color - Violet - Warm color - Information

#ed97c2 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ed97c2 Color code in RGB color code model is created after adding 92.94% red color, 59.22% green color and 76.08% blue color. Hex #ed97c2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 18% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeed97c2#ed97c2
RGB Decimal237, 151, 194rgb(237, 151, 194)
RGB Percent93%, 59%, 76%rgb(93%, 59%, 76%)
CSS RGBa237, 151, 194,1rgba(237,151,194,1)
CMYK Modelcmyk(0%,36%,18%,7%)
HSL Color Space330,70% ,76%hsl(330,70% ,76%)
HSV Color Space330°, 36%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011001011111000010
Octal355227302
Decimal237151194
Hexed97c2

Different shades of #ed97c2 color code.

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

Light Shade of #ed97c2
#f5c2db
Dark Shade of #ed97c2
#e56ba8
Saturated Shade of #ed97c2
#f391c2
Desaturated Shade of #ed97c2
#e79dc2
Grey scale Shade of #ed97c2
#c2c2c2
Brighten Shade
#ffb0db
Most Readable Shade
#000000

Shades of #ed97c2 color code

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

#ed97c2
#d286ac
#b87596
#9e6481
#83536b
#694356
#4f3240
#34212b
#1a1015
#000000

Similar Color like #ed97c2 color

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

#ee98c3
#ef99c4
#f09ac5
#f19bc6
#f29cc7
#f39dc8
#f49ec9
#f59fca
#f6a0cb
#f7a1cc
#f8a2cd
#f9a3ce
#faa4cf
#fba5d0
#ec96c1
#eb95c0
#ea94bf
#e993be
#e892bd
#e791bc
#e690bb
#e58fba
#e48eb9
#e38db8
#e28cb7
#e18bb6
#e08ab5
#df89b4

Monochromatic Color with #ed97c2

#ed97c2
#181014
#432b37
#6d465a
#98617c
#c27c9f

Tints of #ed97c2 Color

#ed97c2
#efa2c8
#f1aecf
#f3b9d6
#f5c5dd
#f7d0e3
#f9dcea
#fbe7f1
#fdf3f8
#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

#ed97c2
#97edc2

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

Split Complementary

#ed97c2
#97ed97
#97eded

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

Analogous Color

#ed97e4
#ed97d3
#ed97c2
#ed97b1
#ed97a0

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

#ed97c2
#c2ed97
#97c2ed

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

#ed97c2
#eded97
#97edc2
#9797ed

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

#ed97c2
#97edc2
#97eded
#ed9797

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

#ed97c2 Color Code Preview on Black Background Color

This is how #ed97c2 Color will look on black background color. Color contrast ratio is 9.81

#ed97c2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed97c2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed97c2

#ed97c2 color code is use for CSS Background Color

Background color for the above div is #ed97c2

HTML with inline CSS

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

#ed97c2 color code is use for CSS Border Color

CSS Border color for the above div is #ed97c2

HTML with inline CSS

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

CSS Border Left color for the above div is #ed97c2

HTML with inline CSS

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

CSS Border Right color for the above div is #ed97c2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed97c2

HTML with inline CSS

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

CSS Border Top color for the above div is #ed97c2

HTML with inline CSS

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

#ed97c2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed97c2 Color code Preview on White Background

This is how #ed97c2 Color code will look on white background color. Color contrast ratio is 2.14

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

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.