crispedge.com

Color picker

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

#ed2fed hex color - Red - Warm color - Information

#ed2fed hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ed2fed color code is between #ee33ee web safe hex color code and #dd22dd web safe hex color code. #ee33ee is the nearest web safe color code. You can see here many more shades of #ed2fed color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeed2fed#ed2fed
RGB Decimal237, 47, 237rgb(237, 47, 237)
RGB Percent93%, 18%, 93%rgb(93%, 18%, 93%)
CSS RGBa237, 47, 237,1rgba(237,47,237,1)
CMYK Modelcmyk(0%,80%,0%,7%)
HSL Color Space300,84% ,56%hsl(300,84% ,56%)
HSV Color Space300°, 80%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010010111111101101
Octal35557355
Decimal23747237
Hexed2fed

Different shades of #ed2fed color code.

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

Light Shade of #ed2fed
#f15ef1
Dark Shade of #ed2fed
#d613d6
Saturated Shade of #ed2fed
#f824f8
Desaturated Shade of #ed2fed
#e23ae2
Grey scale Shade of #ed2fed
#8e8e8e
Brighten Shade
#ff48ff
Most Readable Shade
#000000

Shades of #ed2fed color code

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

#ed2fed
#d229d2
#b824b8
#9e1f9e
#831a83
#691469
#4f0f4f
#340a34
#1a051a
#000000

Similar Color like #ed2fed color

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

#ee30ee
#ef31ef
#f032f0
#f133f1
#f234f2
#f335f3
#f436f4
#f537f5
#f638f6
#f739f7
#f83af8
#f93bf9
#fa3cfa
#fb3dfb
#ec2eec
#eb2deb
#ea2cea
#e92be9
#e82ae8
#e729e7
#e628e6
#e527e5
#e426e4
#e325e3
#e224e2
#e123e1
#e022e0
#df21df

Monochromatic Color with #ed2fed

#ed2fed
#180518
#430d43
#6d166d
#981e98
#c227c2

Tints of #ed2fed Color

#ed2fed
#ef46ef
#f15df1
#f374f3
#f58bf5
#f7a2f7
#f9b9f9
#fbd0fb
#fde7fd
#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

#ed2fed
#2fed2f

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

Split Complementary

#ed2fed
#8eed2f
#2fed8e

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

Analogous Color

#a12fed
#c72fed
#ed2fed
#ed2fc7
#ed2fa1

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

#ed2fed
#eded2f
#2feded

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

#ed2fed
#ed8e2f
#2fed2f
#2f8eed

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

#ed2fed
#2fed2f
#2fed8e
#ed2f8e

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

#ed2fed Color Code Preview on Black Background Color

This is how #ed2fed Color will look on black background color. Color contrast ratio is 6.23

#ed2fed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed2fed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed2fed

#ed2fed color code is use for CSS Background Color

Background color for the above div is #ed2fed

HTML with inline CSS

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

#ed2fed color code is use for CSS Border Color

CSS Border color for the above div is #ed2fed

HTML with inline CSS

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

CSS Border Left color for the above div is #ed2fed

HTML with inline CSS

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

CSS Border Right color for the above div is #ed2fed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed2fed

HTML with inline CSS

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

CSS Border Top color for the above div is #ed2fed

HTML with inline CSS

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

#ed2fed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed2fed Color code Preview on White Background

This is how #ed2fed Color code will look on white background color. Color contrast ratio is 3.37

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.