crispedge.com

Color picker

Loading...

#ea63c4 hex color - Red - Warm color - Information

#ea63c4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ea63c4 Color code in RGB color code model is created after adding 91.76% red color, 38.82% green color and 76.86% blue color. Hex #ea63c4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 16% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeea63c4#ea63c4
RGB Decimal234, 99, 196rgb(234, 99, 196)
RGB Percent92%, 39%, 77%rgb(92%, 39%, 77%)
CSS RGBa234, 99, 196,1rgba(234,99,196,1)
CMYK Modelcmyk(0%,58%,16%,8%)
HSL Color Space317,76% ,65%hsl(317,76% ,65%)
HSV Color Space317°, 58%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010100110001111000100
Octal352143304
Decimal23499196
Hexea63c4

Different shades of #ea63c4 color code.

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

Light Shade of #ea63c4
#f090d5
Dark Shade of #ea63c4
#e436b3
Saturated Shade of #ea63c4
#f35ac8
Desaturated Shade of #ea63c4
#e16cc0
Grey scale Shade of #ea63c4
#a6a6a6
Brighten Shade
#ff7cdd
Most Readable Shade
#000000

Shades of #ea63c4 color code

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

#ea63c4
#d058ae
#b64d98
#9c4282
#82376c
#682c57
#4e2141
#34162b
#1a0b15
#000000

Similar Color like #ea63c4 color

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

#eb64c5
#ec65c6
#ed66c7
#ee67c8
#ef68c9
#f069ca
#f16acb
#f26bcc
#f36ccd
#f46dce
#f56ecf
#f66fd0
#f770d1
#f871d2
#e962c3
#e861c2
#e760c1
#e65fc0
#e55ebf
#e45dbe
#e35cbd
#e25bbc
#e15abb
#e059ba
#df58b9
#de57b8
#dd56b7
#dc55b6

Monochromatic Color with #ea63c4

#ea63c4
#150912
#401b36
#6a2d59
#953f7d
#bf51a0

Tints of #ea63c4 Color

#ea63c4
#ec74ca
#ee85d1
#f197d7
#f3a8de
#f5b9e4
#f8cbeb
#fadcf1
#fcedf8
#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

#ea63c4
#63ea89

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

Split Complementary

#ea63c4
#81ea63
#63eacd

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

Analogous Color

#da63ea
#ea63df
#ea63c4
#ea63a9
#ea638e

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

#ea63c4
#c4ea63
#63c4ea

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

#ea63c4
#eacc63
#63ea89
#6380ea

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

#ea63c4
#63ea89
#63eacc
#ea6381

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

#ea63c4 Color Code Preview on Black Background Color

This is how #ea63c4 Color will look on black background color. Color contrast ratio is 7.08

#ea63c4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea63c4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea63c4

#ea63c4 color code is use for CSS Background Color

Background color for the above div is #ea63c4

HTML with inline CSS

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

#ea63c4 color code is use for CSS Border Color

CSS Border color for the above div is #ea63c4

HTML with inline CSS

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

CSS Border Left color for the above div is #ea63c4

HTML with inline CSS

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

CSS Border Right color for the above div is #ea63c4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea63c4

HTML with inline CSS

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

CSS Border Top color for the above div is #ea63c4

HTML with inline CSS

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

#ea63c4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea63c4 Color code Preview on White Background

This is how #ea63c4 Color code will look on white background color. Color contrast ratio is 2.97

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

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(234,99,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(99,234,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,99,196,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.