@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ec073e hex color - Red - Warm color - Information

#ec073e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ec073e Color code in RGB color code model is created after adding 92.55% red color, 2.75% green color and 24.31% blue color. Hex #ec073e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 74% yellow and 7.45% black.

Hex #ec073e color code is between #ee0044 web safe hex color code and #dd0033 web safe hex color code. #ee0044 is the nearest web safe color code. You can see here many more shades of #ec073e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeec073e#ec073e
RGB Decimal236, 7, 62rgb(236, 7, 62)
RGB Percent93%, 3%, 24%rgb(93%, 3%, 24%)
CSS RGBa236, 7, 62,1rgba(236,7,62,1)
CMYK Modelcmyk(0%,97%,74%,7.45%)
HSL Color Space346,94% ,48%hsl(346,94% ,48%)
HSV Color Space346°, 97%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000000011100111110
Octal354776
Decimal236762
Hexec073e

Different shades of #ec073e color code.

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

Light Shade of #ec073e
#f92d5e
Dark Shade of #ec073e
#ba0631
Saturated Shade of #ec073e
#f3003a
Desaturated Shade of #ec073e
#e01344
Grey scale Shade of #ec073e
#797979
Brighten Shade
#ff2057
Most Readable Shade
#FFFFFF

Shades of #ec073e color code

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

#ec073e
#d10637
#b70530
#9d0429
#830322
#68031b
#4e0214
#34010d
#1a0006
#000000

Similar Color like #ec073e color

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

#ed083f
#ee0940
#ef0a41
#f00b42
#f10c43
#f20d44
#f30e45
#f40f46
#f51047
#f61148
#f71249
#f8134a
#f9144b
#fa154c
#eb063d
#ea053c
#e9043b
#e8033a
#e70239
#e60138
#e50037
#e40036
#e30035
#e20034
#e10033
#e00032
#df0031
#de0030

Monochromatic Color with #ec073e

#ec073e
#170106
#420211
#6c031d
#970428
#c10633

Tints of #ec073e Color

#ec073e
#ee2253
#f03e68
#f2597e
#f47593
#f690a9
#f8acbe
#fac7d4
#fce3e9
#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

#ec073e
#07ecb5

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

Split Complementary

#ec073e
#07ec42
#07b1ec

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

Analogous Color

#ec079a
#ec076c
#ec073e
#ec0710
#ec2c07

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

#ec073e
#3eec07
#073eec

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

#ec073e
#b0ec07
#07ecb5
#4207ec

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

#ec073e
#07ecb5
#07b1ec
#ec4207

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

#ec073e Color Code Preview on Black Background Color

This is how #ec073e Color will look on black background color. Color contrast ratio is 4.67

#ec073e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec073e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec073e

#ec073e color code is use for CSS Background Color

Background color for the above div is #ec073e

HTML with inline CSS

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

#ec073e color code is use for CSS Border Color

CSS Border color for the above div is #ec073e

HTML with inline CSS

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

CSS Border Left color for the above div is #ec073e

HTML with inline CSS

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

CSS Border Right color for the above div is #ec073e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec073e

HTML with inline CSS

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

CSS Border Top color for the above div is #ec073e

HTML with inline CSS

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

#ec073e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec073e Color code Preview on White Background

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

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