crispedge.com

Color picker

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

#ed98ac hex color - Red - Warm color - Information

#ed98ac hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ed98ac Color code in RGB color code model is created after adding 92.94% red color, 59.61% green color and 67.45% blue color. Hex #ed98ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 27% yellow and 7% black.

Hex #ed98ac color code is between #ee99aa web safe hex color code and #dd88bb web safe hex color code. #ee99aa is the nearest web safe color code. You can see here many more shades of #ed98ac color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeed98ac#ed98ac
RGB Decimal237, 152, 172rgb(237, 152, 172)
RGB Percent93%, 60%, 67%rgb(93%, 60%, 67%)
CSS RGBa237, 152, 172,1rgba(237,152,172,1)
CMYK Modelcmyk(0%,36%,27%,7%)
HSL Color Space346,70% ,76%hsl(346,70% ,76%)
HSV Color Space346°, 36%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011001100010101100
Octal355230254
Decimal237152172
Hexed98ac

Different shades of #ed98ac color code.

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

Light Shade of #ed98ac
#f5c3cf
Dark Shade of #ed98ac
#e56d89
Saturated Shade of #ed98ac
#f392a9
Desaturated Shade of #ed98ac
#e79eaf
Grey scale Shade of #ed98ac
#c2c2c2
Brighten Shade
#ffb1c5
Most Readable Shade
#000000

Shades of #ed98ac color code

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

#ed98ac
#d28798
#b87685
#9e6572
#83545f
#69434c
#4f3239
#342126
#1a1013
#000000

Similar Color like #ed98ac color

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

#ee99ad
#ef9aae
#f09baf
#f19cb0
#f29db1
#f39eb2
#f49fb3
#f5a0b4
#f6a1b5
#f7a2b6
#f8a3b7
#f9a4b8
#faa5b9
#fba6ba
#ec97ab
#eb96aa
#ea95a9
#e994a8
#e893a7
#e792a6
#e691a5
#e590a4
#e48fa3
#e38ea2
#e28da1
#e18ca0
#e08b9f
#df8a9e

Monochromatic Color with #ed98ac

#ed98ac
#181012
#432b31
#6d464f
#98616e
#c27d8d

Tints of #ed98ac Color

#ed98ac
#efa3b5
#f1aebe
#f3bac7
#f5c5d0
#f7d1da
#f9dce3
#fbe8ec
#fdf3f5
#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

#ed98ac
#98edd9

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

Split Complementary

#ed98ac
#98edae
#98d7ed

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

Analogous Color

#ed98ce
#ed98bd
#ed98ac
#ed989b
#eda698

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

#ed98ac
#aced98
#98aced

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

#ed98ac
#d6ed98
#98edd9
#ae98ed

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

#ed98ac
#98edd9
#98d7ed
#edae98

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

#ed98ac Color Code Preview on Black Background Color

This is how #ed98ac Color will look on black background color. Color contrast ratio is 9.69

#ed98ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed98ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed98ac

#ed98ac color code is use for CSS Background Color

Background color for the above div is #ed98ac

HTML with inline CSS

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

#ed98ac color code is use for CSS Border Color

CSS Border color for the above div is #ed98ac

HTML with inline CSS

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

CSS Border Left color for the above div is #ed98ac

HTML with inline CSS

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

CSS Border Right color for the above div is #ed98ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed98ac

HTML with inline CSS

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

CSS Border Top color for the above div is #ed98ac

HTML with inline CSS

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

#ed98ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed98ac Color code Preview on White Background

This is how #ed98ac Color code will look on white background color. Color contrast ratio is 2.17

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

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.