crispedge.com

Color picker

Loading...

#ef044f hex color - Red - Warm color - Information

#ef044f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ef044f Color code in RGB color code model is created after adding 93.73% red color, 1.57% green color and 30.98% blue color. Hex #ef044f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 67% yellow and 6% black.

Hex #ef044f color code is between #ee0055 web safe hex color code and #ff0044 web safe hex color code. #ee0055 is the nearest web safe color code. You can see here many more shades of #ef044f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeef044f#ef044f
RGB Decimal239, 4, 79rgb(239, 4, 79)
RGB Percent94%, 2%, 31%rgb(94%, 2%, 31%)
CSS RGBa239, 4, 79,1rgba(239,4,79,1)
CMYK Modelcmyk(0%,98%,67%,6%)
HSL Color Space341,97% ,48%hsl(341,97% ,48%)
HSV Color Space341°, 98%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110000010001001111
Octal3574117
Decimal239479
Hexef044f

Different shades of #ef044f color code.

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

Light Shade of #ef044f
#fb2b6d
Dark Shade of #ef044f
#bd033e
Saturated Shade of #ef044f
#f3004e
Desaturated Shade of #ef044f
#e31053
Grey scale Shade of #ef044f
#797979
Brighten Shade
#ff1d68
Most Readable Shade
#FFFFFF

Shades of #ef044f color code

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

#ef044f
#d40346
#b9033d
#9f0234
#84022b
#6a0123
#4f011a
#350011
#1a0008
#000000

Similar Color like #ef044f color

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

#f00550
#f10651
#f20752
#f30853
#f40954
#f50a55
#f60b56
#f70c57
#f80d58
#f90e59
#fa0f5a
#fb105b
#fc115c
#fd125d
#ee034e
#ed024d
#ec014c
#eb004b
#ea004a
#e90049
#e80048
#e70047
#e60046
#e50045
#e40044
#e30043
#e20042
#e10041

Monochromatic Color with #ef044f

#ef044f
#1a0009
#450117
#6f0225
#9a0333
#c40341

Tints of #ef044f Color

#ef044f
#f01f62
#f23b76
#f45789
#f6739d
#f78fb0
#f9abc4
#fbc7d7
#fde3eb
#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

#ef044f
#04efa4

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

Split Complementary

#ef044f
#04ef2e
#04c5ef

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

Analogous Color

#ef04ad
#ef047e
#ef044f
#ef0420
#ef1704

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

#ef044f
#4fef04
#044fef

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

#ef044f
#c4ef04
#04efa4
#2e04ef

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

#ef044f
#04efa4
#04c5ef
#ef2e04

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

#ef044f Color Code Preview on Black Background Color

This is how #ef044f Color will look on black background color. Color contrast ratio is 4.80

#ef044f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef044f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef044f

#ef044f color code is use for CSS Background Color

Background color for the above div is #ef044f

HTML with inline CSS

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

#ef044f color code is use for CSS Border Color

CSS Border color for the above div is #ef044f

HTML with inline CSS

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

CSS Border Left color for the above div is #ef044f

HTML with inline CSS

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

CSS Border Right color for the above div is #ef044f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef044f

HTML with inline CSS

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

CSS Border Top color for the above div is #ef044f

HTML with inline CSS

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

#ef044f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef044f Color code Preview on White Background

This is how #ef044f Color code will look on white background color. Color contrast ratio is 4.37

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

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