Skip to main content Skip to docs navigation

#eb74fc hex color | Download Light 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 Frijid Pink and its hex is #EE77FF Nearest Color Name

Color Hue/Base color: Violet

Hex #eb74fc Color code in RGB color code model is created after adding 92.16% red color, 45.49% green color and 98.82% blue color. Hex #eb74fc Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 54% magenta, 0% yellow and 1.18% black.

Hex #eb74fc color code is between #ee77ff web safe hex color code and #dd66ee web safe hex color code. #ee77ff is the nearest web safe color code. You can see here many more shades of #eb74fc color code.

RGB Chart

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

Color Table

Hex Color Code eb74fc #eb74fc
RGB Decimal 235, 116, 252 235, 116, 252
RGB Percent 92%, 45%, 99% rgb(92%, 45%, 99%)
CSS RGBa 235, 116, 252,1 rgba(235,116,252,1)
CMYK Model cmyk(7%,54%,0%,1.18%)
HSL Color Space 293,96% ,72% hsl(293,96% ,72%)
HSV Color Space 293°, 54%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101011 01110100 11111100
Octal 353 164 374
Decimal 235 116 252
Hex eb 74 fc

Different shades of #eb74fc color code.

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

Darkest of #eb74fc
#b905d2
Darker of #eb74fc
#dd10fa
Dark of #eb74fc
#e442fb
Base of #eb74fc
#eb74fc
Light of #eb74fc
#f2a6fd
Lighter
#f9d8fe
Lightest
#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

#eb74fc
#85fc74

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

Split Complementary

#eb74fc
#c9fc74
#74fca7

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

Analogous Color

#9c74fc
#b274fc
#eb74fc
#fc74e0
#fc74a7

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

#eb74fc
#74fceb
#fceb74

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

#eb74fc
#fceb74
#85fc74
#7485fc

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

#eb74fc
#fca774
#85fc74
#74c9fc

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

#8d03a1
#b905d2
#dd10fa
#e442fb
#eb74fc
#f2a6fd
#f9d8fe
#ffffff
#ffffff

Tints of #eb74fc Color

#eb74fc
#ed83fc
#ef92fc
#f1a2fd
#f3b1fd
#f6c1fd
#f8d0fe
#fae0fe
#fceffe
#ffffff

Shades of #eb74fc color code

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

#eb74fc
#d067e0
#b65ac4
#9c4da8
#82408c
#683370
#4e2654
#341938
#1a0c1c
#000000

Tones

#eb74fc
#e082ee
#d690e0
#cb9fd1
#c0adc3

Tones

Similar Color like #eb74fc color

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

#ec75fd
#ed76fe
#ee77ff
#ef78ff
#f079ff
#f17aff
#f27bff
#f37cff
#f47dff
#f57eff
#f67fff
#f780ff
#f881ff
#f982ff
#ea73fb
#e972fa
#e871f9
#e770f8
#e66ff7
#e56ef6
#e46df5
#e36cf4
#e26bf3
#e16af2
#e069f1
#df68f0
#de67ef
#dd66ee

Download this Light Violet

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

#eb74fc Color Code Preview on Black Background Color

This is how #eb74fc Color will look on black background color. Color contrast ratio is 8.44

#eb74fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb74fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb74fc

#eb74fc color code is use for CSS Background Color

Background color for the above div is #eb74fc

HTML with inline CSS

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

#eb74fc color code is use for CSS Border Color

CSS Border color for the above div is #eb74fc

HTML with inline CSS

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

CSS Border Left color for the above div is #eb74fc

HTML with inline CSS

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

CSS Border Right color for the above div is #eb74fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb74fc

HTML with inline CSS

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

CSS Border Top color for the above div is #eb74fc

HTML with inline CSS

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

#eb74fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb74fc Color code Preview on White Background

This is how #eb74fc Color code will look on white background color. Color contrast ratio is 2.49

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

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(235,116,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,252,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,116,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }