crispedge.com

Color picker

Loading...

#eb044f hex color - Red - Warm color - Information

#eb044f hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeb044f#eb044f
RGB Decimal235, 4, 79rgb(235, 4, 79)
RGB Percent92%, 2%, 31%rgb(92%, 2%, 31%)
CSS RGBa235, 4, 79,1rgba(235,4,79,1)
CMYK Modelcmyk(0%,98%,66%,8%)
HSL Color Space341,97% ,47%hsl(341,97% ,47%)
HSV Color Space341°, 98%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110000010001001111
Octal3534117
Decimal235479
Hexeb044f

Different shades of #eb044f color code.

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

Light Shade of #eb044f
#fb276c
Dark Shade of #eb044f
#b9033e
Saturated Shade of #eb044f
#ef004e
Desaturated Shade of #eb044f
#df1053
Grey scale Shade of #eb044f
#777777
Brighten Shade
#ff1d68
Most Readable Shade
#FFFFFF

Shades of #eb044f color code

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

#eb044f
#d00346
#b6033d
#9c0234
#82022b
#680123
#4e011a
#340011
#1a0008
#000000

Similar Color like #eb044f color

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

#ec0550
#ed0651
#ee0752
#ef0853
#f00954
#f10a55
#f20b56
#f30c57
#f40d58
#f50e59
#f60f5a
#f7105b
#f8115c
#f9125d
#ea034e
#e9024d
#e8014c
#e7004b
#e6004a
#e50049
#e40048
#e30047
#e20046
#e10045
#e00044
#df0043
#de0042
#dd0041

Monochromatic Color with #eb044f

#eb044f
#160008
#410116
#6b0224
#960332
#c00341

Tints of #eb044f Color

#eb044f
#ed1f62
#ef3b76
#f15789
#f3739d
#f68fb0
#f8abc4
#fac7d7
#fce3eb
#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

#eb044f
#04eba0

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

Split Complementary

#eb044f
#04eb2c
#04c2eb

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

Analogous Color

#eb04ab
#eb047d
#eb044f
#eb0421
#eb1504

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

#eb044f
#4feb04
#044feb

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

#eb044f
#c2eb04
#04eba0
#2c04eb

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

#eb044f
#04eba0
#04c2eb
#eb2d04

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

#eb044f Color Code Preview on Black Background Color

This is how #eb044f Color will look on black background color. Color contrast ratio is 4.66

#eb044f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb044f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb044f

#eb044f color code is use for CSS Background Color

Background color for the above div is #eb044f

HTML with inline CSS

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

#eb044f color code is use for CSS Border Color

CSS Border color for the above div is #eb044f

HTML with inline CSS

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

CSS Border Left color for the above div is #eb044f

HTML with inline CSS

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

CSS Border Right color for the above div is #eb044f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb044f

HTML with inline CSS

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

CSS Border Top color for the above div is #eb044f

HTML with inline CSS

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

#eb044f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb044f Color code Preview on White Background

This is how #eb044f Color code will look on white background color. Color contrast ratio is 4.50

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

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