Skip to main content Skip to docs navigation

#e464fb hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Hitsujiyama Pink and its hex is #EE66FF Nearest Color Name

Color Hue/Base color: Violet

Hex #e464fb Color code in RGB color code model is created after adding 89.41% red color, 39.22% green color and 98.43% blue color. Hex #e464fb Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 60% magenta, 0% yellow and 1.57% black.

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

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code e464fb #e464fb
RGB Decimal 228, 100, 251 228, 100, 251
RGB Percent 89%, 39%, 98% rgb(89%, 39%, 98%)
CSS RGBa 228, 100, 251,1 rgba(228,100,251,1)
CMYK Model cmyk(9%,60%,0%,1.57%)
HSL Color Space 291,95% ,69% hsl(291,95% ,69%)
HSV Color Space 291°, 60%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100100 01100100 11111011
Octal 344 144 373
Decimal 228 100 251
Hex e4 64 fb

Different shades of #e464fb color code.

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

Darkest of #e464fb
#a405c1
Darker of #e464fb
#cf06f3
Dark of #e464fb
#db32fa
Base of #e464fb
#e464fb
Light of #e464fb
#ed96fc
Lighter
#f5c7fe
Lightest
#fef9ff

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

#e464fb
#7bfb64

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

Split Complementary

#e464fb
#c6fb64
#64fb98

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

Analogous Color

#8c64fb
#a564fb
#e464fb
#fb64e0
#fb64a1

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

#e464fb
#64fbe4
#fbe464

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

#e464fb
#fbe464
#7bfb64
#647bfb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#e464fb
#fb9864
#7bfb64
#64c6fb

Square 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).

Monochromatic Color with #e464fb

#7a048f
#a405c1
#cf06f3
#db32fa
#e464fb
#ed96fc
#f5c7fe
#fef9ff
#ffffff

Tints of #e464fb Color

#e464fb
#e775fb
#ea86fb
#ed97fc
#f0a8fc
#f3bafd
#f6cbfd
#f9dcfe
#fcedfe
#ffffff

Shades of #e464fb color code

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

#e464fb
#ca58df
#b14dc3
#9842a7
#7e378b
#652c6f
#4c2153
#321637
#190b1b
#000000

Tones

#e464fb
#d974eb
#ce84db
#c394cb
#b8a4bb

Tones

Similar Color like #e464fb color

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

#e565fc
#e666fd
#e767fe
#e868ff
#e969ff
#ea6aff
#eb6bff
#ec6cff
#ed6dff
#ee6eff
#ef6fff
#f070ff
#f171ff
#f272ff
#e363fa
#e262f9
#e161f8
#e060f7
#df5ff6
#de5ef5
#dd5df4
#dc5cf3
#db5bf2
#da5af1
#d959f0
#d858ef
#d757ee
#d656ed

Download this Dark Violet

Hex #e464fb 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.

#e464fb Color Code Preview on Black Background Color

This is how #e464fb Color will look on black background color. Color contrast ratio is 7.51

#e464fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e464fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e464fb

#e464fb color code is use for CSS Background Color

Background color for the above div is #e464fb

HTML with inline CSS

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

#e464fb color code is use for CSS Border Color

CSS Border color for the above div is #e464fb

HTML with inline CSS

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

CSS Border Left color for the above div is #e464fb

HTML with inline CSS

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

CSS Border Right color for the above div is #e464fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e464fb

HTML with inline CSS

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

CSS Border Top color for the above div is #e464fb

HTML with inline CSS

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

#e464fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e464fb Color code Preview on White Background

This is how #e464fb Color code will look on white background color. Color contrast ratio is 2.79

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(228,100,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,251,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(228,100,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }