crispedge.com

Color picker

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

#ec5e9c hex color - Red - Warm color - Information

#ec5e9c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ec5e9c Color code in RGB color code model is created after adding 92.55% red color, 36.86% green color and 61.18% blue color. Hex #ec5e9c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 34% yellow and 7% black.

Hex #ec5e9c color code is between #ee6699 web safe hex color code and #dd55aa web safe hex color code. #ee6699 is the nearest web safe color code. You can see here many more shades of #ec5e9c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeec5e9c#ec5e9c
RGB Decimal236, 94, 156rgb(236, 94, 156)
RGB Percent93%, 37%, 61%rgb(93%, 37%, 61%)
CSS RGBa236, 94, 156,1rgba(236,94,156,1)
CMYK Modelcmyk(0%,60%,34%,7%)
HSL Color Space334,79% ,65%hsl(334,79% ,65%)
HSV Color Space334°, 60%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000101111010011100
Octal354136234
Decimal23694156
Hexec5e9c

Different shades of #ec5e9c color code.

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

Light Shade of #ec5e9c
#f18cb8
Dark Shade of #ec5e9c
#e73080
Saturated Shade of #ec5e9c
#f5559b
Desaturated Shade of #ec5e9c
#e3679d
Grey scale Shade of #ec5e9c
#a5a5a5
Brighten Shade
#ff77b5
Most Readable Shade
#000000

Shades of #ec5e9c color code

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

#ec5e9c
#d1538a
#b74979
#9d3e68
#833456
#682945
#4e1f34
#341422
#1a0a11
#000000

Similar Color like #ec5e9c color

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

#ed5f9d
#ee609e
#ef619f
#f062a0
#f163a1
#f264a2
#f365a3
#f466a4
#f567a5
#f668a6
#f769a7
#f86aa8
#f96ba9
#fa6caa
#eb5d9b
#ea5c9a
#e95b99
#e85a98
#e75997
#e65896
#e55795
#e45694
#e35593
#e25492
#e15391
#e05290
#df518f
#de508e

Monochromatic Color with #ec5e9c

#ec5e9c
#170910
#421a2c
#6c2b48
#973c64
#c14d80

Tints of #ec5e9c Color

#ec5e9c
#ee6fa7
#f081b2
#f293bd
#f4a5c8
#f6b7d3
#f8c9de
#fadbe9
#fcedf4
#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

#ec5e9c
#5eecae

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

Split Complementary

#ec5e9c
#5eec67
#5ee3ec

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

Analogous Color

#ec5ed5
#ec5eb8
#ec5e9c
#ec5e80
#ec5e63

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

#ec5e9c
#9cec5e
#5e9cec

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

#ec5e9c
#e3ec5e
#5eecae
#675eec

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

#ec5e9c
#5eecae
#5ee3ec
#ec675e

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

#ec5e9c Color Code Preview on Black Background Color

This is how #ec5e9c Color will look on black background color. Color contrast ratio is 6.65

#ec5e9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec5e9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec5e9c

#ec5e9c color code is use for CSS Background Color

Background color for the above div is #ec5e9c

HTML with inline CSS

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

#ec5e9c color code is use for CSS Border Color

CSS Border color for the above div is #ec5e9c

HTML with inline CSS

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

CSS Border Left color for the above div is #ec5e9c

HTML with inline CSS

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

CSS Border Right color for the above div is #ec5e9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec5e9c

HTML with inline CSS

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

CSS Border Top color for the above div is #ec5e9c

HTML with inline CSS

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

#ec5e9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec5e9c Color code Preview on White Background

This is how #ec5e9c Color code will look on white background color. Color contrast ratio is 3.16

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.