crispedge.com

Color picker

Loading...

#ee00aa hex color - Red - Warm color - Information

#ee00aa hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ee00aa Color code in RGB color code model is created after adding 93.33% red color, 0% green color and 66.67% blue color. Hex #ee00aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 29% yellow and 7% black.

Hex #ee00aa color code is a web safe color. Next web safe color code is #dd0099 and previous web safe color code is #ff00bb. You can see here many more shades of #ee00aa color code.

0 Likes 0 Comments | 23 Views

RGB Chart

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

Color Table

Hex Color Codeee00aa#ee00aa
RGB Decimal238, 0, 170rgb(238, 0, 170)
RGB Percent93%, 0%, 67%rgb(93%, 0%, 67%)
CSS RGBa238, 0, 170,1rgba(238,0,170,1)
CMYK Modelcmyk(0%,100%,29%,7%)
HSL Color Space317,100% ,47%hsl(317,100% ,47%)
HSV Color Space317°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100000000010101010
Octal3560252
Decimal2380170
Hexee00aa

Different shades of #ee00aa color code.

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

Light Shade of #ee00aa
#ff22c0
Dark Shade of #ee00aa
#bb0086
Saturated Shade of #ee00aa
#ee00aa
Desaturated Shade of #ee00aa
#e20ca5
Grey scale Shade of #ee00aa
#777777
Brighten Shade
#ff19c3
Most Readable Shade
#FFFFFF

Shades of #ee00aa color code

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

#ee00aa
#d30097
#b90084
#9e0071
#84005e
#69004b
#4f0038
#340025
#1a0012
#000000

Similar Color like #ee00aa color

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

#ef01ab
#f002ac
#f103ad
#f204ae
#f305af
#f406b0
#f507b1
#f608b2
#f709b3
#f80ab4
#f90bb5
#fa0cb6
#fb0db7
#fc0eb8
#ed00a9
#ec00a8
#eb00a7
#ea00a6
#e900a5
#e800a4
#e700a3
#e600a2
#e500a1
#e400a0
#e3009f
#e2009e
#e1009d
#e0009c

Monochromatic Color with #ee00aa

#ee00aa
#1a0012
#440031
#6e004f
#99006d
#c3008c

Tints of #ee00aa Color

#ee00aa
#ef1cb3
#f138bc
#f355c6
#f571cf
#f78dd9
#f9aae2
#fbc6ec
#fde2f5
#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

#ee00aa
#00ee44

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

Split Complementary

#ee00aa
#33ee00
#00eebb

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

Analogous Color

#d300ee
#ee00da
#ee00aa
#ee007a
#ee004b

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

#ee00aa
#aaee00
#00aaee

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

#ee00aa
#eebb00
#00ee44
#0033ee

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

#ee00aa
#00ee44
#00eebb
#ee0033

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

#ee00aa Color Code Preview on Black Background Color

This is how #ee00aa Color will look on black background color. Color contrast ratio is 5.22

#ee00aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee00aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee00aa

#ee00aa color code is use for CSS Background Color

Background color for the above div is #ee00aa

HTML with inline CSS

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

#ee00aa color code is use for CSS Border Color

CSS Border color for the above div is #ee00aa

HTML with inline CSS

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

CSS Border Left color for the above div is #ee00aa

HTML with inline CSS

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

CSS Border Right color for the above div is #ee00aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee00aa

HTML with inline CSS

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

CSS Border Top color for the above div is #ee00aa

HTML with inline CSS

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

#ee00aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee00aa Color code Preview on White Background

This is how #ee00aa Color code will look on white background color. Color contrast ratio is 4.03

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

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

0 Likes 0 Comments | 23 Views

Post your comment:-

By submitting comment you agree to our privacy policy.