crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#e248dd hex color - Red - Warm color - Information

#e248dd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e248dd Color code in RGB color code model is created after adding 88.63% red color, 28.24% green color and 86.67% blue color. Hex #e248dd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 2% yellow and 11% black.

Hex #e248dd color code is between #dd44cc web safe hex color code and #ee55ee web safe hex color code. #dd44cc is the nearest web safe color code. You can see here many more shades of #e248dd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee248dd#e248dd
RGB Decimal226, 72, 221rgb(226, 72, 221)
RGB Percent89%, 28%, 87%rgb(89%, 28%, 87%)
CSS RGBa226, 72, 221,1rgba(226,72,221,1)
CMYK Modelcmyk(0%,68%,2%,11%)
HSL Color Space302,73% ,58%hsl(302,73% ,58%)
HSV Color Space302°, 68%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000100100100011011101
Octal342110335
Decimal22672221
Hexe248dd

Different shades of #e248dd color code.

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

Light Shade of #e248dd
#e974e5
Dark Shade of #e248dd
#d522cf
Saturated Shade of #e248dd
#ed3de7
Desaturated Shade of #e248dd
#d753d3
Grey scale Shade of #e248dd
#959595
Brighten Shade
#fb61f6
Most Readable Shade
#000000

Shades of #e248dd color code

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

#e248dd
#c840c4
#af38ab
#963093
#7d287a
#642062
#4b1849
#321031
#190818
#000000

Similar Color like #e248dd color

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

#e349de
#e44adf
#e54be0
#e64ce1
#e74de2
#e84ee3
#e94fe4
#ea50e5
#eb51e6
#ec52e7
#ed53e8
#ee54e9
#ef55ea
#f056eb
#e147dc
#e046db
#df45da
#de44d9
#dd43d8
#dc42d7
#db41d6
#da40d5
#d93fd4
#d83ed3
#d73dd2
#d63cd1
#d53bd0
#d43acf

Monochromatic Color with #e248dd

#e248dd
#0d040d
#381237
#621f60
#8d2d8a
#b73ab3

Tints of #e248dd Color

#e248dd
#e55ce0
#e870e4
#eb85e8
#ee99ec
#f2adef
#f5c2f3
#f8d6f7
#fbeafb
#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

#e248dd
#48e24d

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

Split Complementary

#e248dd
#90e248
#48e29a

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

Analogous Color

#a948e2
#c848e2
#e248dd
#e248be
#e2489f

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

#e248dd
#dde248
#48dde2

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

#e248dd
#e29a48
#48e24d
#4890e2

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

#e248dd
#48e24d
#48e29a
#e24890

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

#e248dd Color Code Preview on Black Background Color

This is how #e248dd Color will look on black background color. Color contrast ratio is 6.20

#e248dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e248dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e248dd

#e248dd color code is use for CSS Background Color

Background color for the above div is #e248dd

HTML with inline CSS

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

#e248dd color code is use for CSS Border Color

CSS Border color for the above div is #e248dd

HTML with inline CSS

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

CSS Border Left color for the above div is #e248dd

HTML with inline CSS

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

CSS Border Right color for the above div is #e248dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e248dd

HTML with inline CSS

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

CSS Border Top color for the above div is #e248dd

HTML with inline CSS

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

#e248dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e248dd Color code Preview on White Background

This is how #e248dd Color code will look on white background color. Color contrast ratio is 3.38

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.