crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ee40ba hex color - Red - Warm color - Information

#ee40ba hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ee40ba Color code in RGB color code model is created after adding 93.33% red color, 25.1% green color and 72.94% blue color. Hex #ee40ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 22% yellow and 7% black.

Hex #ee40ba color code is between #dd44bb web safe hex color code and #ff33aa web safe hex color code. #dd44bb is the nearest web safe color code. You can see here many more shades of #ee40ba color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeee40ba#ee40ba
RGB Decimal238, 64, 186rgb(238, 64, 186)
RGB Percent93%, 25%, 73%rgb(93%, 25%, 73%)
CSS RGBa238, 64, 186,1rgba(238,64,186,1)
CMYK Modelcmyk(0%,73%,22%,7%)
HSL Color Space318,84% ,59%hsl(318,84% ,59%)
HSV Color Space318°, 73%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100100000010111010
Octal356100272
Decimal23864186
Hexee40ba

Different shades of #ee40ba color code.

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

Light Shade of #ee40ba
#f26fcb
Dark Shade of #ee40ba
#e615a8
Saturated Shade of #ee40ba
#f836be
Desaturated Shade of #ee40ba
#e44ab6
Grey scale Shade of #ee40ba
#979797
Brighten Shade
#ff59d3
Most Readable Shade
#000000

Shades of #ee40ba color code

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

#ee40ba
#d338a5
#b93190
#9e2a7c
#842367
#691c52
#4f153e
#340e29
#1a0714
#000000

Similar Color like #ee40ba color

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

#ef41bb
#f042bc
#f143bd
#f244be
#f345bf
#f446c0
#f547c1
#f648c2
#f749c3
#f84ac4
#f94bc5
#fa4cc6
#fb4dc7
#fc4ec8
#ed3fb9
#ec3eb8
#eb3db7
#ea3cb6
#e93bb5
#e83ab4
#e739b3
#e638b2
#e537b1
#e436b0
#e335af
#e234ae
#e133ad
#e032ac

Monochromatic Color with #ee40ba

#ee40ba
#1a0714
#441235
#6e1e56
#992978
#c33599

Tints of #ee40ba Color

#ee40ba
#ef55c1
#f16ac9
#f37fd1
#f594d8
#f7aae0
#f9bfe8
#fbd4ef
#fde9f7
#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

#ee40ba
#40ee74

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

Split Complementary

#ee40ba
#63ee40
#40eecb

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

Analogous Color

#dc40ee
#ee40dd
#ee40ba
#ee4097
#ee4074

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

#ee40ba
#baee40
#40baee

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

#ee40ba
#eecb40
#40ee74
#4063ee

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

#ee40ba
#40ee74
#40eecb
#ee4063

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

#ee40ba Color Code Preview on Black Background Color

This is how #ee40ba Color will look on black background color. Color contrast ratio is 6.08

#ee40ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee40ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee40ba

#ee40ba color code is use for CSS Background Color

Background color for the above div is #ee40ba

HTML with inline CSS

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

#ee40ba color code is use for CSS Border Color

CSS Border color for the above div is #ee40ba

HTML with inline CSS

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

CSS Border Left color for the above div is #ee40ba

HTML with inline CSS

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

CSS Border Right color for the above div is #ee40ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee40ba

HTML with inline CSS

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

CSS Border Top color for the above div is #ee40ba

HTML with inline CSS

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

#ee40ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee40ba Color code Preview on White Background

This is how #ee40ba Color code will look on white background color. Color contrast ratio is 3.46

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.