crispedge.com

Color picker

Loading...

#e950af hex color - Red - Warm color - Information

#e950af hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e950af Color code in RGB color code model is created after adding 91.37% red color, 31.37% green color and 68.63% blue color. Hex #e950af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 25% yellow and 9% black.

Hex #e950af color code is between #ee55aa web safe hex color code and #dd44bb web safe hex color code. #ee55aa is the nearest web safe color code. You can see here many more shades of #e950af color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee950af#e950af
RGB Decimal233, 80, 175rgb(233, 80, 175)
RGB Percent91%, 31%, 69%rgb(91%, 31%, 69%)
CSS RGBa233, 80, 175,1rgba(233,80,175,1)
CMYK Modelcmyk(0%,66%,25%,9%)
HSL Color Space323,78% ,61%hsl(323,78% ,61%)
HSV Color Space323°, 66%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010010101000010101111
Octal351120257
Decimal23380175
Hexe950af

Different shades of #e950af color code.

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

Light Shade of #e950af
#ef7dc4
Dark Shade of #e950af
#e3239a
Saturated Shade of #e950af
#f346b1
Desaturated Shade of #e950af
#df5aad
Grey scale Shade of #e950af
#9c9c9c
Brighten Shade
#ff69c8
Most Readable Shade
#000000

Shades of #e950af color code

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

#e950af
#cf479b
#b53e88
#9b3574
#812c61
#67234d
#4d1a3a
#331126
#190813
#000000

Similar Color like #e950af color

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

#ea51b0
#eb52b1
#ec53b2
#ed54b3
#ee55b4
#ef56b5
#f057b6
#f158b7
#f259b8
#f35ab9
#f45bba
#f55cbb
#f65dbc
#f75ebd
#e84fae
#e74ead
#e64dac
#e54cab
#e44baa
#e34aa9
#e249a8
#e148a7
#e047a6
#df46a5
#de45a4
#dd44a3
#dc43a2
#db42a1

Monochromatic Color with #e950af

#e950af
#14070f
#3f162f
#69244f
#94336f
#be418f

Tints of #e950af Color

#e950af
#eb63b7
#ed76c0
#f08ac9
#f29dd2
#f5b1db
#f7c4e4
#fad8ed
#fcebf6
#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

#e950af
#50e98a

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

Split Complementary

#e950af
#63e950
#50e9d7

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

Analogous Color

#e650e9
#e950ce
#e950af
#e95090
#e95072

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

#e950af
#afe950
#50afe9

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

#e950af
#e9d650
#50e98a
#5062e9

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

#e950af
#50e98a
#50e9d7
#e95063

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

#e950af Color Code Preview on Black Background Color

This is how #e950af Color will look on black background color. Color contrast ratio is 6.23

#e950af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e950af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e950af

#e950af color code is use for CSS Background Color

Background color for the above div is #e950af

HTML with inline CSS

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

#e950af color code is use for CSS Border Color

CSS Border color for the above div is #e950af

HTML with inline CSS

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

CSS Border Left color for the above div is #e950af

HTML with inline CSS

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

CSS Border Right color for the above div is #e950af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e950af

HTML with inline CSS

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

CSS Border Top color for the above div is #e950af

HTML with inline CSS

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

#e950af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e950af Color code Preview on White Background

This is how #e950af Color code will look on white background color. Color contrast ratio is 3.37

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

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(233,80,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,233,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(233,80,175,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.