crispedge.com

Color picker

Loading...

#ee00bb hex color - Red - Warm color - Information

#ee00bb hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ee00bb color code is a web safe color. Next web safe color code is #dd00aa and previous web safe color code is #ff00cc. You can see here many more shades of #ee00bb color code.

0 Likes 0 Comments | 13 Views

RGB Chart

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

Color Table

Hex Color Codeee00bb#ee00bb
RGB Decimal238, 0, 187rgb(238, 0, 187)
RGB Percent93%, 0%, 73%rgb(93%, 0%, 73%)
CSS RGBa238, 0, 187,1rgba(238,0,187,1)
CMYK Modelcmyk(0%,100%,21%,7%)
HSL Color Space313,100% ,47%hsl(313,100% ,47%)
HSV Color Space313°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100000000010111011
Octal3560273
Decimal2380187
Hexee00bb

Different shades of #ee00bb color code.

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

Light Shade of #ee00bb
#ff22d0
Dark Shade of #ee00bb
#bb0093
Saturated Shade of #ee00bb
#ee00bb
Desaturated Shade of #ee00bb
#e20cb4
Grey scale Shade of #ee00bb
#777777
Brighten Shade
#ff19d4
Most Readable Shade
#FFFFFF

Shades of #ee00bb color code

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

#ee00bb
#d300a6
#b90091
#9e007c
#840067
#690053
#4f003e
#340029
#1a0014
#000000

Similar Color like #ee00bb color

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

#ef01bc
#f002bd
#f103be
#f204bf
#f305c0
#f406c1
#f507c2
#f608c3
#f709c4
#f80ac5
#f90bc6
#fa0cc7
#fb0dc8
#fc0ec9
#ed00ba
#ec00b9
#eb00b8
#ea00b7
#e900b6
#e800b5
#e700b4
#e600b3
#e500b2
#e400b1
#e300b0
#e200af
#e100ae
#e000ad

Monochromatic Color with #ee00bb

#ee00bb
#1a0014
#440035
#6e0057
#990078
#c3009a

Tints of #ee00bb Color

#ee00bb
#ef1cc2
#f138ca
#f355d1
#f571d9
#f78de0
#f9aae8
#fbc6ef
#fde2f7
#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

#ee00bb
#00ee33

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

Split Complementary

#ee00bb
#44ee00
#00eeaa

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

Analogous Color

#c200ee
#ee00eb
#ee00bb
#ee008b
#ee005c

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

#ee00bb
#bbee00
#00bbee

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

#ee00bb
#eeaa00
#00ee33
#0044ee

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

#ee00bb
#00ee33
#00eeaa
#ee0044

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

#ee00bb Color Code Preview on Black Background Color

This is how #ee00bb Color will look on black background color. Color contrast ratio is 5.35

#ee00bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee00bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee00bb

#ee00bb color code is use for CSS Background Color

Background color for the above div is #ee00bb

HTML with inline CSS

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

#ee00bb color code is use for CSS Border Color

CSS Border color for the above div is #ee00bb

HTML with inline CSS

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

CSS Border Left color for the above div is #ee00bb

HTML with inline CSS

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

CSS Border Right color for the above div is #ee00bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee00bb

HTML with inline CSS

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

CSS Border Top color for the above div is #ee00bb

HTML with inline CSS

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

#ee00bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee00bb Color code Preview on White Background

This is how #ee00bb Color code will look on white background color. Color contrast ratio is 3.92

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

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.