crispedge.com

Color picker

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

#eb95a9 hex color - Red - Warm color - Information

#eb95a9 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #eb95a9 Color code in RGB color code model is created after adding 92.16% red color, 58.43% green color and 66.27% blue color. Hex #eb95a9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 28% yellow and 8% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeeb95a9#eb95a9
RGB Decimal235, 149, 169rgb(235, 149, 169)
RGB Percent92%, 58%, 66%rgb(92%, 58%, 66%)
CSS RGBa235, 149, 169,1rgba(235,149,169,1)
CMYK Modelcmyk(0%,37%,28%,8%)
HSL Color Space346,68% ,75%hsl(346,68% ,75%)
HSV Color Space346°, 37%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111001010110101001
Octal353225251
Decimal235149169
Hexeb95a9

Different shades of #eb95a9 color code.

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

Light Shade of #eb95a9
#f3c0cc
Dark Shade of #eb95a9
#e36a86
Saturated Shade of #eb95a9
#f18fa6
Desaturated Shade of #eb95a9
#e59bac
Grey scale Shade of #eb95a9
#c0c0c0
Brighten Shade
#ffaec2
Most Readable Shade
#000000

Shades of #eb95a9 color code

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

#eb95a9
#d08496
#b67383
#9c6370
#82525d
#68424b
#4e3138
#342125
#1a1012
#000000

Similar Color like #eb95a9 color

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

#ec96aa
#ed97ab
#ee98ac
#ef99ad
#f09aae
#f19baf
#f29cb0
#f39db1
#f49eb2
#f59fb3
#f6a0b4
#f7a1b5
#f8a2b6
#f9a3b7
#ea94a8
#e993a7
#e892a6
#e791a5
#e690a4
#e58fa3
#e48ea2
#e38da1
#e28ca0
#e18b9f
#e08a9e
#df899d
#de889c
#dd879b

Monochromatic Color with #eb95a9

#eb95a9
#160e10
#41292f
#6b444d
#965f6c
#c07a8a

Tints of #eb95a9 Color

#eb95a9
#eda0b2
#efacbc
#f1b8c5
#f3c4cf
#f6cfd8
#f8dbe2
#fae7eb
#fcf3f5
#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

#eb95a9
#95ebd7

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

Split Complementary

#eb95a9
#95ebac
#95d4eb

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

Analogous Color

#eb95cb
#eb95ba
#eb95a9
#eb9598
#eba395

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

#eb95a9
#a9eb95
#95a9eb

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

#eb95a9
#d4eb95
#95ebd7
#ac95eb

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

#eb95a9
#95ebd7
#95d4eb
#ebac95

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

#eb95a9 Color Code Preview on Black Background Color

This is how #eb95a9 Color will look on black background color. Color contrast ratio is 9.40

#eb95a9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb95a9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb95a9

#eb95a9 color code is use for CSS Background Color

Background color for the above div is #eb95a9

HTML with inline CSS

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

#eb95a9 color code is use for CSS Border Color

CSS Border color for the above div is #eb95a9

HTML with inline CSS

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

CSS Border Left color for the above div is #eb95a9

HTML with inline CSS

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

CSS Border Right color for the above div is #eb95a9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb95a9

HTML with inline CSS

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

CSS Border Top color for the above div is #eb95a9

HTML with inline CSS

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

#eb95a9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb95a9 Color code Preview on White Background

This is how #eb95a9 Color code will look on white background color. Color contrast ratio is 2.23

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

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.