crispedge.com

Color picker

Loading...

#ea98e9 hex color - Violet - Warm color - Information

#ea98e9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ea98e9 Color code in RGB color code model is created after adding 91.76% red color, 59.61% green color and 91.37% blue color. Hex #ea98e9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 0% yellow and 8% black.

Hex #ea98e9 color code is between #ee99ee web safe hex color code and #dd88dd web safe hex color code. #ee99ee is the nearest web safe color code. You can see here many more shades of #ea98e9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeea98e9#ea98e9
RGB Decimal234, 152, 233rgb(234, 152, 233)
RGB Percent92%, 60%, 91%rgb(92%, 60%, 91%)
CSS RGBa234, 152, 233,1rgba(234,152,233,1)
CMYK Modelcmyk(0%,35%,0%,8%)
HSL Color Space301,66% ,76%hsl(301,66% ,76%)
HSV Color Space301°, 35%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101001100011101001
Octal352230351
Decimal234152233
Hexea98e9

Different shades of #ea98e9 color code.

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

Light Shade of #ea98e9
#f3c2f2
Dark Shade of #ea98e9
#e16ee0
Saturated Shade of #ea98e9
#f092ef
Desaturated Shade of #ea98e9
#e49ee3
Grey scale Shade of #ea98e9
#c1c1c1
Brighten Shade
#ffb1ff
Most Readable Shade
#000000

Shades of #ea98e9 color code

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

#ea98e9
#d087cf
#b676b5
#9c659b
#825481
#684367
#4e324d
#342133
#1a1019
#000000

Similar Color like #ea98e9 color

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

#eb99ea
#ec9aeb
#ed9bec
#ee9ced
#ef9dee
#f09eef
#f19ff0
#f2a0f1
#f3a1f2
#f4a2f3
#f5a3f4
#f6a4f5
#f7a5f6
#f8a6f7
#e997e8
#e896e7
#e795e6
#e694e5
#e593e4
#e492e3
#e391e2
#e290e1
#e18fe0
#e08edf
#df8dde
#de8cdd
#dd8bdc
#dc8adb

Monochromatic Color with #ea98e9

#ea98e9
#150e15
#402a40
#6a456a
#956194
#bf7cbf

Tints of #ea98e9 Color

#ea98e9
#eca3eb
#eeaeed
#f1baf0
#f3c5f2
#f5d1f5
#f8dcf7
#fae8fa
#fcf3fc
#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

#ea98e9
#98ea99

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

Split Complementary

#ea98e9
#c0ea98
#98eac2

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

Analogous Color

#ca98ea
#db98ea
#ea98e9
#ea98d9
#ea98c8

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

#ea98e9
#e9ea98
#98e9ea

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

#ea98e9
#eac298
#98ea99
#98c0ea

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

#ea98e9
#98ea99
#98eac2
#ea98c0

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

#ea98e9 Color Code Preview on Black Background Color

This is how #ea98e9 Color will look on black background color. Color contrast ratio is 10.17

#ea98e9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea98e9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea98e9

#ea98e9 color code is use for CSS Background Color

Background color for the above div is #ea98e9

HTML with inline CSS

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

#ea98e9 color code is use for CSS Border Color

CSS Border color for the above div is #ea98e9

HTML with inline CSS

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

CSS Border Left color for the above div is #ea98e9

HTML with inline CSS

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

CSS Border Right color for the above div is #ea98e9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea98e9

HTML with inline CSS

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

CSS Border Top color for the above div is #ea98e9

HTML with inline CSS

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

#ea98e9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea98e9 Color code Preview on White Background

This is how #ea98e9 Color code will look on white background color. Color contrast ratio is 2.07

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

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,152,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,234,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,152,233,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.