crispedge.com

Color picker

Loading...

#ef72e2 hex color - Violet - Warm color - Information

#ef72e2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ef72e2 Color code in RGB color code model is created after adding 93.73% red color, 44.71% green color and 88.63% blue color. Hex #ef72e2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 5% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeef72e2#ef72e2
RGB Decimal239, 114, 226rgb(239, 114, 226)
RGB Percent94%, 45%, 89%rgb(94%, 45%, 89%)
CSS RGBa239, 114, 226,1rgba(239,114,226,1)
CMYK Modelcmyk(0%,52%,5%,6%)
HSL Color Space306,80% ,69%hsl(306,80% ,69%)
HSV Color Space306°, 52%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110111001011100010
Octal357162342
Decimal239114226
Hexef72e2

Different shades of #ef72e2 color code.

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

Light Shade of #ef72e2
#f4a0eb
Dark Shade of #ef72e2
#ea44d9
Saturated Shade of #ef72e2
#f76ae8
Desaturated Shade of #ef72e2
#e77adc
Grey scale Shade of #ef72e2
#b0b0b0
Brighten Shade
#ff8bfb
Most Readable Shade
#000000

Shades of #ef72e2 color code

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

#ef72e2
#d465c8
#b958af
#9f4c96
#843f7d
#6a3264
#4f264b
#351932
#1a0c19
#000000

Similar Color like #ef72e2 color

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

#f073e3
#f174e4
#f275e5
#f376e6
#f477e7
#f578e8
#f679e9
#f77aea
#f87beb
#f97cec
#fa7ded
#fb7eee
#fc7fef
#fd80f0
#ee71e1
#ed70e0
#ec6fdf
#eb6ede
#ea6ddd
#e96cdc
#e86bdb
#e76ada
#e669d9
#e568d8
#e467d7
#e366d6
#e265d5
#e164d4

Monochromatic Color with #ef72e2

#ef72e2
#1a0d19
#452141
#6f3569
#9a4992
#c45eba

Tints of #ef72e2 Color

#ef72e2
#f081e5
#f291e8
#f4a1eb
#f6b0ee
#f7c0f2
#f9d0f5
#fbdff8
#fdeffb
#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

#ef72e2
#72ef7f

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

Split Complementary

#ef72e2
#a3ef72
#72efbe

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

Analogous Color

#ca72ef
#e372ef
#ef72e2
#ef72c9
#ef72b0

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

#ef72e2
#e2ef72
#72e2ef

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

#ef72e2
#efbd72
#72ef7f
#72a3ef

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

#ef72e2
#72ef7f
#72efbe
#ef72a3

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

#ef72e2 Color Code Preview on Black Background Color

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

#ef72e2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef72e2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef72e2

#ef72e2 color code is use for CSS Background Color

Background color for the above div is #ef72e2

HTML with inline CSS

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

#ef72e2 color code is use for CSS Border Color

CSS Border color for the above div is #ef72e2

HTML with inline CSS

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

CSS Border Left color for the above div is #ef72e2

HTML with inline CSS

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

CSS Border Right color for the above div is #ef72e2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef72e2

HTML with inline CSS

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

CSS Border Top color for the above div is #ef72e2

HTML with inline CSS

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

#ef72e2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef72e2 Color code Preview on White Background

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

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,114,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,239,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,114,226,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.