Skip to main content Skip to docs navigation

#ef65fa 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 Violet Pink and its hex is #FB5FFC Nearest Color Name

Color Hue/Base color: Violet

Hex #ef65fa Color code in RGB color code model is created after adding 93.73% red color, 39.61% green color and 98.04% blue color. Hex #ef65fa Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 60% magenta, 0% yellow and 1.96% black.

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

RGB Chart

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

Color Table

Hex Color Code ef65fa #ef65fa
RGB Decimal 239, 101, 250 239, 101, 250
RGB Percent 94%, 40%, 98% rgb(94%, 40%, 98%)
CSS RGBa 239, 101, 250,1 rgba(239,101,250,1)
CMYK Model cmyk(4%,60%,0%,1.96%)
HSL Color Space 296,94% ,69% hsl(296,94% ,69%)
HSV Color Space 296°, 60%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 01100101 11111010
Octal 357 145 372
Decimal 239 101 250
Hex ef 65 fa

Different shades of #ef65fa color code.

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

Darkest of #ef65fa
#b206c0
Darker of #ef65fa
#e008f1
Dark of #ef65fa
#ea34f8
Base of #ef65fa
#ef65fa
Light of #ef65fa
#f496fc
Lighter
#f9c8fd
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

#ef65fa
#70fa65

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

Split Complementary

#ef65fa
#bafa65
#65faa4

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

Analogous Color

#9865fa
#b165fa
#ef65fa
#fa65d3
#fa6595

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

#ef65fa
#65faef
#faef65

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

#ef65fa
#faef65
#70fa65
#6570fa

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

#ef65fa
#faa465
#70fa65
#65bafa

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

#84058e
#b206c0
#e008f1
#ea34f8
#ef65fa
#f496fc
#f9c8fd
#fef9ff
#ffffff

Tints of #ef65fa Color

#ef65fa
#f076fa
#f287fb
#f498fb
#f6a9fc
#f7bafc
#f9cbfd
#fbdcfd
#fdedfe
#ffffff

Shades of #ef65fa color code

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

#ef65fa
#d459de
#b94ec2
#9f43a6
#84388a
#6a2c6f
#4f2153
#351637
#1a0b1b
#000000

Tones

#ef65fa
#e175ea
#d485da
#c695ca
#b9a5ba

Tones

Similar Color like #ef65fa color

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

#f066fb
#f167fc
#f268fd
#f369fe
#f46aff
#f56bff
#f66cff
#f76dff
#f86eff
#f96fff
#fa70ff
#fb71ff
#fc72ff
#fd73ff
#ee64f9
#ed63f8
#ec62f7
#eb61f6
#ea60f5
#e95ff4
#e85ef3
#e75df2
#e65cf1
#e55bf0
#e45aef
#e359ee
#e258ed
#e157ec

Download this Dark Violet

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

#ef65fa Color Code Preview on Black Background Color

This is how #ef65fa Color will look on black background color. Color contrast ratio is 7.91

#ef65fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef65fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef65fa

#ef65fa color code is use for CSS Background Color

Background color for the above div is #ef65fa

HTML with inline CSS

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

#ef65fa color code is use for CSS Border Color

CSS Border color for the above div is #ef65fa

HTML with inline CSS

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

CSS Border Left color for the above div is #ef65fa

HTML with inline CSS

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

CSS Border Right color for the above div is #ef65fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef65fa

HTML with inline CSS

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

CSS Border Top color for the above div is #ef65fa

HTML with inline CSS

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

#ef65fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef65fa Color code Preview on White Background

This is how #ef65fa Color code will look on white background color. Color contrast ratio is 2.65

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

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(239,101,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,250,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,101,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }