crispedge.com

Color picker

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

#ed63fe hex color - Violet - Warm color - Information

#ed63fe hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #ed63fe color code is between #ee66ff web safe hex color code and #dd55ee web safe hex color code. #ee66ff is the nearest web safe color code. You can see here many more shades of #ed63fe color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeed63fe#ed63fe
RGB Decimal237, 99, 254rgb(237, 99, 254)
RGB Percent93%, 39%, 100%rgb(93%, 39%, 100%)
CSS RGBa237, 99, 254,1rgba(237,99,254,1)
CMYK Modelcmyk(7%,61%,0%,0%)
HSL Color Space293,99% ,69%hsl(293,99% ,69%)
HSV Color Space293°, 61%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010110001111111110
Octal355143376
Decimal23799254
Hexed63fe

Different shades of #ed63fe color code.

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

Light Shade of #ed63fe
#f396fe
Dark Shade of #ed63fe
#e730fe
Saturated Shade of #ed63fe
#ee62ff
Desaturated Shade of #ed63fe
#e76bf6
Grey scale Shade of #ed63fe
#b0b0b0
Brighten Shade
#ff7cff
Most Readable Shade
#000000

Shades of #ed63fe color code

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

#ed63fe
#d258e1
#b84dc5
#9e42a9
#83378d
#692c70
#4f2154
#341638
#1a0b1c
#000000

Similar Color like #ed63fe color

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

#ee64ff
#ef65ff
#f066ff
#f167ff
#f268ff
#f369ff
#f46aff
#f56bff
#f66cff
#f76dff
#f86eff
#f96fff
#fa70ff
#fb71ff
#ec62fd
#eb61fc
#ea60fb
#e95ffa
#e85ef9
#e75df8
#e65cf7
#e55bf6
#e45af5
#e359f4
#e258f3
#e157f2
#e056f1
#df55f0

Monochromatic Color with #ed63fe

#ed63fe
#271029
#4e2154
#76317e
#9e42a9
#c552d3

Tints of #ed63fe Color

#ed63fe
#ef74fe
#f185fe
#f397fe
#f5a8fe
#f7b9fe
#f9cbfe
#fbdcfe
#fdedfe
#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

#ed63fe
#74fe63

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

Split Complementary

#ed63fe
#c1fe63
#63fea0

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

Analogous Color

#af63fe
#ce63fe
#ed63fe
#fe63f0
#fe63d1

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

#ed63fe
#feed63
#63feed

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

#ed63fe
#fe9f63
#74fe63
#63c1fe

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

#ed63fe
#74fe63
#63fea0
#fe63c1

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

#ed63fe Color Code Preview on Black Background Color

This is how #ed63fe Color will look on black background color. Color contrast ratio is 7.82

#ed63fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed63fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed63fe

#ed63fe color code is use for CSS Background Color

Background color for the above div is #ed63fe

HTML with inline CSS

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

#ed63fe color code is use for CSS Border Color

CSS Border color for the above div is #ed63fe

HTML with inline CSS

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

CSS Border Left color for the above div is #ed63fe

HTML with inline CSS

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

CSS Border Right color for the above div is #ed63fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed63fe

HTML with inline CSS

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

CSS Border Top color for the above div is #ed63fe

HTML with inline CSS

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

#ed63fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed63fe Color code Preview on White Background

This is how #ed63fe Color code will look on white background color. Color contrast ratio is 2.69

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

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.