crispedge.com

Color picker

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

#e54e6a hex color - Red - Warm color - Information

#e54e6a hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #e54e6a Color code in RGB color code model is created after adding 89.8% red color, 30.59% green color and 41.57% blue color. Hex #e54e6a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 54% yellow and 10% black.

Hex #e54e6a color code is between #dd5566 web safe hex color code and #ee4477 web safe hex color code. #dd5566 is the nearest web safe color code. You can see here many more shades of #e54e6a color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codee54e6a#e54e6a
RGB Decimal229, 78, 106rgb(229, 78, 106)
RGB Percent90%, 31%, 42%rgb(90%, 31%, 42%)
CSS RGBa229, 78, 106,1rgba(229,78,106,1)
CMYK Modelcmyk(0%,66%,54%,10%)
HSL Color Space349,74% ,60%hsl(349,74% ,60%)
HSV Color Space349°, 66%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001010100111001101010
Octal345116152
Decimal22978106
Hexe54e6a

Different shades of #e54e6a color code.

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

Light Shade of #e54e6a
#ec7a8f
Dark Shade of #e54e6a
#de2245
Saturated Shade of #e54e6a
#ef4464
Desaturated Shade of #e54e6a
#db5870
Grey scale Shade of #e54e6a
#999999
Brighten Shade
#fe6783
Most Readable Shade
#FFFFFF

Shades of #e54e6a color code

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

#e54e6a
#cb455e
#b23c52
#983446
#7f2b3a
#65222f
#4c1a23
#321117
#19080b
#000000

Similar Color like #e54e6a color

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

#e64f6b
#e7506c
#e8516d
#e9526e
#ea536f
#eb5470
#ec5571
#ed5672
#ee5773
#ef5874
#f05975
#f15a76
#f25b77
#f35c78
#e44d69
#e34c68
#e24b67
#e14a66
#e04965
#df4864
#de4763
#dd4662
#dc4561
#db4460
#da435f
#d9425e
#d8415d
#d7405c

Monochromatic Color with #e54e6a

#e54e6a
#100608
#3b141b
#65232f
#903143
#ba4056

Tints of #e54e6a Color

#e54e6a
#e7617a
#ea758b
#ed899b
#f09cac
#f3b0bc
#f6c4cd
#f9d7dd
#fcebee
#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

#e54e6a
#4ee5c9

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

Split Complementary

#e54e6a
#4ee57d
#4eb6e5

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

Analogous Color

#e54ea6
#e54e88
#e54e6a
#e5504e
#e56e4e

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

#e54e6a
#6ae54e
#4e6ae5

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

#e54e6a
#b5e54e
#4ee5c9
#7d4ee5

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

#e54e6a
#4ee5c9
#4eb6e5
#e57d4e

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

#e54e6a Color Code Preview on Black Background Color

This is how #e54e6a Color will look on black background color. Color contrast ratio is 5.63

#e54e6a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e54e6a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e54e6a

#e54e6a color code is use for CSS Background Color

Background color for the above div is #e54e6a

HTML with inline CSS

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

#e54e6a color code is use for CSS Border Color

CSS Border color for the above div is #e54e6a

HTML with inline CSS

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

CSS Border Left color for the above div is #e54e6a

HTML with inline CSS

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

CSS Border Right color for the above div is #e54e6a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e54e6a

HTML with inline CSS

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

CSS Border Top color for the above div is #e54e6a

HTML with inline CSS

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

#e54e6a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e54e6a Color code Preview on White Background

This is how #e54e6a Color code will look on white background color. Color contrast ratio is 3.73

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

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.