COLOR #ED34A2

HEX: #ED34A2 RGB: (237,52,162)

Color info

#ED34A2 contains mainly red color. Web safe color of #ED34A2 is #FF3399 (or #F39).

RGB color model

#ED34A2 color RGB value is (237,52,162).

RGB: (237,52,162) (93%, 20%, 64%)

RGB channels and saturation

R 237 of 255 = 93%
G 52 of 255 = 20%
B 162 of 255 = 64%

237
52
162

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

Portions of RGB colors in percentages

R + G + B = 237 + 52 + 162 = 451 (100%)
R 237 of 451 ~ 52.55%
G 52 of 451 ~ 11.53%
B 162 of 451 ~ 35.92'%

%52.55
%11.53
%35.92

CMYK color model

#ED34A2 color CMYK value is (0,78,32,7).

  • cyan value is 0.00%
  • magenta value is 78.06%
  • yellow value is 31.65%
  • key color value is 7.06%

CMYK: (0,78,32,7)
C0M78Y32K7 (0%, 78%, 32%, 7%)
(0.00 / 0.78 / 0.32 / 0.07)

CMYK percentages

%0
%78.06
%31.65
%7.06

Codes

Color #ED34A2 in popluar color models

ED 34 A2
RGB 237 52 162
HSL 324° 83.71% 56.67%
HSB/HSV 324° 78.06% 92.94%
CMYK 0.00% 78.06% 31.65%
7.06%

Color #ED34A2 in popluar number systems.

HEX ED 34 A2
Decimal 237 52 162
Binary 11101101 110100 10100010
Octal 355 64 242

Shades and tints

Shades of #ED34A2

#ED34A2
(237,52,162)
#D83094
(216,48,148)
#C32C86
(195,44,134)
#AE2878
(174,40,120)
#99246A
(153,36,106)
#84205C
(132,32,92)
#6F1C4E
(111,28,78)
#5A1840
(90,24,64)
#451432
(69,20,50)
#301024
(48,16,36)
#1B0C16
(27,12,22)
#000000
(0,0,0)

Tints of #ED34A2

#ED34A2
(237,52,162)
#EE46AA
(238,70,170)
#EF58B2
(239,88,178)
#F06ABA
(240,106,186)
#F17CC2
(241,124,194)
#F28ECA
(242,142,202)
#F3A0D2
(243,160,210)
#F4B2DA
(244,178,218)
#F5C4E2
(245,196,226)
#F6D6EA
(246,214,234)
#F7E8F2
(247,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED34A2 color. Also use rgb(237,52,162) instead hex code.

Text Font Color

.myTextColor { color: #ED34A2; }

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

This text font color is #ED34A2.

Background Color

.myBgColor { background-color: #ED34A2; }

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

This div background color is #ED34A2.

Border color

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

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

This div border color is #ED34A2.

Opacity

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

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

Text with #ED34A2 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 #ED34A2;}

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

This text has shadow with #ED34A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED34A2.

Preview

Color preview on black background

This text has color #ED34A2 on black background.


Color preview on white background

This text has color #ED34A2 on white background.


Black color preview on #ED34A2 background

This text has black color on #ED34A2 background.


White color preview on #ED34A2 background

This text has white color on #ED34A2 background.


Related colors

Complementary color

Complementary color for #hex is #12CB5D.


I love getcolorcode.com

Triadic colors

1 #A2ED34 and #34A2ED with #ED34A2 are triadic colors.

2 #A234ED and #34EDA2 with #ED34A2 are triadic colors.