crispedge.com

Color picker

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

#ec48a8 hex color - Red - Warm color - Information

#ec48a8 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ec48a8 Color code in RGB color code model is created after adding 92.55% red color, 28.24% green color and 65.88% blue color. Hex #ec48a8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 29% yellow and 7% black.

Hex #ec48a8 color code is between #ee44aa web safe hex color code and #dd5599 web safe hex color code. #ee44aa is the nearest web safe color code. You can see here many more shades of #ec48a8 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeec48a8#ec48a8
RGB Decimal236, 72, 168rgb(236, 72, 168)
RGB Percent93%, 28%, 66%rgb(93%, 28%, 66%)
CSS RGBa236, 72, 168,1rgba(236,72,168,1)
CMYK Modelcmyk(0%,69%,29%,7%)
HSL Color Space325,81% ,60%hsl(325,81% ,60%)
HSV Color Space325°, 69%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000100100010101000
Octal354110250
Decimal23672168
Hexec48a8

Different shades of #ec48a8 color code.

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

Light Shade of #ec48a8
#f176be
Dark Shade of #ec48a8
#e71a92
Saturated Shade of #ec48a8
#f63eaa
Desaturated Shade of #ec48a8
#e252a6
Grey scale Shade of #ec48a8
#9a9a9a
Brighten Shade
#ff61c1
Most Readable Shade
#000000

Shades of #ec48a8 color code

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

#ec48a8
#d14095
#b73882
#9d3070
#83285d
#68204a
#4e1838
#341025
#1a0812
#000000

Similar Color like #ec48a8 color

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

#ed49a9
#ee4aaa
#ef4bab
#f04cac
#f14dad
#f24eae
#f34faf
#f450b0
#f551b1
#f652b2
#f753b3
#f854b4
#f955b5
#fa56b6
#eb47a7
#ea46a6
#e945a5
#e844a4
#e743a3
#e642a2
#e541a1
#e440a0
#e33f9f
#e23e9e
#e13d9d
#e03c9c
#df3b9b
#de3a9a

Monochromatic Color with #ec48a8

#ec48a8
#170711
#42142f
#6c214d
#972e6b
#c13b8a

Tints of #ec48a8 Color

#ec48a8
#ee5cb1
#f070bb
#f285c5
#f499ce
#f6add8
#f8c2e2
#fad6eb
#fceaf5
#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

#ec48a8
#48ec8c

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

Split Complementary

#ec48a8
#56ec48
#48ecde

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

Analogous Color

#ec48ea
#ec48c9
#ec48a8
#ec4887
#ec4866

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

#ec48a8
#a8ec48
#48a8ec

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

#ec48a8
#ecde48
#48ec8c
#4856ec

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

#ec48a8
#48ec8c
#48ecde
#ec4856

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

#ec48a8 Color Code Preview on Black Background Color

This is how #ec48a8 Color will look on black background color. Color contrast ratio is 6.06

#ec48a8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec48a8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec48a8

#ec48a8 color code is use for CSS Background Color

Background color for the above div is #ec48a8

HTML with inline CSS

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

#ec48a8 color code is use for CSS Border Color

CSS Border color for the above div is #ec48a8

HTML with inline CSS

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

CSS Border Left color for the above div is #ec48a8

HTML with inline CSS

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

CSS Border Right color for the above div is #ec48a8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec48a8

HTML with inline CSS

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

CSS Border Top color for the above div is #ec48a8

HTML with inline CSS

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

#ec48a8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec48a8 Color code Preview on White Background

This is how #ec48a8 Color code will look on white background color. Color contrast ratio is 3.47

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

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.