crispedge.com

Color picker

Loading...

#ee00bd hex color - Red - Warm color - Information

#ee00bd hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ee00bd color code is between #dd00bb web safe hex color code and #ff00cc web safe hex color code. #dd00bb is the nearest web safe color code. You can see here many more shades of #ee00bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeee00bd#ee00bd
RGB Decimal238, 0, 189rgb(238, 0, 189)
RGB Percent93%, 0%, 74%rgb(93%, 0%, 74%)
CSS RGBa238, 0, 189,1rgba(238,0,189,1)
CMYK Modelcmyk(0%,100%,21%,7%)
HSL Color Space312,100% ,47%hsl(312,100% ,47%)
HSV Color Space312°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100000000010111101
Octal3560275
Decimal2380189
Hexee00bd

Different shades of #ee00bd color code.

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

Light Shade of #ee00bd
#ff22d1
Dark Shade of #ee00bd
#bb0094
Saturated Shade of #ee00bd
#ee00bd
Desaturated Shade of #ee00bd
#e20cb6
Grey scale Shade of #ee00bd
#777777
Brighten Shade
#ff19d6
Most Readable Shade
#FFFFFF

Shades of #ee00bd color code

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

#ee00bd
#d300a8
#b90093
#9e007e
#840069
#690054
#4f003f
#34002a
#1a0015
#000000

Similar Color like #ee00bd color

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

#ef01be
#f002bf
#f103c0
#f204c1
#f305c2
#f406c3
#f507c4
#f608c5
#f709c6
#f80ac7
#f90bc8
#fa0cc9
#fb0dca
#fc0ecb
#ed00bc
#ec00bb
#eb00ba
#ea00b9
#e900b8
#e800b7
#e700b6
#e600b5
#e500b4
#e400b3
#e300b2
#e200b1
#e100b0
#e000af

Monochromatic Color with #ee00bd

#ee00bd
#1a0014
#440036
#6e0058
#990079
#c3009b

Tints of #ee00bd Color

#ee00bd
#ef1cc4
#f138cb
#f355d3
#f571da
#f78de1
#f9aae9
#fbc6f0
#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

#ee00bd
#00ee31

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

Split Complementary

#ee00bd
#46ee00
#00eea8

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

Analogous Color

#c000ee
#ee00ed
#ee00bd
#ee008d
#ee005e

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

#ee00bd
#bdee00
#00bdee

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

#ee00bd
#eea800
#00ee31
#0046ee

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

#ee00bd
#00ee31
#00eea8
#ee0046

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

#ee00bd Color Code Preview on Black Background Color

This is how #ee00bd Color will look on black background color. Color contrast ratio is 5.37

#ee00bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee00bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee00bd

#ee00bd color code is use for CSS Background Color

Background color for the above div is #ee00bd

HTML with inline CSS

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

#ee00bd color code is use for CSS Border Color

CSS Border color for the above div is #ee00bd

HTML with inline CSS

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

CSS Border Left color for the above div is #ee00bd

HTML with inline CSS

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

CSS Border Right color for the above div is #ee00bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee00bd

HTML with inline CSS

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

CSS Border Top color for the above div is #ee00bd

HTML with inline CSS

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

#ee00bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee00bd Color code Preview on White Background

This is how #ee00bd Color code will look on white background color. Color contrast ratio is 3.91

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

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