Skip to main content Skip to docs navigation

#e155fd 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 Flaming Flamingo and its hex is #DD55FF Nearest Color Name

Color Hue/Base color: Violet

Hex #e155fd Color code in RGB color code model is created after adding 88.24% red color, 33.33% green color and 99.22% blue color. Hex #e155fd Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 66% magenta, 0% yellow and 0.78% black.

Hex #e155fd color code is between #dd44ff web safe hex color code and #ee66ee web safe hex color code. #dd44ff is the nearest web safe color code. You can see here many more shades of #e155fd color code.

RGB Chart

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

Color Table

Hex Color Code e155fd #e155fd
RGB Decimal 225, 85, 253 225, 85, 253
RGB Percent 88%, 33%, 99% rgb(88%, 33%, 99%)
CSS RGBa 225, 85, 253,1 rgba(225,85,253,1)
CMYK Model cmyk(11%,66%,0%,0.78%)
HSL Color Space 290,98% ,66% hsl(290,98% ,66%)
HSV Color Space 290°, 66%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100001 01010101 11111101
Octal 341 125 375
Decimal 225 85 253
Hex e1 55 fd

Different shades of #e155fd color code.

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

Darkest of #e155fd
#9902b7
Darker of #e155fd
#c303e9
Dark of #e155fd
#d823fc
Base of #e155fd
#e155fd
Light of #e155fd
#ea87fe
Lighter
#f3bafe
Lightest
#fcecff

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

#e155fd
#71fd55

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

Split Complementary

#e155fd
#c5fd55
#55fd8d

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

Analogous Color

#7f55fd
#9b55fd
#e155fd
#fd55e1
#fd559b

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

#e155fd
#55fde1
#fde155

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

#e155fd
#fde155
#71fd55
#5571fd

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

#e155fd
#fd8d55
#71fd55
#55c5fd

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 #e155fd

#6f0284
#9902b7
#c303e9
#d823fc
#e155fd
#ea87fe
#f3bafe
#fcecff
#ffffff

Tints of #e155fd Color

#e155fd
#e467fd
#e77afd
#eb8dfd
#eea0fd
#f1b3fe
#f5c6fe
#f8d9fe
#fbecfe
#ffffff

Shades of #e155fd color code

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

#e155fd
#c84be0
#af42c4
#9638a8
#7d2f8c
#642570
#4b1c54
#321238
#19091c
#000000

Tones

#e155fd
#d666ec
#ca77db
#bf89c9
#b39ab8

Tones

Similar Color like #e155fd color

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

#e256fe
#e357ff
#e458ff
#e559ff
#e65aff
#e75bff
#e85cff
#e95dff
#ea5eff
#eb5fff
#ec60ff
#ed61ff
#ee62ff
#ef63ff
#e054fc
#df53fb
#de52fa
#dd51f9
#dc50f8
#db4ff7
#da4ef6
#d94df5
#d84cf4
#d74bf3
#d64af2
#d549f1
#d448f0
#d347ef

Download this Dark Violet

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

#e155fd Color Code Preview on Black Background Color

This is how #e155fd Color will look on black background color. Color contrast ratio is 6.92

#e155fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e155fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e155fd

#e155fd color code is use for CSS Background Color

Background color for the above div is #e155fd

HTML with inline CSS

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

#e155fd color code is use for CSS Border Color

CSS Border color for the above div is #e155fd

HTML with inline CSS

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

CSS Border Left color for the above div is #e155fd

HTML with inline CSS

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

CSS Border Right color for the above div is #e155fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e155fd

HTML with inline CSS

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

CSS Border Top color for the above div is #e155fd

HTML with inline CSS

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

#e155fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e155fd Color code Preview on White Background

This is how #e155fd Color code will look on white background color. Color contrast ratio is 3.03

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

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(225,85,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,253,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,85,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }