COLOR #EA52C4

HEX: #EA52C4 RGB: (234,82,196)

Color info

#EA52C4 contains mainly red and blue colors. Web safe color of #EA52C4 is #FF66CC (or #F6C).

RGB color model

#EA52C4 color RGB value is (234,82,196).

RGB: (234,82,196) (92%, 32%, 77%)

RGB channels and saturation

R 234 of 255 = 92%
G 82 of 255 = 32%
B 196 of 255 = 77%

234
82
196

R + G + B ~ 67%. #EA52C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 82 + 196 = 512 (100%)
R 234 of 512 ~ 45.7%
G 82 of 512 ~ 16.02%
B 196 of 512 ~ 38.28'%

%45.7
%16.02
%38.28

CMYK color model

#EA52C4 color CMYK value is (0,65,16,8).

  • cyan value is 0.00%
  • magenta value is 64.96%
  • yellow value is 16.24%
  • key color value is 8.24%

CMYK: (0,65,16,8)
C0M65Y16K8 (0%, 65%, 16%, 8%)
(0.00 / 0.65 / 0.16 / 0.08)

CMYK percentages

%0
%64.96
%16.24
%8.24

Codes

Color #EA52C4 in popluar color models

EA 52 C4
RGB 234 82 196
HSL 315° 78.35% 61.96%
HSB/HSV 315° 64.96% 91.76%
CMYK 0.00% 64.96% 16.24%
8.24%

Color #EA52C4 in popluar number systems.

HEX EA 52 C4
Decimal 234 82 196
Binary 11101010 1010010 11000100
Octal 352 122 304

Shades and tints

Shades of #EA52C4

#EA52C4
(234,82,196)
#D54BB3
(213,75,179)
#C044A2
(192,68,162)
#AB3D91
(171,61,145)
#963680
(150,54,128)
#812F6F
(129,47,111)
#6C285E
(108,40,94)
#57214D
(87,33,77)
#421A3C
(66,26,60)
#2D132B
(45,19,43)
#180C1A
(24,12,26)
#000000
(0,0,0)

Tints of #EA52C4

#EA52C4
(234,82,196)
#EB61C9
(235,97,201)
#EC70CE
(236,112,206)
#ED7FD3
(237,127,211)
#EE8ED8
(238,142,216)
#EF9DDD
(239,157,221)
#F0ACE2
(240,172,226)
#F1BBE7
(241,187,231)
#F2CAEC
(242,202,236)
#F3D9F1
(243,217,241)
#F4E8F6
(244,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA52C4 color. Also use rgb(234,82,196) instead hex code.

Text Font Color

.myTextColor { color: #EA52C4; }

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

This text font color is #EA52C4.

Background Color

.myBgColor { background-color: #EA52C4; }

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

This div background color is #EA52C4.

Border color

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

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

This div border color is #EA52C4.

Opacity

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

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

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

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

This text has shadow with #EA52C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA52C4.

Preview

Color preview on black background

This text has color #EA52C4 on black background.


Color preview on white background

This text has color #EA52C4 on white background.


Black color preview on #EA52C4 background

This text has black color on #EA52C4 background.


White color preview on #EA52C4 background

This text has white color on #EA52C4 background.


Related colors

Complementary color

Complementary color for #hex is #15AD3B.


I love getcolorcode.com

Triadic colors

1 #C4EA52 and #52C4EA with #EA52C4 are triadic colors.

2 #C452EA and #52EAC4 with #EA52C4 are triadic colors.