What is hex #E52B50 color?

 
The hex code #E52B50 is also know by an other name that is Amaranth.
This color is composed of 229% red, 43% green and 80% blue. So we can say that the RGB value is (229,43,80)
You need to use it for a printer? The CMYK colors code equivalent of hex #E52B50 is C:0 M:81 Y:65, K:10) .
In the HSV/HSB scale, #E52B50 has a hue of 348°, 81% saturation and a brightness value of 90%.
If you want to know all about the hex #E52B50, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #E52B50 (complementary, analogous, triadic, tetradic...).

Hex #E52B50 Color Codes & Equivalents

Color Name [Amaranth]
RGB Values (229,43,80)
CMYK Values (0%, 81%, 65%, 10%)
HSV/HSB Values (348°, 81%, 90%)
Closest Web Safe
#CC3366
Inverse Color
#1ad4af
Closest Pantone®
710 C
Closest RAL
RAL 3018 [Strawberry red]
Complementary Color
#2be5c0

#E52B50 Converted to Grayscale Codes

Average
#757575
Lightness (Desaturation)
#888888
Weighted (BT601)
#676767
Luma (BT709)
#555555

Hex #E52B50 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #E52B50 is #2be5c0. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #E52B50 you will find #2be5c0. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#E52B50 #2be5c0

Analogous Palette

The analogous color scheme of #E52B50 is composed with colors #E52BAD and #E5632B. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #E52B50 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#E52BAD #E52B50 #E5632B

Split-Complementary Palette

The split-complementary color scheme of #E52B50 is composed with colors #2BADE5 and #2BE563. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#E52B50 #2BADE5 #2BE563

Triadic Palette

The triadic color scheme of #E52B50 is composed with colors #2B50E5 and #50E52B. They are located to the right and left of your main color #E52B50 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#E52B50 #2B50E5 #50E52B

Tetradic Palette

The tetradic color scheme of #E52B50 is composed with colors #50E52B, #2BE5C0 and #C02BE5 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#E52B50 #50E52B #2BE5C0 #C02BE5

Square Palette

The square color scheme of #E52B50 is composed with colors #ADE52B, #2BE5C0 and #632BE5 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#E52B50 #ADE52B #2BE5C0 #632BE5

Tints, Tones & Shades of Hex #E52B50

Tints

Tints are created by adding white, resulting in lighter shades of #E52B50.

#E52B50 #E73D5F #E94F6E #EB617D #ED738C #F0859B #F298AA #F4AAB9

Tones

Tones are made by mixing with gray, softening the original color.

#E52B50 #D93657 #CD425E #C24D65 #B6596C #AA6573 #9F707A #937C81

Shades

Shades result from adding black, creating darker variations.

#E52B50 #E01B42 #CD193D #BB1737 #A91432 #97122D #851027 #730E22

Hex #E52B50 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #E52B50
Java new Color(229,43,80);
Python Color(#E52B50)
.NET Color.FromArgb(255, 229,43,80);
Swift / iOS UIColor(red: 0.9, green: 0.17, blue: 0.31, alpha: 1)
Kotlin / Android Color.rgb(229, 43, 80)