crispedge.com

Color picker

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

#ee5c81 hex color - Red - Warm color - Information

#ee5c81 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ee5c81 Color code in RGB color code model is created after adding 93.33% red color, 36.08% green color and 50.59% blue color. Hex #ee5c81 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 46% yellow and 7% black.

Hex #ee5c81 color code is between #dd5588 web safe hex color code and #ff6677 web safe hex color code. #dd5588 is the nearest web safe color code. You can see here many more shades of #ee5c81 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeee5c81#ee5c81
RGB Decimal238, 92, 129rgb(238, 92, 129)
RGB Percent93%, 36%, 51%rgb(93%, 36%, 51%)
CSS RGBa238, 92, 129,1rgba(238,92,129,1)
CMYK Modelcmyk(0%,61%,46%,7%)
HSL Color Space345,81% ,65%hsl(345,81% ,65%)
HSV Color Space345°, 61%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100101110010000001
Octal356134201
Decimal23892129
Hexee5c81

Different shades of #ee5c81 color code.

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

Light Shade of #ee5c81
#f38aa5
Dark Shade of #ee5c81
#e92e5d
Saturated Shade of #ee5c81
#f7537d
Desaturated Shade of #ee5c81
#e56585
Grey scale Shade of #ee5c81
#a5a5a5
Brighten Shade
#ff759a
Most Readable Shade
#000000

Shades of #ee5c81 color code

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

#ee5c81
#d35172
#b94764
#9e3d56
#843347
#692839
#4f1e2b
#34141c
#1a0a0e
#000000

Similar Color like #ee5c81 color

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

#ef5d82
#f05e83
#f15f84
#f26085
#f36186
#f46287
#f56388
#f66489
#f7658a
#f8668b
#f9678c
#fa688d
#fb698e
#fc6a8f
#ed5b80
#ec5a7f
#eb597e
#ea587d
#e9577c
#e8567b
#e7557a
#e65479
#e55378
#e45277
#e35176
#e25075
#e14f74
#e04e73

Monochromatic Color with #ee5c81

#ee5c81
#1a0a0e
#441a25
#6e2b3c
#993b53
#c34c6a

Tints of #ee5c81 Color

#ee5c81
#ef6e8f
#f1809d
#f392ab
#f5a4b9
#f7b6c7
#f9c8d5
#fbdae3
#fdecf1
#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

#ee5c81
#5ceec9

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

Split Complementary

#ee5c81
#5cee80
#5ccaee

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

Analogous Color

#ee5cbb
#ee5c9e
#ee5c81
#ee5c64
#ee715c

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

#ee5c81
#81ee5c
#5c81ee

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

#ee5c81
#caee5c
#5ceec9
#805cee

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

#ee5c81
#5ceec9
#5ccaee
#ee805c

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

#ee5c81 Color Code Preview on Black Background Color

This is how #ee5c81 Color will look on black background color. Color contrast ratio is 6.48

#ee5c81 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee5c81

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee5c81

#ee5c81 color code is use for CSS Background Color

Background color for the above div is #ee5c81

HTML with inline CSS

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

#ee5c81 color code is use for CSS Border Color

CSS Border color for the above div is #ee5c81

HTML with inline CSS

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

CSS Border Left color for the above div is #ee5c81

HTML with inline CSS

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

CSS Border Right color for the above div is #ee5c81

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee5c81

HTML with inline CSS

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

CSS Border Top color for the above div is #ee5c81

HTML with inline CSS

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

#ee5c81 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee5c81 Color code Preview on White Background

This is how #ee5c81 Color code will look on white background color. Color contrast ratio is 3.24

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

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.