crispedge.com

Color picker

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

#e393a1 hex color - Red - Warm color - Information

#e393a1 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #e393a1 Color code in RGB color code model is created after adding 89.02% red color, 57.65% green color and 63.14% blue color. Hex #e393a1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 29% yellow and 11% black.

Hex #e393a1 color code is between #dd9999 web safe hex color code and #ee88aa web safe hex color code. #dd9999 is the nearest web safe color code. You can see here many more shades of #e393a1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee393a1#e393a1
RGB Decimal227, 147, 161rgb(227, 147, 161)
RGB Percent89%, 58%, 63%rgb(89%, 58%, 63%)
CSS RGBa227, 147, 161,1rgba(227,147,161,1)
CMYK Modelcmyk(0%,35%,29%,11%)
HSL Color Space350,59% ,73%hsl(350,59% ,73%)
HSV Color Space349°, 35%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000111001001110100001
Octal343223241
Decimal227147161
Hexe393a1

Different shades of #e393a1 color code.

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

Light Shade of #e393a1
#edbbc4
Dark Shade of #e393a1
#d86a7e
Saturated Shade of #e393a1
#ea8c9d
Desaturated Shade of #e393a1
#dc9aa5
Grey scale Shade of #e393a1
#bbbbbb
Brighten Shade
#fcacba
Most Readable Shade
#000000

Shades of #e393a1 color code

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

#e393a1
#c9828f
#b0727d
#97626b
#7e5159
#644147
#4b3135
#322023
#191011
#000000

Similar Color like #e393a1 color

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

#e494a2
#e595a3
#e696a4
#e797a5
#e898a6
#e999a7
#ea9aa8
#eb9ba9
#ec9caa
#ed9dab
#ee9eac
#ef9fad
#f0a0ae
#f1a1af
#e292a0
#e1919f
#e0909e
#df8f9d
#de8e9c
#dd8d9b
#dc8c9a
#db8b99
#da8a98
#d98997
#d88896
#d78795
#d68694
#d58593

Monochromatic Color with #e393a1

#e393a1
#0e090a
#392528
#634047
#8e5c65
#b87783

Tints of #e393a1 Color

#e393a1
#e69fab
#e9abb5
#ecb7c0
#efc3ca
#f2cfd5
#f5dbdf
#f8e7ea
#fbf3f4
#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

#e393a1
#93e3d5

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

Split Complementary

#e393a1
#93e3ad
#93c9e3

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

Analogous Color

#e393c1
#e393b1
#e393a1
#e39593
#e3a593

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

#e393a1
#a1e393
#93a1e3

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

#e393a1
#c9e393
#93e3d5
#ad93e3

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

#e393a1
#93e3d5
#93c9e3
#e3ad93

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

#e393a1 Color Code Preview on Black Background Color

This is how #e393a1 Color will look on black background color. Color contrast ratio is 8.95

#e393a1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e393a1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e393a1

#e393a1 color code is use for CSS Background Color

Background color for the above div is #e393a1

HTML with inline CSS

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

#e393a1 color code is use for CSS Border Color

CSS Border color for the above div is #e393a1

HTML with inline CSS

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

CSS Border Left color for the above div is #e393a1

HTML with inline CSS

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

CSS Border Right color for the above div is #e393a1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e393a1

HTML with inline CSS

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

CSS Border Top color for the above div is #e393a1

HTML with inline CSS

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

#e393a1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e393a1 Color code Preview on White Background

This is how #e393a1 Color code will look on white background color. Color contrast ratio is 2.35

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

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.