rgb(229, 4, 205)
- In a RGB color space, hex #e504cd color is composed of 90% red, 2% green, and 80% blue.
- In a CMYK color space, it is consist of 0% cyan, 98% magenta, 10% yellow and 10% black.
- In web design, the web safe color for #e504cd is #CC00CC. The complementary color of #e504cd is #04e41b.
#e504cd Color Conversion
Hex Color #e504cd RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #e504cd
-
#e504cd
#e504cd
-
#04e41b
#04e41b
-
#f282e6
#f282e6
-
#82f28e
#82f28e
-
#ab0399
#ab0399
-
#03ab14
#03ab14
-
#b561ac
#b561ac
-
#61b56a
#61b56a
Two colors (#e504cd,#04e41b) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#e504cd
#e504cd
-
#f282e6
#f282e6
-
#720266
#720266
-
#f8c0f2
#f8c0f2
-
#ab0399
#ab0399
-
#b561ac
#b561ac
-
#55014c
#55014c
-
#ba90b5
#ba90b5
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #e504cd
-
#e504cd
#e504cd
-
#CE04B9
#CE04B9
-
#B703A4
#B703A4
-
#A00390
#A00390
-
#89027B
#89027B
-
#730267
#730267
-
#5C0252
#5C0252
-
#45013E
#45013E
-
#2E0129
#2E0129
-
#170015
#170015
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#e504cd
#e504cd
-
#E81DD2
#E81DD2
-
#EA36D7
#EA36D7
-
#ED4FDC
#ED4FDC
-
#EF68E1
#EF68E1
-
#F282E6
#F282E6
-
#F59BEB
#F59BEB
-
#F7B4F0
#F7B4F0
-
#FACDF5
#FACDF5
-
#FCE6FA
#FCE6FA
-
#FEF7FE
#FEF7FE
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#e504cd Color Preview on Black Background
#e504cd Color Preview on White Background
<span style="color:#e504cd;">Text here</span>
#e504cd Background Color
#e504cd Background Color
<p style="background-color:#e504cd;">Text here</p>
#e504cd Border Color
<div style="border:1px solid #e504cd;">Text here</div>
<style>.text {color:#e504cd;}
.background {background-color:#e504cd;}
.border {border:1px solid #e504cd;}</style>