crispedge.com

Color picker

Loading...

#ee005f hex color - Red - Warm color - Information

#ee005f hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ee005f color code is between #dd0066 web safe hex color code and #ff0055 web safe hex color code. #dd0066 is the nearest web safe color code. You can see here many more shades of #ee005f color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeee005f#ee005f
RGB Decimal238, 0, 95rgb(238, 0, 95)
RGB Percent93%, 0%, 37%rgb(93%, 0%, 37%)
CSS RGBa238, 0, 95,1rgba(238,0,95,1)
CMYK Modelcmyk(0%,100%,60%,7%)
HSL Color Space336,100% ,47%hsl(336,100% ,47%)
HSV Color Space336°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100000000001011111
Octal3560137
Decimal238095
Hexee005f

Different shades of #ee005f color code.

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

Light Shade of #ee005f
#ff227a
Dark Shade of #ee005f
#bb004b
Saturated Shade of #ee005f
#ee005f
Desaturated Shade of #ee005f
#e20c61
Grey scale Shade of #ee005f
#777777
Brighten Shade
#ff1978
Most Readable Shade
#FFFFFF

Shades of #ee005f color code

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

#ee005f
#d30054
#b90049
#9e003f
#840034
#69002a
#4f001f
#340015
#1a000a
#000000

Similar Color like #ee005f color

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

#ef0160
#f00261
#f10362
#f20463
#f30564
#f40665
#f50766
#f60867
#f70968
#f80a69
#f90b6a
#fa0c6b
#fb0d6c
#fc0e6d
#ed005e
#ec005d
#eb005c
#ea005b
#e9005a
#e80059
#e70058
#e60057
#e50056
#e40055
#e30054
#e20053
#e10052
#e00051

Monochromatic Color with #ee005f

#ee005f
#1a000a
#44001b
#6e002c
#99003d
#c3004e

Tints of #ee005f Color

#ee005f
#ef1c70
#f13882
#f35594
#f571a6
#f78db7
#f9aac9
#fbc6db
#fde2ed
#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

#ee005f
#00ee8f

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

Split Complementary

#ee005f
#00ee18
#00d6ee

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

Analogous Color

#ee00be
#ee008f
#ee005f
#ee002f
#ee0000

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

#ee005f
#5fee00
#005fee

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

#ee005f
#d6ee00
#00ee8f
#1800ee

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

#ee005f
#00ee8f
#00d6ee
#ee1800

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

#ee005f Color Code Preview on Black Background Color

This is how #ee005f Color will look on black background color. Color contrast ratio is 4.80

#ee005f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee005f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee005f

#ee005f color code is use for CSS Background Color

Background color for the above div is #ee005f

HTML with inline CSS

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

#ee005f color code is use for CSS Border Color

CSS Border color for the above div is #ee005f

HTML with inline CSS

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

CSS Border Left color for the above div is #ee005f

HTML with inline CSS

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

CSS Border Right color for the above div is #ee005f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee005f

HTML with inline CSS

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

CSS Border Top color for the above div is #ee005f

HTML with inline CSS

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

#ee005f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee005f Color code Preview on White Background

This is how #ee005f Color code will look on white background color. Color contrast ratio is 4.37

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.