COLOR #EA55C4

HEX: #EA55C4 RGB: (234,85,196)

Color info

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

RGB color model

#EA55C4 color RGB value is (234,85,196).

RGB: (234,85,196) (92%, 33%, 77%)

RGB channels and saturation

R 234 of 255 = 92%
G 85 of 255 = 33%
B 196 of 255 = 77%

234
85
196

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

Portions of RGB colors in percentages

R + G + B = 234 + 85 + 196 = 515 (100%)
R 234 of 515 ~ 45.44%
G 85 of 515 ~ 16.5%
B 196 of 515 ~ 38.06'%

%45.44
%16.5
%38.06

CMYK color model

#EA55C4 color CMYK value is (0,64,16,8).

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

CMYK: (0,64,16,8)
C0M64Y16K8 (0%, 64%, 16%, 8%)
(0.00 / 0.64 / 0.16 / 0.08)

CMYK percentages

%0
%63.68
%16.24
%8.24

Codes

Color #EA55C4 in popluar color models

EA 55 C4
RGB 234 85 196
HSL 315° 78.01% 62.55%
HSB/HSV 315° 63.68% 91.76%
CMYK 0.00% 63.68% 16.24%
8.24%

Color #EA55C4 in popluar number systems.

HEX EA 55 C4
Decimal 234 85 196
Binary 11101010 1010101 11000100
Octal 352 125 304

Shades and tints

Shades of #EA55C4

#EA55C4
(234,85,196)
#D54EB3
(213,78,179)
#C047A2
(192,71,162)
#AB4091
(171,64,145)
#963980
(150,57,128)
#81326F
(129,50,111)
#6C2B5E
(108,43,94)
#57244D
(87,36,77)
#421D3C
(66,29,60)
#2D162B
(45,22,43)
#180F1A
(24,15,26)
#000000
(0,0,0)

Tints of #EA55C4

#EA55C4
(234,85,196)
#EB64C9
(235,100,201)
#EC73CE
(236,115,206)
#ED82D3
(237,130,211)
#EE91D8
(238,145,216)
#EFA0DD
(239,160,221)
#F0AFE2
(240,175,226)
#F1BEE7
(241,190,231)
#F2CDEC
(242,205,236)
#F3DCF1
(243,220,241)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA55C4; }

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

This text font color is #EA55C4.

Background Color

.myBgColor { background-color: #EA55C4; }

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

This div background color is #EA55C4.

Border color

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

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

This div border color is #EA55C4.

Opacity

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

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

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

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

This text has shadow with #EA55C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA55C4.

Preview

Color preview on black background

This text has color #EA55C4 on black background.


Color preview on white background

This text has color #EA55C4 on white background.


Black color preview on #EA55C4 background

This text has black color on #EA55C4 background.


White color preview on #EA55C4 background

This text has white color on #EA55C4 background.


Related colors

Complementary color

Complementary color for #hex is #15AA3B.


I love getcolorcode.com

Triadic colors

1 #C4EA55 and #55C4EA with #EA55C4 are triadic colors.

2 #C455EA and #55EAC4 with #EA55C4 are triadic colors.