crispedge.com

Color picker

Loading...

#e454bd hex color - Red - Warm color - Information

#e454bd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e454bd Color code in RGB color code model is created after adding 89.41% red color, 32.94% green color and 74.12% blue color. Hex #e454bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 17% yellow and 11% black.

Hex #e454bd color code is between #dd55bb web safe hex color code and #ee44cc web safe hex color code. #dd55bb is the nearest web safe color code. You can see here many more shades of #e454bd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee454bd#e454bd
RGB Decimal228, 84, 189rgb(228, 84, 189)
RGB Percent89%, 33%, 74%rgb(89%, 33%, 74%)
CSS RGBa228, 84, 189,1rgba(228,84,189,1)
CMYK Modelcmyk(0%,63%,17%,11%)
HSL Color Space316,73% ,61%hsl(316,73% ,61%)
HSV Color Space316°, 63%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001000101010010111101
Octal344124275
Decimal22884189
Hexe454bd

Different shades of #e454bd color code.

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

Light Shade of #e454bd
#eb80ce
Dark Shade of #e454bd
#dd28ac
Saturated Shade of #e454bd
#ee4ac2
Desaturated Shade of #e454bd
#da5eb8
Grey scale Shade of #e454bd
#9c9c9c
Brighten Shade
#fd6dd6
Most Readable Shade
#000000

Shades of #e454bd color code

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

#e454bd
#ca4aa8
#b14193
#98387e
#7e2e69
#652554
#4c1c3f
#32122a
#190915
#000000

Similar Color like #e454bd color

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

#e555be
#e656bf
#e757c0
#e858c1
#e959c2
#ea5ac3
#eb5bc4
#ec5cc5
#ed5dc6
#ee5ec7
#ef5fc8
#f060c9
#f161ca
#f262cb
#e353bc
#e252bb
#e151ba
#e050b9
#df4fb8
#de4eb7
#dd4db6
#dc4cb5
#db4bb4
#da4ab3
#d949b2
#d848b1
#d747b0
#d646af

Monochromatic Color with #e454bd

#e454bd
#0f060d
#3a1530
#642553
#8f3577
#b9449a

Tints of #e454bd Color

#e454bd
#e767c4
#ea7acb
#ed8dd3
#f0a0da
#f3b3e1
#f6c6e9
#f9d9f0
#fcecf7
#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

#e454bd
#54e47b

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

Split Complementary

#e454bd
#75e454
#54e4c3

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

Analogous Color

#d154e4
#e454da
#e454bd
#e454a0
#e45483

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

#e454bd
#bde454
#54bde4

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

#e454bd
#e4c354
#54e47b
#5475e4

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

#e454bd
#54e47b
#54e4c3
#e45475

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

#e454bd Color Code Preview on Black Background Color

This is how #e454bd Color will look on black background color. Color contrast ratio is 6.30

#e454bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e454bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e454bd

#e454bd color code is use for CSS Background Color

Background color for the above div is #e454bd

HTML with inline CSS

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

#e454bd color code is use for CSS Border Color

CSS Border color for the above div is #e454bd

HTML with inline CSS

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

CSS Border Left color for the above div is #e454bd

HTML with inline CSS

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

CSS Border Right color for the above div is #e454bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e454bd

HTML with inline CSS

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

CSS Border Top color for the above div is #e454bd

HTML with inline CSS

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

#e454bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e454bd Color code Preview on White Background

This is how #e454bd Color code will look on white background color. Color contrast ratio is 3.33

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

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(228,84,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(84,228,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(228,84,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.