crispedge.com

Color picker

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

#ea849d hex color - Red - Warm color - Information

#ea849d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ea849d Color code in RGB color code model is created after adding 91.76% red color, 51.76% green color and 61.57% blue color. Hex #ea849d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 33% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeea849d#ea849d
RGB Decimal234, 132, 157rgb(234, 132, 157)
RGB Percent92%, 52%, 62%rgb(92%, 52%, 62%)
CSS RGBa234, 132, 157,1rgba(234,132,157,1)
CMYK Modelcmyk(0%,44%,33%,8%)
HSL Color Space345,71% ,72%hsl(345,71% ,72%)
HSV Color Space345°, 44%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101000010010011101
Octal352204235
Decimal234132157
Hexea849d

Different shades of #ea849d color code.

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

Light Shade of #ea849d
#f1b0c0
Dark Shade of #ea849d
#e3587a
Saturated Shade of #ea849d
#f17d99
Desaturated Shade of #ea849d
#e38ba1
Grey scale Shade of #ea849d
#b7b7b7
Brighten Shade
#ff9db6
Most Readable Shade
#000000

Shades of #ea849d color code

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

#ea849d
#d0758b
#b6667a
#9c5868
#824957
#683a45
#4e2c34
#341d22
#1a0e11
#000000

Similar Color like #ea849d color

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

#eb859e
#ec869f
#ed87a0
#ee88a1
#ef89a2
#f08aa3
#f18ba4
#f28ca5
#f38da6
#f48ea7
#f58fa8
#f690a9
#f791aa
#f892ab
#e9839c
#e8829b
#e7819a
#e68099
#e57f98
#e47e97
#e37d96
#e27c95
#e17b94
#e07a93
#df7992
#de7891
#dd7790
#dc768f

Monochromatic Color with #ea849d

#ea849d
#150c0e
#40242b
#6a3c47
#955464
#bf6c80

Tints of #ea849d Color

#ea849d
#ec91a7
#ee9fb2
#f1adbd
#f3bac8
#f5c8d3
#f8d6de
#fae3e9
#fcf1f4
#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

#ea849d
#84ead1

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

Split Complementary

#ea849d
#84ea9e
#84d0ea

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

Analogous Color

#ea84c6
#ea84b1
#ea849d
#ea8489
#ea9484

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

#ea849d
#9dea84
#849dea

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

#ea849d
#d0ea84
#84ead1
#9e84ea

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

#ea849d
#84ead1
#84d0ea
#ea9e84

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

#ea849d Color Code Preview on Black Background Color

This is how #ea849d Color will look on black background color. Color contrast ratio is 8.29

#ea849d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea849d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea849d

#ea849d color code is use for CSS Background Color

Background color for the above div is #ea849d

HTML with inline CSS

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

#ea849d color code is use for CSS Border Color

CSS Border color for the above div is #ea849d

HTML with inline CSS

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

CSS Border Left color for the above div is #ea849d

HTML with inline CSS

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

CSS Border Right color for the above div is #ea849d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea849d

HTML with inline CSS

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

CSS Border Top color for the above div is #ea849d

HTML with inline CSS

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

#ea849d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea849d Color code Preview on White Background

This is how #ea849d Color code will look on white background color. Color contrast ratio is 2.53

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

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.