@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ee05a6 hex color - Red - Warm color - Information

#ee05a6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ee05a6 Color code in RGB color code model is created after adding 93.33% red color, 1.96% green color and 65.1% blue color. Hex #ee05a6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 30% yellow and 6.67% black.

Hex #ee05a6 color code is between #dd00aa web safe hex color code and #ff0099 web safe hex color code. #dd00aa is the nearest web safe color code. You can see here many more shades of #ee05a6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeee05a6#ee05a6
RGB Decimal238, 5, 166rgb(238, 5, 166)
RGB Percent93%, 2%, 65%rgb(93%, 2%, 65%)
CSS RGBa238, 5, 166,1rgba(238,5,166,1)
CMYK Modelcmyk(0%,98%,30%,6.67%)
HSL Color Space319,96% ,48%hsl(319,96% ,48%)
HSV Color Space319°, 98%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100000010110100110
Octal3565246
Decimal2385166
Hexee05a6

Different shades of #ee05a6 color code.

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

Light Shade of #ee05a6
#fb2bbb
Dark Shade of #ee05a6
#bc0483
Saturated Shade of #ee05a6
#f300a8
Desaturated Shade of #ee05a6
#e211a1
Grey scale Shade of #ee05a6
#797979
Brighten Shade
#ff1ebf
Most Readable Shade
#FFFFFF

Shades of #ee05a6 color code

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

#ee05a6
#d30493
#b90381
#9e036e
#84025c
#690249
#4f0137
#340124
#1a0012
#000000

Similar Color like #ee05a6 color

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

#ef06a7
#f007a8
#f108a9
#f209aa
#f30aab
#f40bac
#f50cad
#f60dae
#f70eaf
#f80fb0
#f910b1
#fa11b2
#fb12b3
#fc13b4
#ed04a5
#ec03a4
#eb02a3
#ea01a2
#e900a1
#e800a0
#e7009f
#e6009e
#e5009d
#e4009c
#e3009b
#e2009a
#e10099
#e00098

Monochromatic Color with #ee05a6

#ee05a6
#1a0112
#44012f
#6e024d
#99036b
#c30488

Tints of #ee05a6 Color

#ee05a6
#ef20af
#f13cb9
#f358c3
#f574cd
#f78fd7
#f9abe1
#fbc7eb
#fde3f5
#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

#ee05a6
#05ee4d

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

Split Complementary

#ee05a6
#31ee05
#05eec2

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

Analogous Color

#d905ee
#ee05d5
#ee05a6
#ee0577
#ee0549

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

#ee05a6
#a6ee05
#05a6ee

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

#ee05a6
#eec105
#05ee4d
#0531ee

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

#ee05a6
#05ee4d
#05eec2
#ee0531

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

#ee05a6 Color Code Preview on Black Background Color

This is how #ee05a6 Color will look on black background color. Color contrast ratio is 5.21

#ee05a6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee05a6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee05a6

#ee05a6 color code is use for CSS Background Color

Background color for the above div is #ee05a6

HTML with inline CSS

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

#ee05a6 color code is use for CSS Border Color

CSS Border color for the above div is #ee05a6

HTML with inline CSS

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

CSS Border Left color for the above div is #ee05a6

HTML with inline CSS

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

CSS Border Right color for the above div is #ee05a6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee05a6

HTML with inline CSS

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

CSS Border Top color for the above div is #ee05a6

HTML with inline CSS

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

#ee05a6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee05a6 Color code Preview on White Background

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

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,5,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(5,238,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,5,166,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.