@
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.

#e6356a hex color - Violet - Warm color - Information

#e6356a hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e6356a Color code in RGB color code model is created after adding 90.2% red color, 20.78% green color and 41.57% blue color. Hex #e6356a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 54% yellow and 9.8% black.

Hex #e6356a color code is between #ee3366 web safe hex color code and #dd4477 web safe hex color code. #ee3366 is the nearest web safe color code. You can see here many more shades of #e6356a 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 e6356a #e6356a
RGB Decimal 230, 53, 106 rgb(230, 53, 106)
RGB Percent 90%, 21%, 42% rgb(90%, 21%, 42%)
CSS RGBa 230, 53, 106,1 rgba(230,53,106,1)
CMYK Model cmyk(0%,77%,54%,9.8%)
HSL Color Space 342,78% ,55% hsl(342,78% ,55%)
HSV Color Space 342°, 77%, 90%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100110 00110101 01101010
Octal 346 65 152
Decimal 230 53 106
Hex e6 35 6a

Different shades of #e6356a color code.

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

Light Shade of #e6356a
#ec628b
Dark Shade of #e6356a
#ce1a50
Saturated Shade of #e6356a
#f12a65
Desaturated Shade of #e6356a
#db406f
Grey scale Shade of #e6356a
#8d8d8d
Brighten Shade
#ff4e83
Most Readable Shade
#FFFFFF

Shades of #e6356a color code

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

#e6356a
#cc2f5e
#b22952
#992346
#7f1d3a
#66172f
#4c1123
#330b17
#19050b
#000000

Similar Color like #e6356a color

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

#e7366b
#e8376c
#e9386d
#ea396e
#eb3a6f
#ec3b70
#ed3c71
#ee3d72
#ef3e73
#f03f74
#f14075
#f24176
#f34277
#f44378
#e53469
#e43368
#e33267
#e23166
#e13065
#e02f64
#df2e63
#de2d62
#dd2c61
#dc2b60
#db2a5f
#da295e
#d9285d
#d8275c

Monochromatic Color with #e6356a

#e6356a
#110408
#3c0e1c
#66182f
#912143
#bb2b56

Tints of #e6356a Color

#e6356a
#e84b7a
#eb618b
#ee789b
#f18eac
#f3a5bc
#f6bbcd
#f9d2dd
#fce8ee
#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

#e6356a
#35e6b1

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

Split Complementary

#e6356a
#35e658
#35c3e6

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

Analogous Color

#e635b1
#e6358d
#e6356a
#e63547
#e64735

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

#e6356a
#6ae635
#356ae6

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

#e6356a
#c2e635
#35e6b1
#5935e6

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

#e6356a
#35e6b1
#35c3e6
#e65835

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

#e6356a Color Code Preview on Black Background Color

This is how #e6356a Color will look on black background color. Color contrast ratio is 5.08

#e6356a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6356a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6356a

#e6356a color code is use for CSS Background Color

Background color for the above div is #e6356a

HTML with inline CSS

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

#e6356a color code is use for CSS Border Color

CSS Border color for the above div is #e6356a

HTML with inline CSS

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

CSS Border Left color for the above div is #e6356a

HTML with inline CSS

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

CSS Border Right color for the above div is #e6356a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6356a

HTML with inline CSS

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

CSS Border Top color for the above div is #e6356a

HTML with inline CSS

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

#e6356a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6356a Color code Preview on White Background

This is how #e6356a Color code will look on white background color. Color contrast ratio is 4.13

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

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,53,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(53,230,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,53,106,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.