crispedge.com

#e00956 hex color - Red - Warm color - Information

#e00956 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e00956 Color code in RGB color code model is created after adding 87.84% red color, 3.53% green color and 33.73% blue color. Hex #e00956 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 62% yellow and 12.16% black.

Hex #e00956 color code is between #dd1155 web safe hex color code and #ee0066 web safe hex color code. #dd1155 is the nearest web safe color code. You can see here many more shades of #e00956 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codee00956#e00956
RGB Decimal224, 9, 86rgb(224, 9, 86)
RGB Percent88%, 4%, 34%rgb(88%, 4%, 34%)
CSS RGBa224, 9, 86,1rgba(224,9,86,1)
CMYK Modelcmyk(0%,96%,62%,12.16%)
HSL Color Space339,92% ,46%hsl(339,92% ,46%)
HSV Color Space339°, 96%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000000100101010110
Octal34011126
Decimal224986
Hexe00956

Different shades of #e00956 color code.

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

Light Shade of #e00956
#f62670
Dark Shade of #e00956
#af0743
Saturated Shade of #e00956
#e90053
Desaturated Shade of #e00956
#d41559
Grey scale Shade of #e00956
#747474
Brighten Shade
#f9226f
Most Readable Shade
#FFFFFF

Shades of #e00956 color code

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

#e00956
#c7084c
#ae0742
#950639
#7c052f
#630426
#4a031c
#310213
#180109
#000000

Similar Color like #e00956 color

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

#e10a57
#e20b58
#e30c59
#e40d5a
#e50e5b
#e60f5c
#e7105d
#e8115e
#e9125f
#ea1360
#eb1461
#ec1562
#ed1663
#ee1764
#df0855
#de0754
#dd0653
#dc0552
#db0451
#da0350
#d9024f
#d8014e
#d7004d
#d6004c
#d5004b
#d4004a
#d30049
#d20048

Monochromatic Color with #e00956

#e00956
#0b0004
#360215
#600425
#8b0635
#b50746

Tints of #e00956 Color

#e00956
#e32468
#e63f7b
#ea5b8e
#ed76a1
#f191b3
#f4adc6
#f8c8d9
#fbe3ec
#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

#e00956
#09e093

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

Split Complementary

#e00956
#09e027
#09c2e0

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

Analogous Color

#e009ac
#e00981
#e00956
#e0092b
#e01209

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

#e00956
#56e009
#0956e0

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

#e00956
#c1e009
#09e093
#2709e0

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

#e00956
#09e093
#09c2e0
#e02709

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

#e00956 Color Code Preview on Black Background Color

This is how #e00956 Color will look on black background color. Color contrast ratio is 4.34

#e00956 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e00956

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e00956

#e00956 color code is use for CSS Background Color

Background color for the above div is #e00956

HTML with inline CSS

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

#e00956 color code is use for CSS Border Color

CSS Border color for the above div is #e00956

HTML with inline CSS

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

CSS Border Left color for the above div is #e00956

HTML with inline CSS

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

CSS Border Right color for the above div is #e00956

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e00956

HTML with inline CSS

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

CSS Border Top color for the above div is #e00956

HTML with inline CSS

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

#e00956 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e00956 Color code Preview on White Background

This is how #e00956 Color code will look on white background color. Color contrast ratio is 4.84

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

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(224,9,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(9,224,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,9,86,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.