crispedge.com

Color picker

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

#e07c99 hex color - Red - Warm color - Information

#e07c99 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e07c99 Color code in RGB color code model is created after adding 87.84% red color, 48.63% green color and 60% blue color. Hex #e07c99 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 32% yellow and 12% black.

Hex #e07c99 color code is between #dd7788 web safe hex color code and #ee88aa web safe hex color code. #dd7788 is the nearest web safe color code. You can see here many more shades of #e07c99 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codee07c99#e07c99
RGB Decimal224, 124, 153rgb(224, 124, 153)
RGB Percent88%, 49%, 60%rgb(88%, 49%, 60%)
CSS RGBa224, 124, 153,1rgba(224,124,153,1)
CMYK Modelcmyk(0%,45%,32%,12%)
HSL Color Space343,62% ,68%hsl(343,62% ,68%)
HSV Color Space343°, 45%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000111110010011001
Octal340174231
Decimal224124153
Hexe07c99

Different shades of #e07c99 color code.

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

Light Shade of #e07c99
#eaa5b9
Dark Shade of #e07c99
#d65379
Saturated Shade of #e07c99
#e87496
Desaturated Shade of #e07c99
#d8849c
Grey scale Shade of #e07c99
#aeaeae
Brighten Shade
#f995b2
Most Readable Shade
#000000

Shades of #e07c99 color code

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

#e07c99
#c76e88
#ae6077
#955266
#7c4455
#633744
#4a2933
#311b22
#180d11
#000000

Similar Color like #e07c99 color

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

#e17d9a
#e27e9b
#e37f9c
#e4809d
#e5819e
#e6829f
#e783a0
#e884a1
#e985a2
#ea86a3
#eb87a4
#ec88a5
#ed89a6
#ee8aa7
#df7b98
#de7a97
#dd7996
#dc7895
#db7794
#da7693
#d97592
#d87491
#d77390
#d6728f
#d5718e
#d4708d
#d36f8c
#d26e8b

Monochromatic Color with #e07c99

#e07c99
#0b0608
#361e25
#603542
#8b4d5f
#b5647c

Tints of #e07c99 Color

#e07c99
#e38aa4
#e699af
#eaa7bb
#edb6c6
#f1c4d1
#f4d3dd
#f8e1e8
#fbf0f3
#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

#e07c99
#7ce0c3

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

Split Complementary

#e07c99
#7ce091
#7ccbe0

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

Analogous Color

#e07cc1
#e07cad
#e07c99
#e07c85
#e0877c

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

#e07c99
#99e07c
#7c99e0

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

#e07c99
#cbe07c
#7ce0c3
#917ce0

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

#e07c99
#7ce0c3
#7ccbe0
#e0917c

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

#e07c99 Color Code Preview on Black Background Color

This is how #e07c99 Color will look on black background color. Color contrast ratio is 7.51

#e07c99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e07c99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e07c99

#e07c99 color code is use for CSS Background Color

Background color for the above div is #e07c99

HTML with inline CSS

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

#e07c99 color code is use for CSS Border Color

CSS Border color for the above div is #e07c99

HTML with inline CSS

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

CSS Border Left color for the above div is #e07c99

HTML with inline CSS

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

CSS Border Right color for the above div is #e07c99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e07c99

HTML with inline CSS

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

CSS Border Top color for the above div is #e07c99

HTML with inline CSS

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

#e07c99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e07c99 Color code Preview on White Background

This is how #e07c99 Color code will look on white background color. Color contrast ratio is 2.80

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

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.