rgb(237, 11, 76)
- In a RGB color space, hex #ed0b4c color is composed of 93% red, 4% green, and 30% blue.
- In a CMYK color space, it is consist of 0% cyan, 95% magenta, 68% yellow and 7% black.
- In web design, the web safe color for #ed0b4c is #FF3366. The complementary color of #ed0b4c is #0aedab.
#ed0b4c Color Conversion
Hex Color #ed0b4c RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #ed0b4c
-
#ed0b4c
#ed0b4c
-
#0aedab
#0aedab
-
#f686a6
#f686a6
-
#85f6d5
#85f6d5
-
#b10839
#b10839
-
#07b180
#07b180
-
#b8647c
#b8647c
-
#63b89f
#63b89f
Two colors (#ed0b4c,#0aedab) 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.
-
#ed0b4c
#ed0b4c
-
#f686a6
#f686a6
-
#760626
#760626
-
#fac2d2
#fac2d2
-
#b10839
#b10839
-
#b8647c
#b8647c
-
#58041c
#58041c
-
#bb919d
#bb919d
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 #ed0b4c
-
#ed0b4c
#ed0b4c
-
#D50A44
#D50A44
-
#BE093D
#BE093D
-
#A60835
#A60835
-
#8E072E
#8E072E
-
#770626
#770626
-
#5F041E
#5F041E
-
#470317
#470317
-
#2F020F
#2F020F
-
#180108
#180108
-
#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.
-
#ed0b4c
#ed0b4c
-
#EF235E
#EF235E
-
#F13C70
#F13C70
-
#F25482
#F25482
-
#F46D94
#F46D94
-
#F685A6
#F685A6
-
#F89DB7
#F89DB7
-
#FAB6C9
#FAB6C9
-
#FBCEDB
#FBCEDB
-
#FDE7ED
#FDE7ED
-
#FEF8FA
#FEF8FA
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
#ed0b4c Color Preview on Black Background
#ed0b4c Color Preview on White Background
<span style="color:#ed0b4c;">Text here</span>
#ed0b4c Background Color
#ed0b4c Background Color
<p style="background-color:#ed0b4c;">Text here</p>
#ed0b4c Border Color
<div style="border:1px solid #ed0b4c;">Text here</div>
<style>.text {color:#ed0b4c;}
.background {background-color:#ed0b4c;}
.border {border:1px solid #ed0b4c;}</style>