crispedge.com

Color picker

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

#e292a3 hex color - Red - Warm color - Information

#e292a3 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #e292a3 Color code in RGB color code model is created after adding 88.63% red color, 57.25% green color and 63.92% blue color. Hex #e292a3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 28% yellow and 11% black.

Hex #e292a3 color code is between #dd99aa web safe hex color code and #ee8899 web safe hex color code. #dd99aa is the nearest web safe color code. You can see here many more shades of #e292a3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee292a3#e292a3
RGB Decimal226, 146, 163rgb(226, 146, 163)
RGB Percent89%, 57%, 64%rgb(89%, 57%, 64%)
CSS RGBa226, 146, 163,1rgba(226,146,163,1)
CMYK Modelcmyk(0%,35%,28%,11%)
HSL Color Space347,58% ,73%hsl(347,58% ,73%)
HSV Color Space347°, 35%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101001001010100011
Octal342222243
Decimal226146163
Hexe292a3

Different shades of #e292a3 color code.

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

Light Shade of #e292a3
#edbac5
Dark Shade of #e292a3
#d76a81
Saturated Shade of #e292a3
#e98b9f
Desaturated Shade of #e292a3
#db99a7
Grey scale Shade of #e292a3
#bababa
Brighten Shade
#fbabbc
Most Readable Shade
#000000

Shades of #e292a3 color code

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

#e292a3
#c88190
#af717e
#96616c
#7d515a
#644048
#4b3036
#322024
#191012
#000000

Similar Color like #e292a3 color

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

#e393a4
#e494a5
#e595a6
#e696a7
#e797a8
#e898a9
#e999aa
#ea9aab
#eb9bac
#ec9cad
#ed9dae
#ee9eaf
#ef9fb0
#f0a0b1
#e191a2
#e090a1
#df8fa0
#de8e9f
#dd8d9e
#dc8c9d
#db8b9c
#da8a9b
#d9899a
#d88899
#d78798
#d68697
#d58596
#d48495

Monochromatic Color with #e292a3

#e292a3
#0d090a
#382428
#624047
#8d5b66
#b77784

Tints of #e292a3 Color

#e292a3
#e59ead
#e8aab7
#ebb6c1
#eec2cb
#f2ced6
#f5dae0
#f8e6ea
#fbf2f4
#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

#e292a3
#92e2d1

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

Split Complementary

#e292a3
#92e2a9
#92cbe2

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

Analogous Color

#e292c3
#e292b3
#e292a3
#e29293
#e2a192

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

#e292a3
#a3e292
#92a3e2

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

#e292a3
#cbe292
#92e2d1
#a992e2

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

#e292a3
#92e2d1
#92cbe2
#e2a992

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

#e292a3 Color Code Preview on Black Background Color

This is how #e292a3 Color will look on black background color. Color contrast ratio is 8.87

#e292a3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e292a3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e292a3

#e292a3 color code is use for CSS Background Color

Background color for the above div is #e292a3

HTML with inline CSS

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

#e292a3 color code is use for CSS Border Color

CSS Border color for the above div is #e292a3

HTML with inline CSS

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

CSS Border Left color for the above div is #e292a3

HTML with inline CSS

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

CSS Border Right color for the above div is #e292a3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e292a3

HTML with inline CSS

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

CSS Border Top color for the above div is #e292a3

HTML with inline CSS

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

#e292a3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e292a3 Color code Preview on White Background

This is how #e292a3 Color code will look on white background color. Color contrast ratio is 2.37

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

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.