crispedge.com

Color picker

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

#ed5af2 hex color - Violet - Warm color - Information

#ed5af2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ed5af2 Color code in RGB color code model is created after adding 92.94% red color, 35.29% green color and 94.9% blue color. Hex #ed5af2 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 63% magenta, 0% yellow and 5% black.

Hex #ed5af2 color code is between #ee55ee web safe hex color code and #dd66ff web safe hex color code. #ee55ee is the nearest web safe color code. You can see here many more shades of #ed5af2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeed5af2#ed5af2
RGB Decimal237, 90, 242rgb(237, 90, 242)
RGB Percent93%, 35%, 95%rgb(93%, 35%, 95%)
CSS RGBa237, 90, 242,1rgba(237,90,242,1)
CMYK Modelcmyk(2%,63%,0%,5%)
HSL Color Space298,85% ,65%hsl(298,85% ,65%)
HSV Color Space298°, 63%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010101101011110010
Octal355132362
Decimal23790242
Hexed5af2

Different shades of #ed5af2 color code.

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

Light Shade of #ed5af2
#f289f6
Dark Shade of #ed5af2
#e82bee
Saturated Shade of #ed5af2
#f551fb
Desaturated Shade of #ed5af2
#e563e9
Grey scale Shade of #ed5af2
#a6a6a6
Brighten Shade
#ff73ff
Most Readable Shade
#000000

Shades of #ed5af2 color code

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

#ed5af2
#d250d7
#b846bc
#9e3ca1
#833286
#69286b
#4f1e50
#341435
#1a0a1a
#000000

Similar Color like #ed5af2 color

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

#ee5bf3
#ef5cf4
#f05df5
#f15ef6
#f25ff7
#f360f8
#f461f9
#f562fa
#f663fb
#f764fc
#f865fd
#f966fe
#fa67ff
#fb68ff
#ec59f1
#eb58f0
#ea57ef
#e956ee
#e855ed
#e754ec
#e653eb
#e552ea
#e451e9
#e350e8
#e24fe7
#e14ee6
#e04de5
#df4ce4

Monochromatic Color with #ed5af2

#ed5af2
#1d0b1d
#461b48
#702b72
#9a3a9d
#c34ac7

Tints of #ed5af2 Color

#ed5af2
#ef6cf3
#f17ef4
#f391f6
#f5a3f7
#f7b5f9
#f9c8fa
#fbdafc
#fdecfd
#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

#ed5af2
#5ff25a

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

Split Complementary

#ed5af2
#abf25a
#5af2a1

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

Analogous Color

#b05af2
#cf5af2
#ed5af2
#f25ad9
#f25aba

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

#ed5af2
#f2ed5a
#5af2ed

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

#ed5af2
#f2a15a
#5ff25a
#5aabf2

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

#ed5af2
#5ff25a
#5af2a1
#f25aab

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

#ed5af2 Color Code Preview on Black Background Color

This is how #ed5af2 Color will look on black background color. Color contrast ratio is 7.35

#ed5af2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed5af2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed5af2

#ed5af2 color code is use for CSS Background Color

Background color for the above div is #ed5af2

HTML with inline CSS

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

#ed5af2 color code is use for CSS Border Color

CSS Border color for the above div is #ed5af2

HTML with inline CSS

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

CSS Border Left color for the above div is #ed5af2

HTML with inline CSS

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

CSS Border Right color for the above div is #ed5af2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed5af2

HTML with inline CSS

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

CSS Border Top color for the above div is #ed5af2

HTML with inline CSS

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

#ed5af2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed5af2 Color code Preview on White Background

This is how #ed5af2 Color code will look on white background color. Color contrast ratio is 2.86

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

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.