crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ec474a hex color - Red - Warm color - Information

#ec474a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ec474a Color code in RGB color code model is created after adding 92.55% red color, 27.84% green color and 29.02% blue color. Hex #ec474a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 69% yellow and 7% black.

Hex #ec474a color code is between #ee4444 web safe hex color code and #dd5555 web safe hex color code. #ee4444 is the nearest web safe color code. You can see here many more shades of #ec474a color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeec474a#ec474a
RGB Decimal236, 71, 74rgb(236, 71, 74)
RGB Percent93%, 28%, 29%rgb(93%, 28%, 29%)
CSS RGBa236, 71, 74,1rgba(236,71,74,1)
CMYK Modelcmyk(0%,70%,69%,7%)
HSL Color Space359,81% ,60%hsl(359,81% ,60%)
HSV Color Space359°, 70%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000100011101001010
Octal354107112
Decimal2367174
Hexec474a

Different shades of #ec474a color code.

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

Light Shade of #ec474a
#f17577
Dark Shade of #ec474a
#e7191d
Saturated Shade of #ec474a
#f63d40
Desaturated Shade of #ec474a
#e25154
Grey scale Shade of #ec474a
#999999
Brighten Shade
#ff6063
Most Readable Shade
#FFFFFF

Shades of #ec474a color code

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

#ec474a
#d13f41
#b73739
#9d2f31
#832729
#681f20
#4e1718
#340f10
#1a0708
#000000

Similar Color like #ec474a color

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

#ed484b
#ee494c
#ef4a4d
#f04b4e
#f14c4f
#f24d50
#f34e51
#f44f52
#f55053
#f65154
#f75255
#f85356
#f95457
#fa5558
#eb4649
#ea4548
#e94447
#e84346
#e74245
#e64144
#e54043
#e43f42
#e33e41
#e23d40
#e13c3f
#e03b3e
#df3a3d
#de393c

Monochromatic Color with #ec474a

#ec474a
#170707
#421415
#6c2122
#972d2f
#c13a3d

Tints of #ec474a Color

#ec474a
#ee5b5e
#f06f72
#f28486
#f4989a
#f6adae
#f8c1c2
#fad6d6
#fceaea
#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

#ec474a
#47ece9

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

Split Complementary

#ec474a
#47ec97
#479cec

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

Analogous Color

#ec478c
#ec476b
#ec474a
#ec6547
#ec8647

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

#ec474a
#4aec47
#474aec

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

#ec474a
#9cec47
#47ece9
#9647ec

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

#ec474a
#47ece9
#479cec
#ec9747

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

#ec474a Color Code Preview on Black Background Color

This is how #ec474a Color will look on black background color. Color contrast ratio is 5.57

#ec474a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec474a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec474a

#ec474a color code is use for CSS Background Color

Background color for the above div is #ec474a

HTML with inline CSS

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

#ec474a color code is use for CSS Border Color

CSS Border color for the above div is #ec474a

HTML with inline CSS

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

CSS Border Left color for the above div is #ec474a

HTML with inline CSS

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

CSS Border Right color for the above div is #ec474a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec474a

HTML with inline CSS

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

CSS Border Top color for the above div is #ec474a

HTML with inline CSS

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

#ec474a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec474a Color code Preview on White Background

This is how #ec474a Color code will look on white background color. Color contrast ratio is 3.77

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.