crispedge.com

Color picker

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

#e21ca3 hex color - Red - Warm color - Information

#e21ca3 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e21ca3 Color code in RGB color code model is created after adding 88.63% red color, 10.98% green color and 63.92% blue color. Hex #e21ca3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 28% yellow and 11% black.

Hex #e21ca3 color code is between #dd22aa web safe hex color code and #ee1199 web safe hex color code. #dd22aa is the nearest web safe color code. You can see here many more shades of #e21ca3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee21ca3#e21ca3
RGB Decimal226, 28, 163rgb(226, 28, 163)
RGB Percent89%, 11%, 64%rgb(89%, 11%, 64%)
CSS RGBa226, 28, 163,1rgba(226,28,163,1)
CMYK Modelcmyk(0%,88%,28%,11%)
HSL Color Space319,78% ,50%hsl(319,78% ,50%)
HSV Color Space319°, 88%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000100001110010100011
Octal34234243
Decimal22628163
Hexe21ca3

Different shades of #e21ca3 color code.

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

Light Shade of #e21ca3
#e849b6
Dark Shade of #e21ca3
#b51682
Saturated Shade of #e21ca3
#ef0fa8
Desaturated Shade of #e21ca3
#d5299e
Grey scale Shade of #e21ca3
#7f7f7f
Brighten Shade
#fb35bc
Most Readable Shade
#FFFFFF

Shades of #e21ca3 color code

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

#e21ca3
#c81890
#af157e
#96126c
#7d0f5a
#640c48
#4b0936
#320624
#190312
#000000

Similar Color like #e21ca3 color

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

#e31da4
#e41ea5
#e51fa6
#e620a7
#e721a8
#e822a9
#e923aa
#ea24ab
#eb25ac
#ec26ad
#ed27ae
#ee28af
#ef29b0
#f02ab1
#e11ba2
#e01aa1
#df19a0
#de189f
#dd179e
#dc169d
#db159c
#da149b
#d9139a
#d81299
#d71198
#d61097
#d50f96
#d40e95

Monochromatic Color with #e21ca3

#e21ca3
#0d020a
#380728
#620c47
#8d1166
#b71784

Tints of #e21ca3 Color

#e21ca3
#e535ad
#e84eb7
#eb67c1
#ee80cb
#f29ad6
#f5b3e0
#f8ccea
#fbe5f4
#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

#e21ca3
#1ce25b

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

Split Complementary

#e21ca3
#40e21c
#1ce2be

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

Analogous Color

#d21ce2
#e21ccb
#e21ca3
#e21c7b
#e21c54

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

#e21ca3
#a3e21c
#1ca3e2

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

#e21ca3
#e2be1c
#1ce25b
#1c40e2

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

#e21ca3
#1ce25b
#1ce2be
#e21c40

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

#e21ca3 Color Code Preview on Black Background Color

This is how #e21ca3 Color will look on black background color. Color contrast ratio is 4.93

#e21ca3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e21ca3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e21ca3

#e21ca3 color code is use for CSS Background Color

Background color for the above div is #e21ca3

HTML with inline CSS

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

#e21ca3 color code is use for CSS Border Color

CSS Border color for the above div is #e21ca3

HTML with inline CSS

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

CSS Border Left color for the above div is #e21ca3

HTML with inline CSS

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

CSS Border Right color for the above div is #e21ca3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e21ca3

HTML with inline CSS

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

CSS Border Top color for the above div is #e21ca3

HTML with inline CSS

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

#e21ca3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e21ca3 Color code Preview on White Background

This is how #e21ca3 Color code will look on white background color. Color contrast ratio is 4.26

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

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.