@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#e6485a hex color - Orange - Warm color - Information

#e6485a hex color - Orange - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Orange

Hex #e6485a Color code in RGB color code model is created after adding 90.2% red color, 28.24% green color and 35.29% blue color. Hex #e6485a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 61% yellow and 9.8% black.

Hex #e6485a color code is between #ee4455 web safe hex color code and #dd5566 web safe hex color code. #ee4455 is the nearest web safe color code. You can see here many more shades of #e6485a 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 e6485a #e6485a
RGB Decimal 230, 72, 90 rgb(230, 72, 90)
RGB Percent 90%, 28%, 35% rgb(90%, 28%, 35%)
CSS RGBa 230, 72, 90,1 rgba(230,72,90,1)
CMYK Model cmyk(0%,69%,61%,9.8%)
HSL Color Space 353,76% ,59% hsl(353,76% ,59%)
HSV Color Space 353°, 69%, 90%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100110 01001000 01011010
Octal 346 110 132
Decimal 230 72 90
Hex e6 48 5a

Different shades of #e6485a color code.

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

Light Shade of #e6485a
#ec7582
Dark Shade of #e6485a
#dd1e34
Saturated Shade of #e6485a
#f03e52
Desaturated Shade of #e6485a
#dc5262
Grey scale Shade of #e6485a
#979797
Brighten Shade
#ff6173
Most Readable Shade
#FFFFFF

Shades of #e6485a color code

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

#e6485a
#cc4050
#b23846
#99303c
#7f2832
#662028
#4c181e
#331014
#19080a
#000000

Similar Color like #e6485a color

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

#e7495b
#e84a5c
#e94b5d
#ea4c5e
#eb4d5f
#ec4e60
#ed4f61
#ee5062
#ef5163
#f05264
#f15365
#f25466
#f35567
#f45668
#e54759
#e44658
#e34557
#e24456
#e14355
#e04254
#df4153
#de4052
#dd3f51
#dc3e50
#db3d4f
#da3c4e
#d93b4d
#d83a4c

Monochromatic Color with #e6485a

#e6485a
#110507
#3c1317
#662028
#912d39
#bb3b49

Tints of #e6485a Color

#e6485a
#e85c6c
#eb707e
#ee8591
#f199a3
#f3adb5
#f6c2c8
#f9d6da
#fceaec
#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

#e6485a
#48e6d4

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

Split Complementary

#e6485a
#48e685
#48a9e6

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

Analogous Color

#e64899
#e6487a
#e6485a
#e65648
#e67548

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

#e6485a
#5ae648
#485ae6

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

#e6485a
#a9e648
#48e6d4
#8548e6

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

#e6485a
#48e6d4
#48a9e6
#e68548

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

#e6485a Color Code Preview on Black Background Color

This is how #e6485a Color will look on black background color. Color contrast ratio is 5.44

#e6485a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6485a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6485a

#e6485a color code is use for CSS Background Color

Background color for the above div is #e6485a

HTML with inline CSS

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

#e6485a color code is use for CSS Border Color

CSS Border color for the above div is #e6485a

HTML with inline CSS

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

CSS Border Left color for the above div is #e6485a

HTML with inline CSS

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

CSS Border Right color for the above div is #e6485a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6485a

HTML with inline CSS

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

CSS Border Top color for the above div is #e6485a

HTML with inline CSS

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

#e6485a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6485a Color code Preview on White Background

This is how #e6485a Color code will look on white background color. Color contrast ratio is 3.86

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

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,72,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,230,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,72,90,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.