crispedge.com

Color picker

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

#e66f80 hex color - Red - Warm color - Information

#e66f80 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #e66f80 Color code in RGB color code model is created after adding 90.2% red color, 43.53% green color and 50.2% blue color. Hex #e66f80 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 44% yellow and 10% black.

Hex #e66f80 color code is between #ee7788 web safe hex color code and #dd6677 web safe hex color code. #ee7788 is the nearest web safe color code. You can see here many more shades of #e66f80 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codee66f80#e66f80
RGB Decimal230, 111, 128rgb(230, 111, 128)
RGB Percent90%, 44%, 50%rgb(90%, 44%, 50%)
CSS RGBa230, 111, 128,1rgba(230,111,128,1)
CMYK Modelcmyk(0%,52%,44%,10%)
HSL Color Space351,70% ,67%hsl(351,70% ,67%)
HSV Color Space351°, 52%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001100110111110000000
Octal346157200
Decimal230111128
Hexe66f80

Different shades of #e66f80 color code.

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

Light Shade of #e66f80
#ee9aa6
Dark Shade of #e66f80
#de445a
Saturated Shade of #e66f80
#ee677a
Desaturated Shade of #e66f80
#de7786
Grey scale Shade of #e66f80
#aaaaaa
Brighten Shade
#ff8899
Most Readable Shade
#000000

Shades of #e66f80 color code

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

#e66f80
#cc6271
#b25663
#994a55
#7f3d47
#663138
#4c252a
#33181c
#190c0e
#000000

Similar Color like #e66f80 color

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

#e77081
#e87182
#e97283
#ea7384
#eb7485
#ec7586
#ed7687
#ee7788
#ef7889
#f0798a
#f17a8b
#f27b8c
#f37c8d
#f47d8e
#e56e7f
#e46d7e
#e36c7d
#e26b7c
#e16a7b
#e0697a
#df6879
#de6778
#dd6677
#dc6576
#db6475
#da6374
#d96273
#d86172

Monochromatic Color with #e66f80

#e66f80
#11080a
#3c1d21
#663139
#914651
#bb5a68

Tints of #e66f80 Color

#e66f80
#e87f8e
#eb8f9c
#ee9faa
#f1afb8
#f3bfc6
#f6cfd4
#f9dfe2
#fceff0
#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

#e66f80
#6fe6d5

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

Split Complementary

#e66f80
#6fe69a
#6fbbe6

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

Analogous Color

#e66fb0
#e66f98
#e66f80
#e6766f
#e68e6f

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

#e66f80
#80e66f
#6f80e6

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

#e66f80
#bbe66f
#6fe6d5
#996fe6

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

#e66f80
#6fe6d5
#6fbbe6
#e69a6f

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

#e66f80 Color Code Preview on Black Background Color

This is how #e66f80 Color will look on black background color. Color contrast ratio is 6.95

#e66f80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e66f80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e66f80

#e66f80 color code is use for CSS Background Color

Background color for the above div is #e66f80

HTML with inline CSS

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

#e66f80 color code is use for CSS Border Color

CSS Border color for the above div is #e66f80

HTML with inline CSS

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

CSS Border Left color for the above div is #e66f80

HTML with inline CSS

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

CSS Border Right color for the above div is #e66f80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e66f80

HTML with inline CSS

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

CSS Border Top color for the above div is #e66f80

HTML with inline CSS

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

#e66f80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e66f80 Color code Preview on White Background

This is how #e66f80 Color code will look on white background color. Color contrast ratio is 3.02

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.