crispedge.com

Color picker

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

#ed99c8 hex color - Violet - Warm color - Information

#ed99c8 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ed99c8 Color code in RGB color code model is created after adding 92.94% red color, 60% green color and 78.43% blue color. Hex #ed99c8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 16% yellow and 7% black.

Hex #ed99c8 color code is between #ee88cc web safe hex color code and #ddaabb web safe hex color code. #ee88cc is the nearest web safe color code. You can see here many more shades of #ed99c8 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeed99c8#ed99c8
RGB Decimal237, 153, 200rgb(237, 153, 200)
RGB Percent93%, 60%, 78%rgb(93%, 60%, 78%)
CSS RGBa237, 153, 200,1rgba(237,153,200,1)
CMYK Modelcmyk(0%,35%,16%,7%)
HSL Color Space326,70% ,76%hsl(326,70% ,76%)
HSV Color Space326°, 35%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011001100111001000
Octal355231310
Decimal237153200
Hexed99c8

Different shades of #ed99c8 color code.

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

Light Shade of #ed99c8
#f5c4df
Dark Shade of #ed99c8
#e56eb1
Saturated Shade of #ed99c8
#f393c9
Desaturated Shade of #ed99c8
#e79fc7
Grey scale Shade of #ed99c8
#c3c3c3
Brighten Shade
#ffb2e1
Most Readable Shade
#000000

Shades of #ed99c8 color code

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

#ed99c8
#d288b1
#b8779b
#9e6685
#83556f
#694458
#4f3342
#34222c
#1a1116
#000000

Similar Color like #ed99c8 color

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

#ee9ac9
#ef9bca
#f09ccb
#f19dcc
#f29ecd
#f39fce
#f4a0cf
#f5a1d0
#f6a2d1
#f7a3d2
#f8a4d3
#f9a5d4
#faa6d5
#fba7d6
#ec98c7
#eb97c6
#ea96c5
#e995c4
#e894c3
#e793c2
#e692c1
#e591c0
#e490bf
#e38fbe
#e28ebd
#e18dbc
#e08cbb
#df8bba

Monochromatic Color with #ed99c8

#ed99c8
#181015
#432b39
#6d475c
#986280
#c27ea4

Tints of #ed99c8 Color

#ed99c8
#efa4ce
#f1afd4
#f3bbda
#f5c6e0
#f7d1e6
#f9ddec
#fbe8f2
#fdf3f8
#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

#ed99c8
#99edbe

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

Split Complementary

#ed99c8
#9eed99
#99ede8

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

Analogous Color

#ed99ea
#ed99d9
#ed99c8
#ed99b7
#ed99a6

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

#ed99c8
#c8ed99
#99c8ed

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

#ed99c8
#ede899
#99edbe
#999eed

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

#ed99c8
#99edbe
#99ede8
#ed999e

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

#ed99c8 Color Code Preview on Black Background Color

This is how #ed99c8 Color will look on black background color. Color contrast ratio is 9.99

#ed99c8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed99c8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed99c8

#ed99c8 color code is use for CSS Background Color

Background color for the above div is #ed99c8

HTML with inline CSS

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

#ed99c8 color code is use for CSS Border Color

CSS Border color for the above div is #ed99c8

HTML with inline CSS

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

CSS Border Left color for the above div is #ed99c8

HTML with inline CSS

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

CSS Border Right color for the above div is #ed99c8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed99c8

HTML with inline CSS

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

CSS Border Top color for the above div is #ed99c8

HTML with inline CSS

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

#ed99c8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed99c8 Color code Preview on White Background

This is how #ed99c8 Color code will look on white background color. Color contrast ratio is 2.10

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

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.