COLOR #E02D52

HEX: #E02D52 RGB: (224,45,82)

Color info

#E02D52 contains mainly red color. Web safe color of #E02D52 is #CC3366 (or #C36).

RGB color model

#E02D52 color RGB value is (224,45,82).

RGB: (224,45,82) (88%, 18%, 32%)

RGB channels and saturation

R 224 of 255 = 88%
G 45 of 255 = 18%
B 82 of 255 = 32%

224
45
82

R + G + B ~ 46%. #E02D52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 224 + 45 + 82 = 351 (100%)
R 224 of 351 ~ 63.82%
G 45 of 351 ~ 12.82%
B 82 of 351 ~ 23.36'%

%63.82
%12.82
%23.36

CMYK color model

#E02D52 color CMYK value is (0,80,63,12).

  • cyan value is 0.00%
  • magenta value is 79.91%
  • yellow value is 63.39%
  • key color value is 12.16%

CMYK: (0,80,63,12)
C0M80Y63K12 (0%, 80%, 63%, 12%)
(0.00 / 0.80 / 0.63 / 0.12)

CMYK percentages

%0
%79.91
%63.39
%12.16

Codes

Color #E02D52 in popluar color models

E0 2D 52
RGB 224 45 82
HSL 348° 74.27% 52.75%
HSB/HSV 348° 79.91% 87.84%
CMYK 0.00% 79.91% 63.39%
12.16%

Color #E02D52 in popluar number systems.

HEX E0 2D 52
Decimal 224 45 82
Binary 11100000 101101 1010010
Octal 340 55 122

Shades and tints

Shades of #E02D52

#E02D52
(224,45,82)
#CC294B
(204,41,75)
#B82544
(184,37,68)
#A4213D
(164,33,61)
#901D36
(144,29,54)
#7C192F
(124,25,47)
#681528
(104,21,40)
#541121
(84,17,33)
#400D1A
(64,13,26)
#2C0913
(44,9,19)
#18050C
(24,5,12)
#000000
(0,0,0)

Tints of #E02D52

#E02D52
(224,45,82)
#E24061
(226,64,97)
#E45370
(228,83,112)
#E6667F
(230,102,127)
#E8798E
(232,121,142)
#EA8C9D
(234,140,157)
#EC9FAC
(236,159,172)
#EEB2BB
(238,178,187)
#F0C5CA
(240,197,202)
#F2D8D9
(242,216,217)
#F4EBE8
(244,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E02D52 color. Also use rgb(224,45,82) instead hex code.

Text Font Color

.myTextColor { color: #E02D52; }

<p style="color:#E02D52">This sample text font color is #E02D52.</p>

This text font color is #E02D52.

Background Color

.myBgColor { background-color: #E02D52; }

<div style="background-color:#E02D52">Inner text</div>

This div background color is #E02D52.

Border color

.myBorderColor { border: 1px solid #E02D52; }

<div style="border:3px solid #E02D52">Div</div>

This div border color is #E02D52.

Opacity

.myOpacity80 { color: #E02D52; opacity: 0.8; }

<p style="color:#E02D52;opacity:0.8;">80%</p>

Text with #E02D52 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E02D52;}

<p style="text-shadow: 3px 3px 1px #E02D52">Text here.</p>

This text has shadow with #E02D52 color.


.textShadow {text-shadow: 3px 3px 1px #E02D52', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E02D52, 5px 5px 20px red">Text here.</p>

This text has shadow with #E02D52 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E02D52, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E02D52, Direction=45, Strength=4)">Text</p>

This text has shadow with #E02D52 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E02D52;
-webkit-box-shadow: 1px 1px 3px 2px #E02D52;
box-shadow: 1px 1px 3px 2px #E02D52;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E02D52; -webkit-box-shadow: 1px 1px 3px 2px #E02D52; box-shadow:1px 1px 3px 2px #E02D52;">
Div content here
</div>

This div box has shadow with color #E02D52.

Preview

Color preview on black background

This text has color #E02D52 on black background.


Color preview on white background

This text has color #E02D52 on white background.


Black color preview on #E02D52 background

This text has black color on #E02D52 background.


White color preview on #E02D52 background

This text has white color on #E02D52 background.


Related colors

Complementary color

Complementary color for #hex is #1FD2AD.


I love getcolorcode.com

Triadic colors

1 #52E02D and #2D52E0 with #E02D52 are triadic colors.

2 #522DE0 and #2DE052 with #E02D52 are triadic colors.