crispedge.com

Color picker

Loading...

#e6626b hex color - Red - Warm color - Information

#e6626b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e6626b Color code in RGB color code model is created after adding 90.2% red color, 38.43% green color and 41.96% blue color. Hex #e6626b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 53% yellow and 10% black.

Hex #e6626b color code is between #ee6666 web safe hex color code and #dd5577 web safe hex color code. #ee6666 is the nearest web safe color code. You can see here many more shades of #e6626b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code e6626b #e6626b
RGB Decimal 230, 98, 107 rgb(230, 98, 107)
RGB Percent 90%, 38%, 42% rgb(90%, 38%, 42%)
CSS RGBa 230, 98, 107,1 rgba(230,98,107,1)
CMYK Model cmyk(0%,57%,53%,10%)
HSL Color Space 356,73% ,64% hsl(356,73% ,64%)
HSV Color Space 356°, 57%, 90%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100110 01100010 01101011
Octal 346 142 153
Decimal 230 98 107
Hex e6 62 6b

Different shades of #e6626b color code.

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

Light Shade of #e6626b
#ed8e94
Dark Shade of #e6626b
#df3642
Saturated Shade of #e6626b
#ef5963
Desaturated Shade of #e6626b
#dd6b73
Grey scale Shade of #e6626b
#a4a4a4
Brighten Shade
#ff7b84
Most Readable Shade
#000000

Shades of #e6626b color code

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

#e6626b
#cc575f
#b24c53
#994147
#7f363b
#662b2f
#4c2023
#331517
#190a0b
#000000

Similar Color like #e6626b color

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

#e7636c
#e8646d
#e9656e
#ea666f
#eb6770
#ec6871
#ed6972
#ee6a73
#ef6b74
#f06c75
#f16d76
#f26e77
#f36f78
#f47079
#e5616a
#e46069
#e35f68
#e25e67
#e15d66
#e05c65
#df5b64
#de5a63
#dd5962
#dc5861
#db5760
#da565f
#d9555e
#d8545d

Monochromatic Color with #e6626b

#e6626b
#110708
#3c1a1c
#662c30
#913e43
#bb5057

Tints of #e6626b Color

#e6626b
#e8737b
#eb848b
#ee969c
#f1a7ac
#f3b9bd
#f6cacd
#f9dcde
#fcedee
#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

#e6626b
#62e6dd

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

Split Complementary

#e6626b
#62e69b
#62ade6

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

Analogous Color

#e662a0
#e66285
#e6626b
#e67362
#e68e62

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

#e6626b
#6be662
#626be6

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

#e6626b
#ade662
#62e6dd
#9b62e6

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

#e6626b
#62e6dd
#62ade6
#e69b62

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

#e6626b Color Code Preview on Black Background Color

This is how #e6626b Color will look on black background color. Color contrast ratio is 6.32

#e6626b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6626b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6626b

#e6626b color code is use for CSS Background Color

Background color for the above div is #e6626b

HTML with inline CSS

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

#e6626b color code is use for CSS Border Color

CSS Border color for the above div is #e6626b

HTML with inline CSS

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

CSS Border Left color for the above div is #e6626b

HTML with inline CSS

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

CSS Border Right color for the above div is #e6626b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6626b

HTML with inline CSS

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

CSS Border Top color for the above div is #e6626b

HTML with inline CSS

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

#e6626b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6626b Color code Preview on White Background

This is how #e6626b Color code will look on white background color. Color contrast ratio is 3.32

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(230,98,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,230,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,98,107,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.