crispedge.com

Color picker

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

#ec9c99 hex color - Red - Warm color - Information

#ec9c99 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ec9c99 Color code in RGB color code model is created after adding 92.55% red color, 61.18% green color and 60% blue color. Hex #ec9c99 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 35% yellow and 7% black.

Hex #ec9c99 color code is between #ee9988 web safe hex color code and #ddaaaa web safe hex color code. #ee9988 is the nearest web safe color code. You can see here many more shades of #ec9c99 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeec9c99#ec9c99
RGB Decimal236, 156, 153rgb(236, 156, 153)
RGB Percent93%, 61%, 60%rgb(93%, 61%, 60%)
CSS RGBa236, 156, 153,1rgba(236,156,153,1)
CMYK Modelcmyk(0%,34%,35%,7%)
HSL Color Space2,69% ,76%hsl(2,69% ,76%)
HSV Color Space2°, 35%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001001110010011001
Octal354234231
Decimal236156153
Hexec9c99

Different shades of #ec9c99 color code.

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

Light Shade of #ec9c99
#f4c6c4
Dark Shade of #ec9c99
#e4726e
Saturated Shade of #ec9c99
#f29693
Desaturated Shade of #ec9c99
#e6a29f
Grey scale Shade of #ec9c99
#c2c2c2
Brighten Shade
#ffb5b2
Most Readable Shade
#000000

Shades of #ec9c99 color code

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

#ec9c99
#d18a88
#b77977
#9d6866
#835655
#684544
#4e3433
#342222
#1a1111
#000000

Similar Color like #ec9c99 color

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

#ed9d9a
#ee9e9b
#ef9f9c
#f0a09d
#f1a19e
#f2a29f
#f3a3a0
#f4a4a1
#f5a5a2
#f6a6a3
#f7a7a4
#f8a8a5
#f9a9a6
#faaaa7
#eb9b98
#ea9a97
#e99996
#e89895
#e79794
#e69693
#e59592
#e49491
#e39390
#e2928f
#e1918e
#e0908d
#df8f8c
#de8e8b

Monochromatic Color with #ec9c99

#ec9c99
#17100f
#422c2b
#6c4846
#976462
#c1807d

Tints of #ec9c99 Color

#ec9c99
#eea7a4
#f0b2af
#f2bdbb
#f4c8c6
#f6d3d1
#f8dedd
#fae9e8
#fcf4f3
#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

#ec9c99
#99e9ec

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

Split Complementary

#ec9c99
#99ecc6
#99bfec

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

Analogous Color

#ec99b7
#ec99a7
#ec9c99
#ecad99
#ecbd99

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

#ec9c99
#99ec9c
#9c99ec

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

#ec9c99
#bfec99
#99e9ec
#c599ec

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

#ec9c99
#99e9ec
#99bfec
#ecc699

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

#ec9c99 Color Code Preview on Black Background Color

This is how #ec9c99 Color will look on black background color. Color contrast ratio is 9.78

#ec9c99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec9c99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec9c99

#ec9c99 color code is use for CSS Background Color

Background color for the above div is #ec9c99

HTML with inline CSS

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

#ec9c99 color code is use for CSS Border Color

CSS Border color for the above div is #ec9c99

HTML with inline CSS

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

CSS Border Left color for the above div is #ec9c99

HTML with inline CSS

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

CSS Border Right color for the above div is #ec9c99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec9c99

HTML with inline CSS

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

CSS Border Top color for the above div is #ec9c99

HTML with inline CSS

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

#ec9c99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec9c99 Color code Preview on White Background

This is how #ec9c99 Color code will look on white background color. Color contrast ratio is 2.15

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.