crispedge.com

Color picker

Loading...

#ef74da hex color - Violet - Warm color - Information

#ef74da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ef74da Color code in RGB color code model is created after adding 93.73% red color, 45.49% green color and 85.49% blue color. Hex #ef74da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 9% yellow and 6% black.

Hex #ef74da color code is between #ee77dd web safe hex color code and #ff66cc web safe hex color code. #ee77dd is the nearest web safe color code. You can see here many more shades of #ef74da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeef74da#ef74da
RGB Decimal239, 116, 218rgb(239, 116, 218)
RGB Percent94%, 45%, 85%rgb(94%, 45%, 85%)
CSS RGBa239, 116, 218,1rgba(239,116,218,1)
CMYK Modelcmyk(0%,51%,9%,6%)
HSL Color Space310,79% ,70%hsl(310,79% ,70%)
HSV Color Space310°, 51%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110111010011011010
Octal357164332
Decimal239116218
Hexef74da

Different shades of #ef74da color code.

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

Light Shade of #ef74da
#f4a2e6
Dark Shade of #ef74da
#ea46ce
Saturated Shade of #ef74da
#f76cdf
Desaturated Shade of #ef74da
#e77cd5
Grey scale Shade of #ef74da
#b1b1b1
Brighten Shade
#ff8df3
Most Readable Shade
#000000

Shades of #ef74da color code

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

#ef74da
#d467c1
#b95aa9
#9f4d91
#844079
#6a3360
#4f2648
#351930
#1a0c18
#000000

Similar Color like #ef74da color

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

#f075db
#f176dc
#f277dd
#f378de
#f479df
#f57ae0
#f67be1
#f77ce2
#f87de3
#f97ee4
#fa7fe5
#fb80e6
#fc81e7
#fd82e8
#ee73d9
#ed72d8
#ec71d7
#eb70d6
#ea6fd5
#e96ed4
#e86dd3
#e76cd2
#e66bd1
#e56ad0
#e469cf
#e368ce
#e267cd
#e166cc

Monochromatic Color with #ef74da

#ef74da
#1a0d18
#45213f
#6f3666
#9a4b8c
#c45fb3

Tints of #ef74da Color

#ef74da
#f083de
#f292e2
#f4a2e6
#f6b1ea
#f7c1ee
#f9d0f2
#fbe0f6
#fdeffa
#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

#ef74da
#74ef89

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

Split Complementary

#ef74da
#9cef74
#74efc7

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

Analogous Color

#d374ef
#eb74ef
#ef74da
#ef74c1
#ef74a9

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

#ef74da
#daef74
#74daef

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

#ef74da
#efc674
#74ef89
#749cef

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

#ef74da
#74ef89
#74efc7
#ef749c

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

#ef74da Color Code Preview on Black Background Color

This is how #ef74da Color will look on black background color. Color contrast ratio is 8.18

#ef74da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef74da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef74da

#ef74da color code is use for CSS Background Color

Background color for the above div is #ef74da

HTML with inline CSS

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

#ef74da color code is use for CSS Border Color

CSS Border color for the above div is #ef74da

HTML with inline CSS

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

CSS Border Left color for the above div is #ef74da

HTML with inline CSS

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

CSS Border Right color for the above div is #ef74da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef74da

HTML with inline CSS

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

CSS Border Top color for the above div is #ef74da

HTML with inline CSS

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

#ef74da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef74da Color code Preview on White Background

This is how #ef74da Color code will look on white background color. Color contrast ratio is 2.57

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(239,116,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,239,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,116,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.