COLOR #EA4EF3

HEX: #EA4EF3
RGB: (234,78,243)

Color info

#EA4EF3 contains mainly red and blue colors. Web safe color of #EA4EF3 is #FF66FF (or #F6F).

RGB color model

#EA4EF3 color RGB value is (234,78,243).

  • red value is 234;
  • green value is 78;
  • blue value is 243.
RGB:
(234,78,243)
(92%,31%,95%)

RGB channels and saturation

R 234 of 255 = 92%
G 78 of 255 = 31%
B 243 of 255 = 95%

234
78
243

R + G + B ~ 73%. #EA4EF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 78 + 243 = 555 (100%)
R 234 of 555 ~ 42.16%
G 78 of 555 ~ 14.05%
B 243 of 555 ~ 43.78%

%42.16
%14.05
%43.78

CMYK color model

#EA4EF3 color CMYK value is (4,68,0,5).

  • cyan value is 3.70%
  • magenta value is 67.90%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(4,68,0,5)
C4M68Y0K5 
(4%,68%,0%,5%)
(0.04/0.68/0.00/0.05)	

CMYK percentages

%3.7
%67.9
%0
%4.71

Codes

Color #EA4EF3 in popluar color models

EA4EF3
RGB23478243
HSL297°87.30%62.94%
HSB/HSV297°67.90%95.29%
CMYK3.70%67.90%0.00%
4.71%

Color #EA4EF3 in popluar number systems.

HEXEA4EF3
Decimal23478243
Binary11101010100111011110011
Octal352116363

Shades and tints

Shades of #EA4EF3

#EA4EF3
(234,78,243)
#D547DD
(213,71,221)
#C040C7
(192,64,199)
#AB39B1
(171,57,177)
#96329B
(150,50,155)
#812B85
(129,43,133)
#6C246F
(108,36,111)
#571D59
(87,29,89)
#421643
(66,22,67)
#2D0F2D
(45,15,45)
#180817
(24,8,23)
#000000
(0,0,0)

Tints of #EA4EF3

#EA4EF3
(234,78,243)
#EB5EF4
(235,94,244)
#EC6EF5
(236,110,245)
#ED7EF6
(237,126,246)
#EE8EF7
(238,142,247)
#EF9EF8
(239,158,248)
#F0AEF9
(240,174,249)
#F1BEFA
(241,190,250)
#F2CEFB
(242,206,251)
#F3DEFC
(243,222,252)
#F4EEFD
(244,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA4EF3 color. Also use rgb(234,78,243) instead hex code.

Text Font Color

.myTextColor { color: #EA4EF3; }

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

This text font color is #EA4EF3.


Background Color

.myBgColor { background-color: #EA4EF3; }

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

This div background color is #EA4EF3.


Border color

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

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

This div border color is #EA4EF3.


Opacity

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

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

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

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

This text has shadow with #EA4EF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA4EF3 on black background.


Color preview on white background

This text has color #EA4EF3 on white background.



Black color preview on #EA4EF3 background

This text has black color on #EA4EF3 background.


White color preview on #EA4EF3 background

This text has white color on #EA4EF3 background.