crispedge.com

Color picker

Loading...

#ef1fd0 hex color - Red - Warm color - Information

#ef1fd0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ef1fd0 Color code in RGB color code model is created after adding 93.73% red color, 12.16% green color and 81.57% blue color. Hex #ef1fd0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 13% yellow and 6% black.

Hex #ef1fd0 color code is between #ee22cc web safe hex color code and #ff11dd web safe hex color code. #ee22cc is the nearest web safe color code. You can see here many more shades of #ef1fd0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ef1fd0 #ef1fd0
RGB Decimal 239, 31, 208 rgb(239, 31, 208)
RGB Percent 94%, 12%, 82% rgb(94%, 12%, 82%)
CSS RGBa 239, 31, 208,1 rgba(239,31,208,1)
CMYK Model cmyk(0%,87%,13%,6%)
HSL Color Space 309,87% ,53% hsl(309,87% ,53%)
HSV Color Space 309°, 87%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 00011111 11010000
Octal 357 37 320
Decimal 239 31 208
Hex ef 1f d0

Different shades of #ef1fd0 color code.

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

Light Shade of #ef1fd0
#f24fda
Dark Shade of #ef1fd0
#cc0fb0
Saturated Shade of #ef1fd0
#fb13d8
Desaturated Shade of #ef1fd0
#e32bc8
Grey scale Shade of #ef1fd0
#878787
Brighten Shade
#ff38e9
Most Readable Shade
#FFFFFF

Shades of #ef1fd0 color code

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

#ef1fd0
#d41bb8
#b918a1
#9f148a
#841173
#6a0d5c
#4f0a45
#35062e
#1a0317
#000000

Similar Color like #ef1fd0 color

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

#f020d1
#f121d2
#f222d3
#f323d4
#f424d5
#f525d6
#f626d7
#f727d8
#f828d9
#f929da
#fa2adb
#fb2bdc
#fc2cdd
#fd2dde
#ee1ecf
#ed1dce
#ec1ccd
#eb1bcc
#ea1acb
#e919ca
#e818c9
#e717c8
#e616c7
#e515c6
#e414c5
#e313c4
#e212c3
#e111c2

Monochromatic Color with #ef1fd0

#ef1fd0
#1a0317
#45093c
#6f0e61
#9a1486
#c41aab

Tints of #ef1fd0 Color

#ef1fd0
#f037d5
#f250da
#f469df
#f682e4
#f79bea
#f9b4ef
#fbcdf4
#fde6f9
#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

#ef1fd0
#1fef3e

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

Split Complementary

#ef1fd0
#68ef1f
#1fefa6

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

Analogous Color

#bb1fef
#e41fef
#ef1fd0
#ef1fa6
#ef1f7d

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

#ef1fd0
#d0ef1f
#1fd0ef

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

#ef1fd0
#efa61f
#1fef3e
#1f68ef

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

#ef1fd0
#1fef3e
#1fefa6
#ef1f68

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

#ef1fd0 Color Code Preview on Black Background Color

This is how #ef1fd0 Color will look on black background color. Color contrast ratio is 5.78

#ef1fd0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef1fd0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef1fd0

#ef1fd0 color code is use for CSS Background Color

Background color for the above div is #ef1fd0

HTML with inline CSS

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

#ef1fd0 color code is use for CSS Border Color

CSS Border color for the above div is #ef1fd0

HTML with inline CSS

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

CSS Border Left color for the above div is #ef1fd0

HTML with inline CSS

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

CSS Border Right color for the above div is #ef1fd0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef1fd0

HTML with inline CSS

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

CSS Border Top color for the above div is #ef1fd0

HTML with inline CSS

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

#ef1fd0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef1fd0 Color code Preview on White Background

This is how #ef1fd0 Color code will look on white background color. Color contrast ratio is 3.64

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

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